Skip to content
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

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

mrnugget
Copy link
Contributor

@mrnugget mrnugget commented Feb 5, 2025

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.

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`.
Copy link
Contributor

@abeatrix abeatrix left a 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!

@kalanchan
Copy link
Contributor

@mrnugget first PR?

@mrnugget
Copy link
Contributor Author

mrnugget commented Feb 5, 2025

@mrnugget first PR?

No, had another one yesterday!

@beyang
Copy link
Member

beyang commented Feb 6, 2025

@mrnugget running pnpm format or saving the file in vs code with the biome extension enabled should fix the formatting issue. You can run pnpm check locally for all formatting issues.

@mrnugget mrnugget merged commit 386c0b6 into main Feb 6, 2025
20 of 21 checks passed
@mrnugget mrnugget deleted the mrn/remove-hardcoded branch February 6, 2025 17:18
@mrnugget
Copy link
Contributor Author

mrnugget commented Feb 6, 2025

Went ahead and merged even though unit tests on Windows failed. Looks like they're not run on main.

julialeex pushed a commit that referenced this pull request Feb 7, 2025
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants