You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues and did not find a duplicate.
I am describing a concrete problem or use case, not just a vague idea.
Area
apps/server
Problem or use case
When using Claude's /code-review skill recently, it seems that Anthropic has updated it to make use of a ReportFindings tool which integrates directly with the terminal UI. This is currently not captured by T3Code, and often results in wasted tokens/turns turning it back into markdown.
Marking it under server for now, though likely FE support will also be necessary.
Proposed solution
Ideally, a side-panel UI or inline widget (like how todos are represented).
Some way of making it visible such that I can select which items to fix from the numbered list that it generates.
Why this matters
This would improve ergonomics when using Claude by reducing 'stutter,' and would be able to account for any future users of the ReportFindings tool.
Smallest useful scope
Convert ReportFindings into markdown and inject it directly into the session.
enhancementRequested improvement or new capability.needs-triageIssue needs maintainer review and initial categorization.
1 participant
Converted from issue
This discussion was converted from issue #6339 on August 15, 2026 09:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/server
Problem or use case
When using Claude's
/code-reviewskill recently, it seems that Anthropic has updated it to make use of aReportFindingstool which integrates directly with the terminal UI. This is currently not captured by T3Code, and often results in wasted tokens/turns turning it back into markdown.Marking it under server for now, though likely FE support will also be necessary.
Proposed solution
Ideally, a side-panel UI or inline widget (like how todos are represented).
Some way of making it visible such that I can select which items to fix from the numbered list that it generates.
Why this matters
This would improve ergonomics when using Claude by reducing 'stutter,' and would be able to account for any future users of the
ReportFindingstool.Smallest useful scope
Convert
ReportFindingsinto markdown and inject it directly into the session.Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
All reactions