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

Conversation

chillatom
Copy link

Test plan

Not sure how to test that this displays correctly in marketplace. Open to suggestions.

@chillatom chillatom linked an issue Mar 26, 2024 that may be closed by this pull request
@chillatom chillatom requested a review from abeatrix March 26, 2024 20:25
@@ -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?

"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++.",

@@ -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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Cody extension name for SEO
3 participants