Display agent name alongside label in terminal title and list output #244

Merged
didericis merged 1 commits from display-agent-name-with-type into main 2026-06-22 20:53:14 -04:00
Collaborator

Closes #243.

Summary

  • Terminal title at launch now shows label (agent_name) when a label is set, e.g. bob (claude-implementer), so the agent type is always visible alongside the user-chosen label
  • cli.py list active output uses the same format for the display name column
  • Applies consistently across all three backends: docker, macos-container, smolmachines
  • When no label is set, display falls back to just agent_name (unchanged behavior)
Closes #243. ## Summary - Terminal title at launch now shows `label (agent_name)` when a label is set, e.g. `bob (claude-implementer)`, so the agent type is always visible alongside the user-chosen label - `cli.py list active` output uses the same format for the display name column - Applies consistently across all three backends: docker, macos-container, smolmachines - When no label is set, display falls back to just `agent_name` (unchanged behavior)
didericis-claude added 1 commit 2026-06-22 20:28:43 -04:00
feat: display agent name alongside label in terminal title and list output
test / unit (pull_request) Successful in 40s
test / integration (pull_request) Successful in 17s
lint / lint (push) Successful in 1m42s
test / unit (push) Successful in 41s
test / integration (push) Successful in 20s
Update Quality Badges / update-badges (push) Successful in 1m26s
85e64b5134
When a label is set (e.g. "bob"), the display becomes "bob (claude-implementer)"
so the agent type is always visible. Affects all three backends (docker,
macos-container, smolmachines) and the `cli.py list active` output.

Closes #243
didericis approved these changes 2026-06-22 20:29:44 -04:00
didericis merged commit 85e64b5134 into main 2026-06-22 20:53:14 -04:00
didericis deleted branch display-agent-name-with-type 2026-06-22 20:53:14 -04:00
Sign in to join this conversation.