Sourcegraph Cody logo

Sourcegraph Cody Enterprise Review

Enterprise AI coding with codebase context.

AI, Coding and Development
Visit Sourcegraph Cody → Join Discussion
WHATAI LATEST ยท AUG 24, 2026

Cody Is No Longer a Consumer Coding Assistant

Sourcegraph moved Cody firmly into enterprise

By WhatAI Editorial ยท

Cody Is No Longer a Consumer Coding Assistant

For several years, Sourcegraph Cody was easy to describe. It was an AI coding assistant with an unusually strong understanding of large repositories. Developers could install an extension, chat with their codebase, receive completions, ask for edits, and draw context from Sourcegraph's code search. There was a free plan, a paid individual plan, and an enterprise version. That description is now historically accurate and commercially misleading.

Cody Free and Cody Pro were discontinued on July 23, 2025. Cody was also removed from Enterprise Starter. Sourcegraph directed individual users toward Amp, the agentic coding product created by Sourcegraph's founders. Cody Enterprise was not discontinued. It remains supported, appears in current documentation, and continued to receive model updates in August 2026. The difference is that Cody is now firmly an enterprise capability inside a much broader Sourcegraph platform, not a standalone freemium assistant competing for every individual developer.

This distinction matters for anyone landing on an old review or pricing table. A $9 or $19 Cody plan is no longer available. The current Sourcegraph pricing page starts at $16,000 for an enterprise platform that combines code search, Deep Search, Batch Changes, Insights, Monitoring, MCP access, APIs, CLI access, private deployment choices, enterprise controls, and credits for AI features. Cody still matters within that environment, especially in supported IDEs, but it should be evaluated as part of an enterprise code-understanding strategy.

What Still Exists

Sourcegraph's current Cody documentation describes an AI coding assistant available on Sourcegraph Enterprise through Visual Studio Code, JetBrains IDEs, Visual Studio, and the web application. Its core capabilities remain recognizable: developer chat, code completions, code edits, customizable prompts, model choice, and codebase context. Cody uses Sourcegraph's Search API to retrieve relevant information from local and remote repositories, including symbols, APIs, definitions, usage patterns, and files beyond the one currently open.

That context layer is still Cody's strongest idea. A generic assistant may perform well when the answer fits inside an open file or a small repository. Enterprise work often spans hundreds of repositories, shared libraries, duplicated services, generated code, ownership boundaries, and years of history. A developer asking where an interface is implemented may need an answer across several code hosts. A refactor may depend on usages in projects the developer did not know existed. Sourcegraph was built for that scale before coding assistants became popular, and Cody can use that existing search and indexing foundation.

Current product updates confirm that Cody has not been abandoned. Sourcegraph added support for the GPT-5.6 model family in its August 10, 2026 update. Recent releases also contain Cody-specific administration and compatibility work. At the same time, Sourcegraph 7.0 makes the hierarchy clear: when Deep Search is enabled, it replaces Cody Web in the Sourcegraph interface. The Cody web route and sidebar are hidden, while Cody's IDE experience remains a supported enterprise feature.

The Product Around Cody Has Become More Important Than Cody

Sourcegraph now describes itself as an intelligence layer for AI coding agents and developers. The current platform is organized around understanding, oversight, and change at codebase scale. Code Search finds exact patterns and symbols. Deep Search investigates open-ended questions with AI. The MCP server supplies Sourcegraph context to external agents such as Claude Code, Cursor, Codex, and Amp. Agentic Batch Changes applies migrations across many repositories. Insights and Monitoring help teams track patterns and risks over time.

In that portfolio, Cody is the in-IDE assistant. It gives developers a familiar chat, completion, and edit experience backed by Sourcegraph context. Deep Search is the research surface for questions that require broader investigation. MCP lets teams carry the same code intelligence into whichever coding agent they already prefer. Batch Changes handles coordinated work at a scale no single IDE session should own. This is a more coherent enterprise story than asking Cody to be every type of AI development tool at once.

It also changes the purchasing question. An engineering leader should not ask whether Cody produces better autocomplete than a cheaper assistant. The better question is whether Sourcegraph can become a reliable context and change layer across the organization's code estate. If the team buys Sourcegraph for search, navigation, security investigation, migrations, ownership, and agent context, Cody can be a useful interface on top. If the team wants only personal completions and chat, the current enterprise platform is probably excessive.

