-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix: separate preprocessed tool args #8111
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
fix: separate preprocessed tool args #8111
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.
No issues found across 6 files
|
🎉 This PR is included in version 1.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Issue being that when it was overriding, the model would see the additional processed args in the chat history
Summary by cubic
Separates preprocessed tool arguments from parsedArgs so enhanced values don’t leak into chat history, and updates the UI to use processedArgs with safe fallbacks. Addresses Linear CON-4240.
Bug Fixes
Refactors