feat(ui): show model and thinking level in /team list, /team status, and member_status tool#38
Open
feat(ui): show model and thinking level in /team list, /team status, and member_status tool#38
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Surfaces model and thinking level in the remaining UI surfaces where they were missing:
Changes
/team listresearcher: streaming 3m (editing…) [rpc]researcher: streaming 3m claude-opus-4-6/t:xhigh (editing…) [rpc]/team status(summary)researcher: streaming 3m (editing…) · 12.5k tokensresearcher: streaming 3m · claude-opus-4-6/t:xhigh (editing…) · 12.5k tokens/team status <name>model: anthropic/claude-opus-4-6-20250514thinking: xhighteams({ action: "member_status" })summaryteams({ action: "member_status", name })Files changed
extensions/teams/leader-info-commands.ts—/team listand/team statuscommandsextensions/teams/leader-teams-tool.ts—member_statustool action (summary + detail)Agent-friendly design notes
getMemberModel(),getMemberThinking(),shortModelLabel()helpers fromteams-ui-shared.ts— no new abstractionsmodel/t:level) keeps token cost low in tool responsesdetailsobject for programmatic consumptionCloses SYM-40