Cody and Amp Are Not the Same Product

The transition became more confusing when Sourcegraph pointed former Cody Free and Pro users toward Amp. Amp was initially developed alongside Sourcegraph, but Sourcegraph and Amp announced in December 2025 that they were becoming independent companies. Sourcegraph is now led as the code search and code understanding business, while Amp Inc. focuses on frontier coding agents. The shared history remains, but a buyer should not treat Amp as a new Cody plan or assume an Amp subscription grants Sourcegraph Enterprise capabilities.

The products now solve different problems. Amp is an agentic coding environment for developers and teams that want an AI to perform substantial implementation work. Cody Enterprise is an assistant integrated with Sourcegraph context. The broader Sourcegraph platform is designed to help humans and many different agents understand and evolve large codebases. Sourcegraph's MCP strategy is deliberately agent-agnostic: the company wants Claude Code, Cursor, Codex, Amp, and other tools to retrieve better context from Sourcegraph.

That separation can benefit customers. An organization may standardize on an external coding agent while using Sourcegraph for cross-repository retrieval, permissions, auditability, search, and large-scale change. Cody can remain available for developers who prefer an in-IDE assistant without forcing the whole organization into one agent. The downside is a more complex product map. Old Cody comparisons often combine capabilities that now belong to Cody, Deep Search, MCP, Batch Changes, or Amp. Procurement should name the exact workflow and SKU behind every requirement.

Privacy Depends on the Deployment and the Surface

Cody's documentation states that Sourcegraph collects prompts and responses to provide the service and collects usage data and feedback. It also states that this data is not used to train models. That is an important distinction, but it does not mean code and prompts never leave the developer's environment. Sourcegraph Enterprise offers single-tenant cloud and self-hosted options, and enterprise security controls apply across the platform. Buyers still need to map data flow for the chosen deployment, Cody client, Sourcegraph instance, and model provider.

A proper review should identify which repository excerpts Cody sends to an inference service, where conversations are stored, which administrators can access them, how retention is configured, which model providers are available, and whether prompts cross regions. Context filters can exclude selected repositories from chat and completions, but a filter is useful only if it matches the organization's data-classification policy and is tested. Permissions from connected code hosts must remain synchronized so an assistant never retrieves code a developer cannot normally see.

Sourcegraph's broader agent story adds another layer. MCP tools can expose code search, Deep Search, and other capabilities to external agents. This can reduce the waste of an agent blindly opening files, but it also creates a governed access path that needs authentication, scopes, tool controls, audit logs, and rate limits. Sourcegraph's August 2026 release added a general MCP tool blocklist, which is a practical control. Teams should start with the narrowest useful tool set and verify that repository permissions survive every hop from user to agent to Sourcegraph.

Context Quality Must Be Measured

Cody's promise depends on retrieval. If it selects the wrong files, the language model may produce a fluent answer grounded in irrelevant evidence. If an index is stale, an agent may reason about code that has already changed. If a monorepo contains multiple versions of a pattern, the nearest semantic match may not be the authoritative implementation. Better code search improves the odds of a good answer, but retrieval quality and task completion are separate measurements.

Sourcegraph itself now emphasizes this distinction. A useful enterprise evaluation should score whether the system retrieves the right files and symbols, whether the model interprets them correctly, and whether the resulting code or explanation solves the task. Those stages fail differently. Retrieval may omit a critical dependency. The model may ignore retrieved evidence. A correct answer may still violate a local convention or miss an operational constraint.

Build an evaluation set from real engineering work. Include navigation questions, unfamiliar-service explanations, bug investigations, cross-repository dependency checks, security searches, and small edits. Record the files and evidence a senior engineer expects the tool to find. Compare Cody, Deep Search, and an external agent using Sourcegraph MCP where relevant. Measure citation accuracy, missing evidence, time to a correct answer, model and credit cost, review effort, and the frequency of confident claims that cannot be verified.

Why the $16,000 Starting Price Changes the Audience

Sourcegraph's current enterprise plan starts at $16,000 and scales with team size. It includes credits for AI features, with organization-wide pooling and no monthly credit expiry according to the pricing page. It also includes the platform capabilities around search, Deep Search, Batch Changes, Insights, Monitoring, MCP, APIs, CLI access, enterprise administration, single-tenant cloud, and self-hosting. Volume pricing and additional credit buckets are available through sales.

