Skip to content

feat(tui): replace tool buttons with key hints#177

Merged
edwin-zvs merged 1 commit into
mainfrom
tool-hints-keybind
May 23, 2026
Merged

feat(tui): replace tool buttons with key hints#177
edwin-zvs merged 1 commit into
mainfrom
tool-hints-keybind

Conversation

@edwin-zvs

Copy link
Copy Markdown
Contributor

Summary

  • replace long-running zarvis tool-block [bg]/[kill] labels with keyboard hints: Ctrl-b background, Esc kill
  • keep Esc behavior via the existing zarvis interrupt path and wire Ctrl-b to background the active tool supervisor
  • stop exposing button hit zones for newly rendered text-hint tool blocks

Tests

  • cargo test -p agentd-cli tool_block_shows -- --nocapture
  • cargo test -p agentd-adapter-zarvis pty_background_detection_only_matches_ctrl_b -- --nocapture
  • cargo test -p agentd-cli
  • cargo test -p agentd-adapter-zarvis
  • cargo build
  • git diff --check

Relevant binaries: agent renders the tool block hints; agentd-adapter-zarvis handles Ctrl-b while a tool is running.

@edwin-zvs
edwin-zvs merged commit b0290f4 into main May 23, 2026
1 check passed
@edwin-zvs
edwin-zvs deleted the tool-hints-keybind branch May 23, 2026 17:53
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