Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Slight re-wording of the description to solve the problem with it cutting off due to exceeding the character limits by 6 characters

Changed one instance of "and" to an ampersand (&), removed "to VS Code" (wasn't really needed as this only shows within the VSCode Marketplace, and wouldn't be any benefit to SEO)

Changed "latest" in the LLMs selection, to "best" - this gives a better "feeling" than "latest" as the latest LLM could be a tiny 1b parameter model which means nothing for Cody.
  • Loading branch information
Kynlos authored Nov 8, 2024
1 parent 5711fc8 commit b2e2d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
"description": "AI coding assistant that uses search and codebase context to help you write code faster. Cody brings autocomplete, chat, and commands to VS Code, so you can generate code, write unit tests, create docs, and explain complex code using AI. Choose from the latest LLMs, including GPT-4o and Claude 3.5 Sonnet.",
"description": "AI coding assistant that uses search & codebase context to help you write code faster. Cody brings you autocomplete, chat, and commands, so you can generate code, write unit tests, create docs, and explain complex code using AI. Choose from the best LLMs, including GPT-4o and Claude 3.5 Sonnet.",
"scripts": {
"build:root": "pnpm -C .. run -s build",
"postinstall": "pnpm download-wasm && pnpm copy-win-ca-roots",
Expand Down

0 comments on commit b2e2d90

Please sign in to comment.