-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix: duplicate tool messages added #9596
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
Conversation
|
✅ Review Complete Code Review Summary |
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.
1 issue found across 1 file
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="extensions/cli/src/stream/handleToolCalls.ts">
<violation number="1" location="extensions/cli/src/stream/handleToolCalls.ts:151">
P1: Fallback path drops tool results when chat history service is unavailable; tool outputs no longer stored in local toolCallStates</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.40.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Eliminates duplicate addition of tool message in case of tool error e.g.
Continue Tasks
Powered by Continue