hermes - 💡(How to fix) Fix [Feature]: Support session control commands in Yuanbao group chats

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

No practical workaround currently exists for Yuanbao group chats.

RAW_BUFFERClick to expand / collapse

Problem or Use Case

In Yuanbao group chats, common Hermes slash commands such as /stop and /new are currently ignored or unavailable.

This creates a major UX inconsistency between direct chats and group chats:

  • Users cannot interrupt long-running tasks with /stop
  • Users cannot reset conversation context with /new
  • Failed or looping tasks continue running until completion
  • Group chat sessions become difficult to recover without restarting the bot/session

For multi-user environments, command-based interruption and context reset are essential operational controls.

Proposed Solution

Add support for standard Hermes slash commands in Yuanbao group chats, including:

  • /stop
  • /new
  • /background
  • /queue

Suggested behavior:

  • Commands should only affect the current group session/thread
  • /stop should cancel active agent execution for the current session
  • /new should clear conversation context and start a fresh session state
  • Commands should behave consistently with other supported platforms

Alternatives Considered

No practical workaround currently exists for Yuanbao group chats.

Feature Type

Gateway / messaging improvement

Scope

Medium (few files, < 300 lines)

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING