Skip to content

fix(tui): show command completion during sessions - #79

Merged
danielkov merged 1 commit into
mainfrom
fix/tui-session-command-completion
Sep 1, 2026
Merged

fix(tui): show command completion during sessions#79
danielkov merged 1 commit into
mainfrom
fix/tui-session-command-completion

Conversation

@danielkov

Copy link
Copy Markdown
Contributor

Summary

Makes slash-command suggestions and Tab completion available in the in-session composer, including while a turn is active. Adds regression coverage using the transcript-backed compact layout rather than an artificial layout toggle.

Motivation

Completion was gated on the client being idle, so it reliably appeared on the landing screen but disappeared from the composer during active session work, where slash commands are most useful.

Impact

Users can discover, select, and complete slash commands throughout a session. Command submission keeps the existing active-turn safety checks; this change only removes the visibility and completion restriction.

@danielkov
danielkov merged commit e4af8a9 into main Sep 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant