Skip to content

fix: echo user command to TUI chat display and session state#236

Merged
avoidwork merged 1 commit into
mainfrom
fix/command-echo-tui
Jun 14, 2026
Merged

fix: echo user command to TUI chat display and session state#236
avoidwork merged 1 commit into
mainfrom
fix/command-echo-tui

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

Description

Ensures user commands typed in the TUI are immediately echoed to the chat display and persisted to the session state exchange log. Previously, commands were processed but never visually confirmed or stored in the session history.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional choice)
  • Performance improvement
  • CI / build / tooling

Testing

Verified locally that commands now appear instantly in the conversation panel and are correctly added to the session state before streaming begins. No regressions in existing TUI behavior.

Coverage

  • 100% line coverage maintained

Checklist

  • npm run lint passes
  • Tests pass with 100% line coverage
  • No forbidden patterns used
  • Conventional Commit style applied

@avoidwork avoidwork self-assigned this Jun 14, 2026
@avoidwork avoidwork merged commit 0aaddd6 into main Jun 14, 2026
3 checks passed
@avoidwork avoidwork deleted the fix/command-echo-tui branch June 14, 2026 20:04
@avoidwork avoidwork mentioned this pull request Jun 14, 2026
4 tasks
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