fix(terminal): stop duplicating agent tool calls above the output - #7433
Merged
Conversation
The agent-stream tool chrome rendered a collapsible "Tools" list above the terminal output panel, while the same calls remained inline in the block's toolCalls output field. Drop the header so tool calls read inline again. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CimY1cwvWpQs3RY5MXtdE3
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR removes the workflow terminal’s separate tool-call chrome so agent tool calls appear only in structured output, while preserving the thinking chrome.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or independently actionable issues established. The change is narrowly scoped to removing a redundant terminal presentation of tool calls, and the remaining evidence does not establish that a reachable output state loses required tool-call information.
|
| Filename | Overview |
|---|---|
| apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/terminal/components/output-panel/output-panel.tsx | Removes the duplicate tool-call header renderer while leaving the terminal’s thinking display and structured output paths intact. |
Reviews (1): Last reviewed commit: "fix(terminal): stop duplicating agent to..." | Re-trigger Greptile
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
AgentStreamToolCallsChromeheader from the workflow terminal's output panel — the collapsible "Tools" list rendered above the output while the same calls stayed inline in the agent block'stoolCallsfield, so every streamed run showed them twiceType of Change
Testing
Tested manually.
bun run lint,bun run check:audits(45 audits), block-registry check, andbun run type-checkall pass.Checklist
🤖 Generated with Claude Code
https://claude.ai/code/session_01CimY1cwvWpQs3RY5MXtdE3