Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cody/capabilities/autocomplete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The autocompletion model is designed to enhance speed, accuracy, and the overall
First, you'll need the following setup:

- A Free or Pro account via Sourcegraph.com or a Sourcegraph Enterprise instance
- A supported editor extension (VS Code, JetBrains, Visual Studio, Eclipse)
- A supported editor extension (VS Code, JetBrains, Visual Studio)

The autocomplete feature is enabled by default on all IDE extensions, i.e., VS Code and JetBrains. Generally, there's a checkbox in the extension settings that confirms whether the autocomplete feature is enabled or not. In addition, some autocomplete settings are optionally and explicitly supported by some IDEs. For example, JetBrains IDEs have settings that allow you to customize colors and styles of the autocomplete suggestions.

Expand Down
2 changes: 1 addition & 1 deletion docs/cody/capabilities/chat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Tab title="Free/Pro">
You can **chat** with Cody to ask questions about your code, generate code, and edit code. By default, Cody has the context of your open file and entire repository, and you can use `@` to add context for specific files, symbols, remote repositories, or other non-code artifacts.

You can do it from the **chat** panel of the supported editor extensions ([VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio), [Eclispe](/cody/clients/install-eclipse)) or in the [web](/cody/clients/cody-with-sourcegraph) app.
You can do it from the **chat** panel of the supported editor extensions ([VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio)) or in the [web](/cody/clients/cody-with-sourcegraph) app.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion docs/cody/clients/cody-with-sourcegraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p className="subtitle">Learn how to use Cody in the web interface with your Sourcegraph.com instance.</p>

In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio ), and [Eclispe](/cody/clients/install-eclipse) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.
In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), and [Visual Studio](/cody/clients/install-visual-studio ) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.

<LinkCards>
<LinkCard href="https://sourcegraph.com/cody/chat" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody for Web" title="Cody for Web" description="Use Cody in the Sourcegraph Web App." />
Expand Down
38 changes: 19 additions & 19 deletions docs/cody/clients/feature-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@

## Chat

| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Eclipse** | **Web** | **CLI** |
| ---------------------------------------- | ----------- | ------------- | ----------------- | ----------- | -------------------- | ------- |
| Chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| Clear chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| Edit sent messages | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| SmartApply/Execute | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Show context files | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| @-file | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| @-symbol | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ |
| LLM Selection | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| **Context Selection** | | | | | | |
| Single-repo context | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| Multi-repo context | ❌ | ❌ | ❌ | ❌ | ✅ (public code only) | ❌ |
| Local context | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ |
| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| **Prompts** | | | | | | |
| Access to prompts and Prompt library | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| Promoted Prompts | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ |
| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Web** | **CLI** |
| ---------------------------------------- | ----------- | ------------- | ----------------- | -------------------- | ------- |
| Chat | ✅ | ✅ | ✅ | ✅ | ✅ |
| Chat history | ✅ | ✅ | ✅ | ✅ | ❌ |
| Clear chat history | ✅ | ✅ | ✅ | ✅ | ❌ |
| Edit sent messages | ✅ | ✅ | ✅ | ✅ | ❌ |
| SmartApply/Execute | ✅ | ❌ | ❌ | ❌ | ❌ |
| Show context files | ✅ | ✅ | ✅ | ✅ | ❌ |
| @-file | ✅ | ✅ | ✅ | ✅ | ❌ |
| @-symbol | ✅ | ❌ | ✅ | ✅ | ❌ |
| LLM Selection | ✅ | ✅ | ✅ | ✅ | ❌ |
| **Context Selection** | | | | | |
| Single-repo context | ✅ | ✅ | ✅ | ✅ | ❌ |
| Multi-repo context | ❌ | ❌ | ❌ | ✅ (public code only) | ❌ |
| Local context | ✅ | ✅ | ✅ | ❌ | ✅ |
| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | ❌ | ❌ |
| **Prompts** | | | | | |
| Access to prompts and Prompt library | ✅ | ✅ | ✅ | ✅ | ❌ |
| Promoted Prompts | ✅ | ❌ | ❌ | ✅ | ❌ |