The page does not publish a standalone Cody seat price. Buyers should confirm whether Cody is included in the proposed enterprise package, which users require licenses, how AI credits are consumed by Cody and other Sourcegraph features, how overages work, and what happens to unused credits at renewal. The $16,000 figure is a platform starting point, not enough information to forecast the final contract. Deployment, support upgrades, customer success, volume, and AI usage can change the total.

For a small team, this is difficult to justify if the goal is chat and completions. GitHub Copilot, Cursor, Tabnine, and other assistants offer clearer per-user entry points. Sourcegraph becomes financially plausible when the company has a big-code problem: many repositories, difficult onboarding, repeated migrations, security investigations that span systems, fragmented ownership, or agents that waste time and tokens searching for context. The return should be measured across these platform outcomes, not assigned entirely to Cody.

A Pilot for the Current Sourcegraph Platform

Begin with a codebase problem that individual assistants handle poorly. Choose several repositories with real dependencies and a task whose expected evidence is known. Connect the relevant code hosts, synchronize permissions, and confirm indexing freshness. Establish a baseline using the team's existing search and assistant workflow. Then test the same task through Cody in the IDE, Deep Search in Sourcegraph, and the Sourcegraph MCP server from the preferred external agent.

The interfaces should not be expected to produce identical outputs. Cody is suited to interactive development around the current work. Deep Search is designed for broader investigation and follow-up questions. MCP is useful when an implementation agent needs targeted code context without replacing its normal workflow. The pilot should reveal where each surface belongs, which reduces the temptation to deploy every feature to every developer.

Include a permissions test. Give different users access to different repositories and confirm that Cody, Deep Search, and MCP results respect those boundaries. Include stale or conflicting documentation. Rename a symbol or move an implementation and measure index lag. Ask a question with an incorrect premise and see whether the system challenges it. Run a cross-repository change only in an isolated test environment. Enterprise code intelligence earns trust when it handles incomplete and changing reality, not when it answers a carefully prepared demo question.

The pilot also needs human outcomes. Does a new engineer reach the right service owner faster? Does a staff engineer spend less time answering navigation questions? Can a security team prove the scope of a vulnerable pattern? Can a migration owner identify every affected repository and produce reviewable changes? Do coding agents make fewer exploratory tool calls when Sourcegraph provides context? These are more meaningful than counting generated lines or chat messages.

Where Cody Fits in 2026

Cody is still useful for enterprise developers who want chat, completion, edits, and prompts inside their IDE with Sourcegraph's repository-scale context. It is especially relevant to organizations that already use Sourcegraph or are buying the wider platform for code understanding. The supported clients and ongoing model updates show that Cody Enterprise remains a live product, even as Deep Search has taken over the main web experience.

Cody is not a sensible recommendation for someone searching for a free AI coding extension. Those plans ended more than a year ago. It is also not the centre of Sourcegraph's public identity now. Sourcegraph increasingly supplies intelligence to humans and many different agents, while Amp operates independently as an agentic coding company. Keeping those facts clear protects users from paying attention to an obsolete comparison.

The WhatAI Verdict

Sourcegraph Cody has not disappeared, but the product around it has changed enough that its old directory profile must be retired. Cody Enterprise remains supported, receives model updates, and continues to offer code-aware assistance in major IDEs. Individual Cody Free and Pro plans no longer exist. The current purchase is Sourcegraph Enterprise, starting at $16,000, with Cody sitting alongside Deep Search, code search, MCP context, Batch Changes, and governance for complex codebases.

That makes Cody narrower and Sourcegraph more interesting. The strongest reason to buy is not autocomplete. It is the possibility of giving developers and coding agents a shared, permission-aware understanding of a sprawling code estate, then using that understanding for investigation, navigation, security work, and coordinated change. Organizations with genuine big-code problems should evaluate the platform on their own repositories. Everyone else should treat old Cody Free and Pro recommendations as expired and choose a current individual coding assistant instead.

โ„น๏ธ

WhatAI Decision Box

โœ“
Best for:

Enterprises with large, legacy, monorepo, or multi-repository codebases that want IDE assistance grounded in Sourcegraph search and governance.

โœ—
Not for:

Individuals seeking free or inexpensive coding assistance, or small teams that only need completions and do not have enterprise code-understanding problems.

โ‡† Often compared with

