fix(tui): fix prompt symbol to change based on input mode #11025

Closed
HAL9000 wants to merge 2 commits from pr-fix-6722-prompt-symbol into master

2 Commits

Author SHA1 Message Date
CleverAgents Bot 5fce6ad0b3 ci: stop master workflow on PR updates
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / security (pull_request) Has been cancelled
CI / quality (pull_request) Has been cancelled
CI / unit_tests (pull_request) Has been cancelled
CI / integration_tests (pull_request) Has been cancelled
CI / e2e_tests (pull_request) Has been cancelled
CI / coverage (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
CI / helm (pull_request) Has been cancelled
CI / push-validation (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
Remove the stale pull_request trigger from master.yml so PR branch commits do not launch the master workflow.

Maintenance patch for PR #11025.
2026-06-10 20:20:09 -04:00
HAL9000 376108901e fix(tui): fix prompt symbol to change based on input mode (issue #6431)
Implement dynamic prompt symbol in PromptInput that changes based on the
first character of user input: '>' for normal mode, '/' for command mode,
and '$' for shell mode. Wire Textual event hooks for live updates, add CSS
modifier classes for mode-specific styling, and update consume_text() to
strip mode-symbol prefixes from submitted text. Add BDD scenario suite.

ISSUES CLOSED: #6431
2026-05-08 09:13:31 +00:00