sourcegraph / cody

AI that knows your entire codebase
https://cody.dev
Apache License 2.0
2.24k stars 213 forks source link

make "Cody" the title in the VS Code Marketplace #4636

Closed beyang closed 1 week ago

beyang commented 1 week ago

Cody shows up 6th for "cody" in the VS Code Marketplace:

image

I suspect this is because VS Code search prioritizes exact keyword matches in search. This PR updates our displayName to be just "Cody" instead of "Cody: AI Coding Assistant with Autocomplete & Chat".

I suspect this will lower our search ranking for "code ai" and "coding assistant", but I don't think these terms drive a lot of installs and it's more important to own the term "cody", at least within the vs code marketplace search.

Test plan

Affects config only