โ„น๏ธ WhatAI Field Note

  • Cody Free and Pro ended in July 2025. Cody Enterprise remains supported, but current buying starts with the broader Sourcegraph Enterprise platform.
  • Deep Search replaces Cody Web when enabled in Sourcegraph 7, while Cody continues as an IDE assistant and receives current model support.

Sourcegraph Cody remains a supported enterprise AI coding assistant for chat, completions, edits, prompts, and repository-aware development. Its former Free and Pro plans ended in July 2025, so current access belongs within Sourcegraph Enterprise rather than a consumer subscription.

Status, Pricing, Context, and Alternatives

Sourcegraph Enterprise starts at $16,000 and combines code understanding, Deep Search, Code Search, MCP, Batch Changes, Insights, Monitoring, private deployment, and AI credits. Cody is the IDE assistance layer inside that wider platform.

Should Your Team Still Use Cody?

Cody fits enterprises with large or multi-repository codebases that need IDE assistance grounded in Sourcegraph context. Individuals seeking a free or low-cost coding assistant should choose a current alternative because Cody Free and Cody Pro no longer exist.

About Sourcegraph Cody

Sourcegraph Cody is an enterprise AI coding assistant that combines language models with repository context from Sourcegraph's code search and intelligence platform. It supports chat, code completions, edits, custom prompts, context filters, and model selection in Visual Studio Code, JetBrains IDEs, Visual Studio, and Sourcegraph's web environment. Cody Free and Cody Pro were discontinued in July 2025, while Cody Enterprise remains supported and actively updated. It now sits within Sourcegraph's broader enterprise platform alongside Deep Search, Code Search, MCP, Batch Changes, Insights, and Monitoring.

Use Cases

Understand unfamiliar enterprise repositories in the IDEAsk questions across large or multi-repository codebasesGenerate context-aware completions and code editsTrace symbols, APIs, definitions, and usage patternsDebug code with evidence from remote repositoriesOnboard engineers into complex legacy systemsApply repository context filters for governed assistanceCombine Cody with Sourcegraph search and enterprise controls

Key Features

  • โœ“ Developer chat grounded in local and remote code
  • โœ“ Current-line and multi-line code completions
  • โœ“ Code edits and customizable prompts
  • โœ“ Repository, symbol, API, and usage context
  • โœ“ Context filters for selected repositories
  • โœ“ Multiple supported LLMs
  • โœ“ VS Code, JetBrains, Visual Studio, and web clients
  • โœ“ Integration with Sourcegraph Code Search
  • โœ“ Single-tenant cloud and self-hosted platform options
  • โœ“ Enterprise administration and security controls
  • โœ“ Shared platform credits for AI features

Pricing

Cody Free

Discontinued

  • โ€ข Ended July 23, 2025
  • โ€ข No new individual access

Cody Pro

Discontinued

  • โ€ข Ended July 23, 2025
  • โ€ข Former users were directed to Amp

Sourcegraph Enterprise

Starting at $16,000

  • โ€ข Cody Enterprise support
  • โ€ข Credits for AI features
  • โ€ข Deep Search, Code Search, and MCP
  • โ€ข Single-tenant cloud or self-hosted
  • โ€ข Volume pricing through sales

Pricing varies by plan and region โ€” see current pricing.

Plan features change โ€” last updated: 2026-08-24.

Details

Categories: AI, Coding and DevelopmentAgents & AutomationProductivity
Skill Level: Advanced
Access Methods: ide-plugin, browser, cloud, self-hosted

Tags

AI coding assistantcodebase contextcode searchdeveloper toolsenterprise AIcode intelligenceCody Enterpriselarge codebasesmulti-repoSourcegraphIDE assistant

Sourcegraph Cody Community Discussions

Explore community discussions. Ask and answer questions on Sourcegraph Cody to grow and learn together.

marc_young · Sourcegraph Cody AI, Coding and Development

Sourcegraph Cody for enterprise teams managing large complex codebases is genuinely different from IDE plugins

The Sourcegraph Cody overview focuses on the target audience from the first minute and the audience specification is the most useful framing for evaluating whether Cody is relevant to your team. Developers and enterprise teams managing large, complex codebases are the target. The primary strength being project-wide reasoning across millions of lines of code rather than file-level or repository-level context is the technical differentiation. An AI assistant that understands how a service interacts with five dependent services across three repositories is answering questions that a file-scoped AI cannot answer at all. The enterprise focus meaning the evaluation question is not personal productivity but team productivity at codebase scale is the frame that changes which metrics matter. How much faster an individual developer writes a function is less important than how much faster they can understand how a change will affect the broader system. The deep codebase understanding enabling accurate answersโ€ฆ Read full discussion →
♥ 0 💬 2 👁 6 View 2 replies →
brian47 · Sourcegraph Cody AI, Coding and Development

