diff --git a/jetbrains/gradle.properties b/jetbrains/gradle.properties index 65fc4522a042..47bc3be217d6 100644 --- a/jetbrains/gradle.properties +++ b/jetbrains/gradle.properties @@ -1,7 +1,7 @@ # IntelliJ Platform Artifacts Repositories # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html pluginGroup=com.sourcegraph.jetbrains -pluginName=Cody: AI Coding Assistant with Autocomplete & Chat +pluginName=Cody: AI Code Assistant # SemVer format -> https://semver.org pluginVersion=6.0-localbuild # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html diff --git a/jetbrains/src/main/resources/CodyBundle.properties b/jetbrains/src/main/resources/CodyBundle.properties index 2cea07df9567..7875e5048c12 100644 --- a/jetbrains/src/main/resources/CodyBundle.properties +++ b/jetbrains/src/main/resources/CodyBundle.properties @@ -1,4 +1,4 @@ -cody.plugin-name=Cody: AI Coding Assistant with Autocomplete & Chat +cody.plugin-name=Cody: AI Code Assistant status-widget.warning.pro.dialog-title=Thank you for using Cody so heavily today! status-widget.warning.pro.content=\ \ diff --git a/vscode/README.md b/vscode/README.md index e71f4e0aedfa..f85e3d2a8ca3 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -1,15 +1,41 @@ # AI that uses your codebase as context -[Cody](https://about.sourcegraph.com/cody?utm_source=marketplace.visualstudio.com&utm_medium=referral) is an AI coding assistant that helps you understand, write, and fix code faster. It uses advanced search to pull context from both local and remote codebases so that you can use context about APIs, symbols, and usage patterns from across your entire codebase at any scale, all from within VS Code. Plus, Cody users can choose from the latest large language models—like GPT-4o and Claude 3.5 Sonnet—to customize Cody to their needs. +Sourcegraph’s AI code assistant goes beyond individual dev productivity, helping you achieve consistency and quality at scale with AI. Sourcegraph accelerates the entire workflow for developers by providing them a more natural and intuitive way to work. Searching code, chatting with AI, invoking prompts, and using agents can now all be performed in one place with the best models available. -Install Cody to get started with free AI-powered autocomplete, chat, prompts, and more. +## Agentic Chat -## Autocomplete +Designed to simplify and accelerate developer workflows, Sourcegraph uses intent detection and a combination of search, AI chat, and prompts in a single interface to streamline how you explore, understand, and generate code. -Cody autocompletes single lines, or whole functions, in any programming language, configuration file, or documentation. It’s powered by the latest instant LLM models, for accuracy and performance. +Agentic Chat + +## Prompts + +Streamline your development process by using prompts to understand, improve, fix, document, and generate unit tests for your code. You can also create your own prompts and save them in the Prompt Library to tailor Sourcegraph to your workflow. + +Prompts + +## Auto-edit + +Autocompletes single lines, or whole functions, in any programming language, configuration file, or documentation. It’s powered by the latest instant LLM models, for accuracy and performance. Cody autocomplete +## Works with your favorite IDEs + +Sourcegraph is available on the IDEs you use today. Get AI chat, autocomplete, and inline edit without changing your workflow. + +## The best context + +When tools focus solely on individual productivity, teams face inconsistent and poor-quality results. Sourcegraph focuses on team productivity using whole codebase context and shared prompts to ensure quality and consistency across your enterprise. + +context + +## The best models + +Sourcegraph users can select the LLM they want to use for chat and experiment to choose the best model for the job. Choose from multiple options including Claude 3.5 Sonnet, Gemini 1.5 Pro, and Mixtral 8x7B. Cody Pro users can also select Claude 3 Opus and GPT-4o. [See the full list of model options here](https://sourcegraph.com/docs/cody/capabilities/supported-models). + +LLM Choices + ## Chat Answer questions about your entire codebase, specific files and symbols, or general programming topics. @@ -25,15 +51,9 @@ For example, you can ask Cody: Cody Chat -## Built-In Prompts - -Streamline your development process by using prompts to understand, improve, fix, document, and generate unit tests for your code. - -Explain Code command - ## Prompt Library -You can also create your own prompts and save them in the [Prompt Library](https://sourcegraph.com/docs/cody/capabilities/commands#prompt-library) to tailor Cody to your workflow. +You can also create your own prompts and save them in the [Prompt Library](https://sourcegraph.com/docs/cody/capabilities/commands#prompt-library) to tailor Cody to your workflow. ## Choose Your LLM @@ -41,6 +61,10 @@ Cody users can select the LLM they want to use for chat and experiment to choose Administrators for Sourcegraph Enterprise instances can configure which model options to let team members choose from. +## Engineered for the enterprise + +Sourcegraph is built to support the needs of the largest enterprises, with flexible deployment and support for enterprise security and compliance. + ## Usage This extension works for all Cody plans, including Cody Free, Cody Pro, and Cody Enterprise. @@ -51,22 +75,6 @@ You can find detailed information about Cody's available plans [on our website]( Cody works for any programming language because it uses LLMs trained on broad data. Cody works great with Python, Go, JavaScript, and TypeScript code. -## Code Search - -Cody is powered by Sourcegraph’s code search, which it uses to retrieve context from your codebase and extend its capabilities. By using context from entire projects, Cody can give more accurate answers and generate idiomatic code. - -For example: - -- Ask Cody to generate an API call. Cody can gather context on your API schema to inform the code it writes. -- Ask Cody to find where in your codebase a specific component is defined. Cody can retrieve and describe the exact files where that component is written. -- Ask Cody questions that require an understanding of multiple files. For example, ask Cody how frontend data is populated in a React app; Cody can find the React component definitions to understand what data is being passed and where it originates. - -## Cody Enterprise - -Cody Enterprise can search context from your entire remote codebase using Sourcegraph's code search. This allows Cody to answer questions about all of your code, even the repositories that don't live on your local machine. - -[Contact us](https://about.sourcegraph.com/contact/request-info?utm_source=marketplace.visualstudio.com&utm_medium=referral) to set up a trial of Cody Enterprise. If you’re an existing Sourcegraph Enterprise customer, contact your technical advisor. - ## Feedback - [File an issue](https://github.com/sourcegraph/cody/issues/new/choose) diff --git a/vscode/package.json b/vscode/package.json index 2a14f2005db5..7b9b1e23b914 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,12 +2,12 @@ "$schema": "package.schema.json", "name": "cody-ai", "private": true, - "displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", + "displayName": "Cody: AI Code Assistant", "version": "1.62.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png", - "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.", + "description": "Sourcegraph’s AI code assistant goes beyond individual dev productivity, helping enterprises achieve consistency and quality at scale with AI. & 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",