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

update vs code extension name and description for seo #3560

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions vscode/package.json
@@ -1,12 +1,12 @@
{
"name": "cody-ai",
"private": true,
"displayName": "Cody AI",
"displayName": "Cody: AI Coding Assistant with Autocomplete & GPT-4 Turbo Chat for JS, Python, Java, Go, & more",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this also updates the product name in VS Code notifications etc?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this will change this label too:

image

Given that, I'm not sure we should make this particular line change.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll check where else within the product UI this label appears, just so we know how to balance this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Any way to work around this? Like an internal name variable that is different from the marketplace display name?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"displayName": "Cody: AI Coding Assistant with Autocomplete & GPT-4 Turbo Chat for JS, Python, Java, Go, & more",
"displayName": "Cody: AI Coding Assistant",

"version": "1.10.0",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
"description": "Code AI with codebase context",
"description": "Cody is an AI coding assistant that understands your codebase. Cody brings autocomplete, chat, and commands to your IDE, helping you generate code, write unit tests, create documentation, and explain complex or legacy code. Choose from several LLMs including GPT-3.5 Turbo, GPT-4 Turbo, and Claude 3. Cody supports all major languages including JavaScript, TypeScript, Python, Java, Go, and C/C++.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Cody is an AI coding assistant that understands your codebase. Cody brings autocomplete, chat, and commands to your IDE, helping you generate code, write unit tests, create documentation, and explain complex or legacy code. Choose from several LLMs including GPT-3.5 Turbo, GPT-4 Turbo, and Claude 3. Cody supports all major languages including JavaScript, TypeScript, Python, Java, Go, and C/C++.",
"description": "AI coding assistant that understands your codebase. Cody brings autocomplete, chat, and commands to your IDE, helping you generate code, write unit tests, create documentation, and explain complex or legacy code using AI. Choose from several LLMs including GPT-3.5 Turbo, GPT-4 Turbo, and Claude 3. Cody supports all major languages including JavaScript, TypeScript, Python, Java, Go, and C/C++.",

"scripts": {
"postinstall": "pnpm download-wasm",
"dev": "pnpm run -s dev:desktop",
Expand Down