Cody's whole-codebase context being what makes it enterprise rather than individual developer tooling

The second Sourcegraph Cody review explicitly frames the tool as designed for enterprise teams and large complex projects rather than individual coders working on smaller applications. Being considered overkill for individual coders working on smaller apps is the honest limitation that defines the evaluation audience accurately. A developer working on a personal project or a small team application gets most of the value they need from GitHub Copilot or Cursor. The whole-codebase indexing that Cody provides is a solution to a problem that does not exist at small scale. The contextual code completion that understands the entire project architecture rather than only the current file is the quality that changes as the codebase grows. At small scale, file-level context is sufficient. At enterprise scale, file-level context produces suggestions that are locally correct but architecturally inconsistent. The multi-repository support being a core rather than an add-on feature is the enterprise architectureโ€ฆ Read full discussion →
♥ 1 💬 2 👁 11 View 2 replies →
ethanhall · Sourcegraph Cody AI, Coding and Development

Cody's deep search across large repositories and dual-workflow IDE chat mode is the enterprise developer experience in practice

The Sourcegraph Cody features video covers the global repository context, deep search capabilities and dual-workflow approach in enough practical detail to understand what a senior developer's daily experience with Cody actually looks like. The global repository context using Sourcegraph's powerful indexing understanding entire codebases rather than just the current session is the capability that makes multi-file questions answerable. Asking "where does the application handle user authentication failures and what are the retry patterns" across a three-million-line codebase and getting an accurate answer with source references is the practical capability demonstration. The deep search providing results across large repositories that would take a human developer hours to compile manually is the research acceleration that changes the investigation workflow. A five-minute natural language search versus a two-hour manual grep and file review on the same question produces the same information at dramatically different time costs. The dual-workflow of IDE chat mode forโ€ฆ Read full discussion →
♥ 1 💬 2 👁 12 View 2 replies →
platform_eng · Sourcegraph Cody AI, Coding and Development

Is Sourcegraph Cody actually better than Copilot for navigating a large codebase?

I work on a large enterprise monorepo with millions of lines of code across dozens of services and getting useful AI assistance in this environment has been frustrating. GitHub Copilot is good for generating code within a single file but it has very limited awareness of how the rest of the codebase is structured, which means its suggestions frequently do not align with our patterns, conventions or the specific way we have implemented similar things elsewhere in the system. Sourcegraph Cody has been mentioned to me as a tool specifically designed to give AI assistance with deep awareness of an entire codebase rather than just the current file. Sourcegraph already indexes our whole codebase for search purposes so I understand there might be a natural integration there, but I want to know whether the AI layer on top of that search capability actually produces meaningfully better suggestions for large-codebase work.โ€ฆ Read full discussion →
♥ 2 💬 0 👁 4 Reply →
laneclark · Sourcegraph Cody AI, Coding and Development

Sourcegraph Cody works across your entire repository and that context difference is what makes it useful at scale

I work on a large codebase with a long history. Most AI coding assistants get noticeably less useful as the codebase grows because they work from a limited context window and have no real understanding of how the different parts of a system connect. Sourcegraph Cody is built differently and that difference is worth explaining properly. The full codebase context is the core design principle. It uses your entire repository rather than just the current file or a few manually tagged references to inform its suggestions. When you ask it to explain why a particular function behaves the way it does, or to generate something that needs to integrate with existing patterns, it has the actual context rather than making assumptions. For large or complex codebases that translates to meaningfully better and more relevant suggestions. The AI Chat and Commands cover explaining complex code sections, generating unit tests, and identifyingโ€ฆ Read full discussion →
♥ 1 💬 5 👁 8 View 5 replies →
View All Sourcegraph Cody Discussions
Gallery

Sourcegraph Cody Showcase

4 items
Sourcegraph Cody for enterprise teams managing large complex codebases is genuinely different from IDE plugins

Sourcegraph Cody for enterprise teams managing large complex codebases is genuinely different from IDE plugins

marc_young

Cody's whole-codebase context being what makes it enterprise rather than individual developer tooling

