Skip to content

feat(ui): show model and thinking level in /team list, /team status, and member_status tool#38

Open
tmustier wants to merge 1 commit intomainfrom
feat/sym-40-list-model-info
Open

feat(ui): show model and thinking level in /team list, /team status, and member_status tool#38
tmustier wants to merge 1 commit intomainfrom
feat/sym-40-list-model-info

Conversation

@tmustier
Copy link
Copy Markdown
Owner

@tmustier tmustier commented Apr 3, 2026

Summary

Surfaces model and thinking level in the remaining UI surfaces where they were missing:

Changes

Surface Before After
/team list researcher: streaming 3m (editing…) [rpc] researcher: streaming 3m claude-opus-4-6/t:xhigh (editing…) [rpc]
/team status (summary) researcher: streaming 3m (editing…) · 12.5k tokens researcher: streaming 3m · claude-opus-4-6/t:xhigh (editing…) · 12.5k tokens
/team status <name> model: anthropic/claude-opus-4-6-20250514 + thinking: xhigh
teams({ action: "member_status" }) summary name, status, elapsed, tokens + model badge in text line
teams({ action: "member_status", name }) model in text + details + thinking in text + details

Files changed

  • extensions/teams/leader-info-commands.ts/team list and /team status commands
  • extensions/teams/leader-teams-tool.tsmember_status tool action (summary + detail)

Agent-friendly design notes

  • Uses existing getMemberModel(), getMemberThinking(), shortModelLabel() helpers from teams-ui-shared.ts — no new abstractions
  • Compact badge format (model/t:level) keeps token cost low in tool responses
  • Thinking level included in structured details object for programmatic consumption

Closes SYM-40

…and member_status tool

- /team list: append short model label and thinking badge per worker
- /team status (summary): show model/thinking badges inline
- /team status <name>: show thinking level alongside model
- teams tool member_status (summary): include model in text output
- teams tool member_status (single): add thinking to text + details

Closes SYM-40
@tmustier tmustier added the symphony Managed by pi-symphony label Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

symphony Managed by pi-symphony

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant