-
Notifications
You must be signed in to change notification settings - Fork 1
Tool call + content - UI change #382
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
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.
Beside a couple of comments discussed privately, works and looks great thank you !
@@ -64,7 +49,7 @@ export function ChatMessagesInsideThread({ | |||
messages.map((msg) => (msg.id === messageId ? updater(msg) : msg)), | |||
); | |||
}; | |||
|
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.
Leftover console.log
The UI looks great @BoBer78! One thing that is a bit iffy is the behavior when one keeps the tool dialog open and then starts scrolling the chat. Some possible solutions
Screen.Recording.2025-06-27.at.10.52.27.movOne "regression" (but it is not a problem) is that one cannot have 2+ tool calls open at the same time. But whatever. If you guys think this is better than before I am not going to block it. Just my regular comment. Cursor + Claude have the same UI as we have on |
Anyway, it works great:))) Thanks @BoBer78 |
closes #364