fix(tui): correct preset cycling keybinding to ctrl+tab and add persona tab-cycling #9442

Open
HAL9000 wants to merge 3 commits from fix/tui-keybinding-preset-persona-cycling into master

3 Commits

Author SHA1 Message Date
CleverAgents Bot bd72982017 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 #9442.
2026-06-10 20:23:41 -04:00
HAL9000 91d2297c37 fix(tui): correct preset cycling keybinding to ctrl+tab and add persona tab-cycling
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 40s
CI / helm (pull_request) Successful in 47s
CI / build (pull_request) Successful in 1m2s
CI / quality (pull_request) Successful in 1m31s
CI / lint (pull_request) Successful in 1m31s
CI / security (pull_request) Successful in 1m35s
CI / typecheck (pull_request) Successful in 1m57s
CI / benchmark-regression (pull_request) Failing after 1m22s
CI / integration_tests (pull_request) Successful in 4m17s
CI / e2e_tests (pull_request) Failing after 5m13s
CI / unit_tests (pull_request) Failing after 8m6s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 5s
Change argument preset cycling shortcut from ctrl+t to ctrl+tab for terminal
compatibility (avoids conflicts with terminal session managers that also use
ctrl+t). Add tab binding to cycle through available personas in the registry,
automatically resetting preset to default when switching personas.
cycle_persona now filters by cycle_order > 0 and sorts by cycle_order.
Help panel now reflects both keybindings under Main Screen context.

ISSUES CLOSED: #9358
2026-05-09 10:48:04 +00:00
HAL9000 411604b50d fix(tui): correct preset cycling keybinding to ctrl+tab and add persona tab-cycling
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 32s
CI / build (pull_request) Successful in 1m10s
CI / lint (pull_request) Successful in 1m22s
CI / helm (pull_request) Successful in 40s
CI / quality (pull_request) Successful in 1m40s
CI / security (pull_request) Successful in 1m53s
CI / typecheck (pull_request) Successful in 1m44s
CI / benchmark-regression (pull_request) Failing after 52s
CI / unit_tests (pull_request) Failing after 4m18s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 4m23s
CI / integration_tests (pull_request) Successful in 4m57s
CI / status-check (pull_request) Failing after 3s
Change argument preset cycling shortcut from ctrl+t to ctrl+tab for terminal
compatibility (avoids conflicts with terminal session managers that also use
ctrl+t). Add shift+tab binding to cycle through available personas in the
registry, automatically resetting preset to default when switching personas.
Help panel now reflects both keybindings under Main Screen context.

ISSUES CLOSED: #9442
2026-05-08 14:40:52 +00:00