-
Notifications
You must be signed in to change notification settings - Fork 3.4k
feat: add brief apply formatting instructions to agent/plan, current file description update #7247
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.
The PR introduces a new constant BRIEF_LAZY_INSTRUCTIONS to encourage use of placeholders for unmodified code sections and integrates it into the default system messages. While the intent is good, there are several issues with the implementation that need to be addressed.
💡 To request a new detailed review, comment @continue-detailed-review
Code Review Summary✅ Strengths
|
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
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Description
CON-3422
CON-2393
CON-2392
Summary by cubic
Adds brief apply-formatting guidance to Agent and Plan system messages to reduce noisy code blocks and guide proper edit flow. Addresses CON-3422 by aligning code suggestions with apply tooling.