-
Notifications
You must be signed in to change notification settings - Fork 353
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
chore: Remove hard-coded 'deep-cody' and replace with constant #6958
Conversation
This bugged me while reading and to warm up to the codebase, I decided to replace the hardcoded strings with the reference. Can't do it in `lib/shared`, but in `vscode`.
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.
I was supposed to do some follow-up after we have rename it to agentic chat so this makes it a good start, thank you!
@mrnugget first PR? |
No, had another one yesterday! |
vscode/webviews/components/modelSelectField/ModelSelectField.story.tsx
Outdated
Show resolved
Hide resolved
@mrnugget running |
Went ahead and merged even though unit tests on Windows failed. Looks like they're not run on |
…constant (#7019) This bugged me while reading and to warm up to the codebase, I decided to replace the hardcoded strings with the reference. Can't do it in `lib/shared`, but in `vscode`. ## Test plan - Run Cody and see that agentic chat works. <br> Backport 386c0b6 from #6958 Co-authored-by: Thorsten Ball <[email protected]>
This bugged me while reading and to warm up to the codebase, I decided to replace the hardcoded strings with the reference. Can't do it in
lib/shared
, but invscode
.Test plan