Cody's whole-codebase context being what makes it enterprise rather than individual developer tooling

brian47

Cody's deep search across large repositories and dual-workflow IDE chat mode is the enterprise developer experience in practice

Cody's deep search across large repositories and dual-workflow IDE chat mode is the enterprise developer experience in practice

ethanhall

Sourcegraph Cody works across your entire repository and that context difference is what makes it useful at scale

Sourcegraph Cody works across your entire repository and that context difference is what makes it useful at scale

laneclark

๐Ÿ‘ ๐Ÿ‘Ž

Sourcegraph Cody Pros & Cons

Code context

๐Ÿ‘ Pro

Uses Sourcegraph search across large and remote repositories

๐Ÿ‘Ž Con

Retrieval can fail when indexes, branches, or permissions are stale

Enterprise fit

๐Ÿ‘ Pro

Integrates with a broader code-understanding and governance platform

๐Ÿ‘Ž Con

The platform is excessive for teams that only need an assistant

IDE workflow

๐Ÿ‘ Pro

Supports chat, completions, edits, and prompts in major IDEs

๐Ÿ‘Ž Con

Deep Search has replaced the Cody web surface in Sourcegraph 7

Deployment

๐Ÿ‘ Pro

Sourcegraph offers single-tenant cloud and self-hosted options

๐Ÿ‘Ž Con

Private deployment adds infrastructure and operational responsibility

Privacy

๐Ÿ‘ Pro

Sourcegraph states customer data is not used to train models

๐Ÿ‘Ž Con

Prompts, responses, usage, providers, and retention still need review

Pricing

๐Ÿ‘ Pro

The $16,000 platform starting point is now public

๐Ÿ‘Ž Con

No current standalone Cody price is published

Status

๐Ÿ‘ Pro

Cody Enterprise is supported and still receives model updates

๐Ÿ‘Ž Con

Free and Pro plans ended, making many old reviews obsolete

How to Get Results with Sourcegraph Cody: Step-by-Step Workflow

  1. Confirm enterprise fit

    Identify a large-code problem involving many repositories, legacy systems, onboarding, investigation, or cross-repository change.

  2. Scope deployment and access

    Choose single-tenant cloud or self-hosting, connect approved code hosts, and map repository permissions and model data flow.

  3. Index representative repositories

    Add a bounded but realistic set of related repositories and verify index freshness, symbols, branches, and permission synchronization.

  4. Deploy Cody clients

    Install Cody for a pilot group in supported IDEs and configure context filters, models, and enterprise settings.

  5. Test the right surfaces

    Compare Cody for IDE work, Deep Search for investigation, and Sourcegraph MCP for external coding agents on the same evaluated tasks.

  6. Validate retrieval and outcomes

    Score expected files, evidence accuracy, task completion, review effort, security findings, AI credits, and time saved.

  7. Govern and expand

    Define owners for indexes, permissions, filters, models, credits, audit logs, and client upgrades before wider rollout.

Sourcegraph Cody Gotchas and Limits to Know Before You Start

  • Cody Free and Cody Pro are no longer available.
  • Current purchasing begins with a $16,000 enterprise platform contract.
  • The published starting price does not reveal the final Cody, user, credit, deployment, or support cost.
  • Deep Search replaces the Cody web experience when enabled in Sourcegraph 7.
  • Cody and Amp are now products of independent companies.
  • Answer quality depends on indexing freshness, retrieval quality, permissions, and the selected model.
  • Sourcegraph collects prompts, responses, usage data, and feedback to provide the service.
  • Self-hosting does not remove the need to review model providers, telemetry, upgrades, and support paths.
  • Small teams may not receive enough platform value to justify enterprise pricing.

Which Sourcegraph Cody Feature Fits Your Use Case

Feature Good for Common mistake Fix
Cody chat Explaining and investigating code inside the developer workflow Trusting a fluent answer without checking retrieved evidence Verify cited files, symbols, branches, and current implementation
Code completions Generating context-aware code in supported IDEs Comparing tools only by suggestion acceptance Measure review effort, defects, and complete task cycle time
Search API context Finding relevant code across local and remote repositories Assuming every indexed match is authoritative Test freshness, ownership, versions, and expected evidence
Context filters Excluding repositories from Cody retrieval Using filters without a documented data policy Map filters to classifications and test permission boundaries
Model selection Matching model capability and cost to different tasks Changing models without a stable evaluation set Compare accuracy, latency, credits, and evidence on repeatable tasks
Sourcegraph platform Combining Cody with Deep Search, MCP, and code intelligence Treating all Sourcegraph AI features as Cody Assign each workflow to the correct product surface and SKU

