-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix(cli): agent injected blocks ignored #8361
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 Review of PR #8361: fix(cli): agent injected blocks ignoredOverall AssessmentThe changes look good and effectively fix the issue where injected blocks from Specific Feedback✅ Good Changes
|
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 3 files
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.27.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Fixes injected blocks from
--agentbeing ignored when there is no other config source specifiedSummary by cubic
Fixes the CLI so agent blocks passed via --agent are applied even when no other config is provided. Injected blocks now merge into the loaded assistant across all config load paths.