-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix: change 'Agent:' to 'Config:' in intro message and update tests #9423
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
- Update IntroMessage.tsx to display 'Config:' instead of 'Agent:' - Update IntroMessage.test.tsx to match new label - Update ServiceDebugger.tsx to use consistent 'Config:' label This change provides clearer terminology for users. Co-authored-by: dallin <dallin@continue.dev> Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
1 similar comment
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
✅ Review Complete Code Review SummaryTroubleshooting
|
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.38.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Description
Reimplements the changes from PR #9088 that were reverted. This changes the label from 'Agent:' to 'Config:' in the CLI intro message for clearer terminology.
Changes Made
Fixes
Addresses the failing test that was checking for the old 'Agent:' label after the copy change in #9088.
This task was co-authored by dallin and Continue.
Summary by cubic
Changed the CLI intro message label from "Agent:" to "Config:" for clearer terminology. Updated ServiceDebugger and tests to match, fixing the failing test.
Written for commit c1e4668. Summary will update on new commits.