hermes - 💡(How to fix) Fix TUI slash completion: /model disappears after space+backspace

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

Note

A prior local experimental patch was reverted and is not part of this report.

RAW_BUFFERClick to expand / collapse

Bug Description

TUI slash command selector/filtering can desync after overtype + backspace, causing expected command entries to disappear from suggestions.

/model is one visible example, but this is not limited to /model.

Steps to Reproduce

  1. Launch TUI (hermes --tui)
  2. Type / and begin a command (example: /foo)
  3. Overtype (e.g., add a space or extra characters)
  4. Backspace to the previous command token
  5. Observe slash suggestions

Expected Behavior

When backspacing to a valid command token, matching slash commands should remain visible in the selector.

Actual Behavior

Filtering/suggestions can fail to show expected matches after overtype/backspace transitions.

Scope

  • Affects slash selector/filter UX broadly
  • Not specific to one command

Environment

  • OS: Windows 10 (git-bash shell backend)
  • Repo: NousResearch/hermes-agent
  • Area: TUI slash completion/filter path

Note

A prior local experimental patch was reverted and is not part of this report.

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

hermes - 💡(How to fix) Fix TUI slash completion: /model disappears after space+backspace