-
Notifications
You must be signed in to change notification settings - Fork 2.9k
show tool outputs during tool call #5858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- ToolCallDiv/ToolCall has the same and extended abilities from SimpleToolCallUI
Your cubic subscription is currently inactive. Please reactivate your subscription to receive AI reviews and use cubic. |
✅ Deploy Preview for continuedev canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uinstinct showing output would be great. Can we add it as a Context Item peek instead of with the args? At some point we had it as a context item peek like any normal context items and then regressed when the simple tool call UI was added. I'd like to keep the args separate. Thanks for adding tests
- added a new ToolCallOutput component
Description
Show tool call outputs along with tool call arguments. Previously MCP arguments were only shown and not the MCP responses.
Also:
SimpleToolCallUI.tsx
and added its capabilities inToolCall.tsx
References:
Checklist
Screenshots
feat.mp4
Tests