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

VSCode: Update extension metadata #4079

Merged
merged 4 commits into from May 10, 2024
Merged

VSCode: Update extension metadata #4079

merged 4 commits into from May 10, 2024

Conversation

abeatrix
Copy link
Contributor

@abeatrix abeatrix commented May 7, 2024

CLOSE: #3559

  • Updated the vs code extension metadata to the ones provided by @iskyOS :
    • Display name: Cody: AI Coding Assistant with Autocomplete & Chat
    • 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, or run local models using Ollama. Cody supports all major languages including JavaScript, TypeScript, Python, Java, Go, and C/C++.
    • Additional keyword: code completion & ollama
  • Updated vscode/README.md to reflect the updated list of available LLMs for Cody Pro users.
    • Added new models: Claude 3 Opus, Claude 3 Sonnet, and Claude 3 Haiku, while retaining the existing models such as ChatGPT 3.5 Turbo, ChatGPT 4 Turbo, Claude Instant, and Mixtral.

These updates will provide users with more clarity on what the extension does and expand the options available for LLM selection. The metadata changes will also help better position the extension in the marketplace, making it easier for users to find and understand its benefits.

Test plan

  • Ensure that the README.md renders correctly and all new LLM options are displayed as expected.
  • Verify that the extension's display name and description appear correctly in the VS Code marketplace and match the updates made in the package.json.
  • Test the extension to confirm no features are affected by this change. All existing tests should pass.
  • Notification from Cody should have the updated name:
    image

@abeatrix abeatrix requested review from toolmantim, iskyOS, kalanchan and a team May 7, 2024 20:54
@abeatrix
Copy link
Contributor Author

abeatrix commented May 7, 2024

I've updated the display name and description based on my discussion with Alex @iskyOS . @toolmantim can we get your input on the design team please? 🙇‍♀️

Copy link
Contributor

@iskyOS iskyOS left a comment

Choose a reason for hiding this comment

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

This looks great to me! From my perspective, this will be a great change for helping marketplace searchability (see this doc for reference).

Would this change have any implications for other places in the extension, or would we need to update anything else to make sure our branding is cohesive @toolmantim ?

Copy link
Contributor

@toolmantim toolmantim left a comment

Choose a reason for hiding this comment

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

This new display name should work much better in the product than original version. lgtm 👍🏼

Copy link
Member

@philipp-spiess philipp-spiess left a comment

Choose a reason for hiding this comment

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

Niceeee

@abeatrix
Copy link
Contributor Author

abeatrix commented May 8, 2024

Thanks y'all!

@abeatrix abeatrix merged commit 891c426 into main May 10, 2024
17 of 18 checks passed
@abeatrix abeatrix deleted the bee/extension-info branch May 10, 2024 02:02
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
4 participants