Skip to content

fix(tui): route /compress command to session.compress handler (#44456) - #44554

Closed
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-44456
Closed

fix(tui): route /compress command to session.compress handler (#44456)#44554
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-44456

Conversation

@kyssta-exe

Copy link
Copy Markdown
Contributor

Fixes #44456. Adds /compress routing to the TUI command.dispatch handler so it forwards to the existing session.compress RPC method. Previously the TUI returned 'not a quick/plugin/skill command: compress' because command.dispatch only checked quick commands, plugins, and skills before falling through to the error. The fix adds a handler that parses the optional focus:topic argument and forwards to session.compress.

@alt-glitch alt-glitch added type/bug Something isn't working P2 Medium — degraded but workaround exists comp/tui Terminal UI (ui-tui/ + tui_gateway/) duplicate This issue or pull request already exists labels Jun 12, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #44462 — same approach routing /compress through the existing session.compress RPC for the TUI/Desktop dispatch path (#44456). #44462 is the earlier-open canonical; the competing command.dispatch approach #44464 is closed.

@kyssta-exe

Copy link
Copy Markdown
Contributor Author

Duplicate of #44462 — same /compress TUI routing fix (#44456). Closing as superseded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/tui Terminal UI (ui-tui/ + tui_gateway/) duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Desktop /compress returns "not a quick/plugin/skill command: compress" — TUI command.dispatch doesn't redirect built-ins to slash.exec

2 participants