Starter Prompts for Sourcegraph Cody

Using the connected repositories, explain how authentication flows from the gateway to downstream services. Cite definitions, callers, configuration, and tests, and flag any ambiguous or stale paths.
Find every implementation and usage of this shared interface across the organization. Group results by repository and version before recommending a migration sequence.
Explain why this error can occur using the current branch and remote code context. Cite the relevant call chain, configuration, and tests without editing code.
Refactor this function using patterns from the authoritative service implementation. Show the retrieved examples, preserve public behavior, and generate tests for edge cases.

Sourcegraph Cody โ€” Frequently Asked Questions

Is Sourcegraph Cody discontinued?

Cody Free and Cody Pro were discontinued on July 23, 2025. Cody Enterprise remains supported and actively updated within Sourcegraph Enterprise.

How much does Sourcegraph Cody cost?

Sourcegraph no longer publishes an individual Cody price. The Sourcegraph Enterprise platform starts at $16,000 and includes AI credits. Buyers should confirm Cody licensing, users, credits, and final contract cost with sales.

What replaced Cody Free and Cody Pro?

Sourcegraph directed former individual Cody users to Amp. Sourcegraph and Amp became independent companies in December 2025, so Amp is not a current Cody plan.

Which IDEs support Cody Enterprise?

Current Sourcegraph documentation lists Visual Studio Code, JetBrains IDEs, Visual Studio, and the Sourcegraph web application.

What does Cody use for codebase context?

Cody uses Sourcegraph's Search API to retrieve context from local and remote repositories, including files, symbols, APIs, definitions, and usage patterns.

Does Cody train models on customer code?

Sourcegraph states that it collects prompts, responses, usage data, and feedback to provide and improve the experience, but does not use customer data to train models. Exact storage and data flow depend on deployment and providers.

What is the difference between Cody and Deep Search?

Cody is an IDE-oriented coding assistant for chat, completions, and edits. Deep Search is Sourcegraph's broader AI investigation surface and replaces Cody Web when enabled in Sourcegraph 7.

Can Sourcegraph context work with other agents?

Yes. Sourcegraph's MCP server can provide code search and context to tools such as Claude Code, Cursor, Codex, and Amp, subject to enterprise configuration and permissions.

Related AI, Coding and Development Tools

8 tools
GitHub Copilot logo

GitHub Copilot

$0โ€“$100/mo

Tabnine logo

Tabnine

$0โ€“$59/mo

Cursor logo

Cursor

$0/mo โ€“ Custom

ChatGPT logo

ChatGPT

$0/mo โ€“ Custom

Devin Desktop (formerly Codeium) logo

Devin Desktop (formerly Codeium)

$0/mo โ€“ Custom

Refact.ai logo

Refact.ai

Free

Devin Desktop logo

Devin Desktop

$0/mo โ€“ Custom

Firecrawl logo

Firecrawl

$0/mo โ€“ Custom

Explore the Network

People discussing Sourcegraph Cody also discuss...

Alternatives to Sourcegraph Cody

GitHub Copilot GitHub Copilot $0โ€“$100/mo Compare Tabnine Tabnine $0โ€“$59/mo Compare Cursor Cursor $0/mo โ€“ Custom Compare ChatGPT ChatGPT $0/mo โ€“ Custom Compare

Pairs well with Sourcegraph Cody

Sources & References

  1. Current Sourcegraph Cody documentation โ†—
  2. Cody plan discontinuation announcement โ†—
  3. Sourcegraph Enterprise pricing โ†—
  4. August 2026 Cody model update โ†—
  5. Sourcegraph 7.0 release notes โ†—
  6. Sourcegraph and Amp separation โ†—
  7. Sourcegraph documentation โ†—
  8. Sourcegraph security portal โ†—

Try Sourcegraph Cody

Visit the official website to get started with Sourcegraph Cody today.

Visit Sourcegraph Cody โ†’

Explore More

More AI, Coding and Development Tools

Browse similar AI tools in this category

Compare AI Tools

Side-by-side comparison of features

Community Forum

Discuss Sourcegraph Cody with other users