feat: show model thinking/reasoning in task tree viewer#15
Draft
belisarius222 wants to merge 1 commit intodevfrom
Draft
feat: show model thinking/reasoning in task tree viewer#15belisarius222 wants to merge 1 commit intodevfrom
belisarius222 wants to merge 1 commit intodevfrom
Conversation
When a sub-task's model is emitting chain-of-thought reasoning, the task tree viewer now shows a "thinking" entry at the end of the tool call list. Selecting it displays the reasoning text in the detail pane, streaming in live and showing the most recent tokens when content exceeds available space. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
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
Details
ThinkingInfotype tracks reasoning text, streaming state, and start timeselectedSessionDatamemo now scans forreasoningparts alongside tool parts◐icon while streaming and●when complete, with a text previewThinkingDetailViewcomponent renders in the detail section, re-rendering every tick for live updatesTest plan
bun devand trigger a task that uses a thinking model (e.g. Claude with extended thinking)🤖 Generated with Claude Code