## Code Autocomplete

Expand Down
1 change: 0 additions & 1 deletion docs/cody/clients/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<ProductCard href="/cody/clients/install-vscode" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/vscode.svg" imgAlt="VS Code" title="Cody for VS Code" description="Install Cody's free extension for VS Code. " />
<ProductCard href="/cody/clients/install-jetbrains" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="JetBrains" title="Cody for JetBrains" description="Install Cody's free extension for JetBrains." />
<ProductCard href="/cody/clients/install-visual-studio" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg" imgAlt="Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
<ProductCard href="/cody/clients/install-eclipse" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/eclipse.svg" imgAlt="Eclipse" title="Cody for Eclipse (Experimental)" description="Install Cody's free extension for Eclipse." />
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
<ProductCard href="/cody/clients/install-cli" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/command-line-blue.svg" imgAlt="Cody CLI" title="Cody CLI" description="Run Cody from the command line." />
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
Expand Down
5 changes: 2 additions & 3 deletions docs/cody/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TierCallout>
Supported on all [Sourcegraph plans](https://about.sourcegraph.com/pricing).
<user>
Available on VS Code, JetBrains, Visual Studio, Eclipse and the Web.
Available on VS Code, JetBrains, Visual Studio, and the Web.
</user>
</TierCallout>

Expand All @@ -13,7 +13,7 @@ Cody is an AI coding assistant that uses all the latest LLMs and your developmen
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/cody-in-action-102024.mp4" type="video/mp4"/>
</video>

Cody connects seamlessly with codehosts like [GitHub](https://github.com/login?client_id=e917b2b7fa9040e1edd4), [GitLab](https://gitlab.com/users/sign_in) and IDEs like [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio), and [Eclipse](/cody/clients/install-eclipse). Once connected, Cody acts as your personal AI coding assistant, equipped with the following capabilities:
Cody connects seamlessly with codehosts like [GitHub](https://github.com/login?client_id=e917b2b7fa9040e1edd4), [GitLab](https://gitlab.com/users/sign_in) and IDEs like [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), and [Visual Studio](/cody/clients/install-visual-studio). Once connected, Cody acts as your personal AI coding assistant, equipped with the following capabilities:

1. Developer chat with the most powerful models and context
2. Code completions, code edits, and customizable prompts
Expand All @@ -27,7 +27,6 @@ You can start using Cody with one of the following options:
<ProductCard href="/cody/clients/install-vscode" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/vscode.svg" imgAlt="VS Code" title="Cody for VS Code" description="Install Cody's free extension for VS Code. " />
<ProductCard href="/cody/clients/install-jetbrains" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="JetBrains" title="Cody for JetBrains" description="Install Cody's free extension for JetBrains." />
<ProductCard href="/cody/clients/install-visual-studio" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg" imgAlt="Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
<ProductCard href="/cody/clients/install-eclipse" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/eclipse.svg" imgAlt="Eclipse" title="Cody for Eclipse (Experimental)" description="Install Cody's free extension for Eclipse." />
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
<ProductCard href="/cody/clients/install-cli" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/command-line-blue.svg" imgAlt="Cody CLI" title="Cody CLI" description="Run Cody from the command line." />
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
Expand Down
4 changes: 2 additions & 2 deletions docs/cody/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ $filteredResults = preg_grep('*\.' . basename($inputPath) . '\.*', $fileList);

If you would like to add a forked repository as Cody context, you may need to add `"search.includeForks": true` to the [global settings](/admin/config/settings#editing-global-settings-for-site-admins) for your instance.

## Eclipse extension
{/* ## Eclipse extension

### See a white screen the first time you open Cody chat

Expand All @@ -264,7 +264,7 @@ You can open the Cody Log view using the same steps as above, but instead, selec

This will include more information about what Cody is doing, including any errors. There is a copy button at the top right of the log view that you can use to copy the log to your clipboard and send it to us. Be careful not to include any sensitive information, as the log communication is verbose and may contain tokens.

Additionally, Eclipse's built-in Error Log can be used to view any uncaught exceptions and their stack traces. You can open the Error Log using the **Window > Show View > Error Log** menu.
Additionally, Eclipse's built-in Error Log can be used to view any uncaught exceptions and their stack traces. You can open the Error Log using the **Window > Show View > Error Log** menu. */}

## OpenAI o1

Expand Down
4 changes: 2 additions & 2 deletions docs/pricing/free.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Free plan includes the following features:

| **AI features** | **Compatibility** | **Deployment** | **Admin/Security** | **Support** |
| ----------------------------------------------------------------------------- | --------------------------------------------------- | ------------------ | ------------------------------------------ | ---------------------- |
| Reasonable use autocomplete limits | VS Code, JetBrains IDEs, Visual Studio, and Eclipse | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only |
| Reasonable use autocomplete limits | VS Code, JetBrains IDEs, and Visual Studio | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only |
| Reasonable use chat messages and prompts per month | All popular coding languages | - | - | - |
| Multiple LLM selection (Claude 3.5 Sonnet, Gemini 1.5 Pro and Flash) | Natural language search | - | - | - |

Expand All @@ -29,7 +29,7 @@ The Enterprise Starter plan provides extended usage limits and advanced features
| **AI features** | - Autocompletions <br /> - 200 chat messages and prompts per month <br /> - Multiple LLM choices for chat | - Code autocomplete and chat <br /> - More powerful LLMs for chat (GPT-4o, Claude 3 Opus) <br /> - Integrated search results |
| **Code Search features** | N/A | - Code Search <br /> - Symbol Search |
| **Deployment types** | - Multi-tenant Coud | - Multi-tenant Cloud <br /> - Private Workspace <br /> - Privately indexed code (100 repos) |
| **Compatibility** | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - All major code hosts | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - Code hosted on GitHub |
| **Compatibility** | - VS Code, JetBrains IDEs, and Visual Studio <br /> - All popular coding languages <br /> Natural language search <br /> - All major code hosts | - VS Code, JetBrains IDEs, and Visual Studio <br /> - All popular coding languages <br /> Natural language search <br /> - Code hosted on GitHub |
| **Support** | - Community support only | - 9x5 Support |

## Moving to Enterprise Starter plan
Expand Down
8 changes: 4 additions & 4 deletions src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const navigation: NavigationItem[] = [
{ title: "Cody for VS Code", href: "/cody/clients/install-vscode", },
{ title: "Cody for JetBrains", href: "/cody/clients/install-jetbrains", },
{ title: "Cody for Visual Studio", href: "/cody/clients/install-visual-studio", },
{ title: "Cody for Eclipse", href: "/cody/clients/install-eclipse", },
// { title: "Cody for Eclipse", href: "/cody/clients/install-eclipse", },
{ title: "Cody for Web", href: "/cody/clients/cody-with-sourcegraph", },
]
},
Expand All @@ -55,10 +55,10 @@ export const navigation: NavigationItem[] = [
subsections: [
{ title: "Chat", href: "/cody/capabilities/chat", },
{ title: "Query Types", href: "/cody/capabilities/query-types", },
{ title: "Agentic chat", href: "/cody/capabilities/agentic-chat", },
{ title: "Agentic chat", href: "/cody/capabilities/agentic-chat", },
{ title: "Autocomplete", href: "/cody/capabilities/autocomplete", },
{ title: "Auto-edit", href: "/cody/capabilities/auto-edit", },
{ title: "Prompts", href: "/cody/capabilities/prompts", },
{ title: "Auto-edit", href: "/cody/capabilities/auto-edit", },
{ title: "Prompts", href: "/cody/capabilities/prompts", },
{ title: "OpenCtx", href: "/cody/capabilities/openctx", },
{ title: "Debug Code", href: "/cody/capabilities/debug-code", },
{ title: "Context Filters", href: "/cody/capabilities/ignore-context", },
Expand Down
7 changes: 7 additions & 0 deletions src/data/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6731,6 +6731,13 @@ const redirectsData = [
permanent: true
},

//Eclispe redirects
{
source: "/cody/clients/install-eclipse",
destination: "/cody/clients",
permanent: true
},


];

Expand Down