AIAny
Chatbot2023
Icon for item

Cody

Pulls context from your whole codebase via Sourcegraph's search API to power chat, autocomplete, and edits across VS Code, JetBrains, and the CLI. Now ships only inside Sourcegraph Enterprise; the free and Pro tiers are retired.

Introduction

Most AI coding assistants see only the file in front of you. The bet here is different: pipe the entire repository — and remote codebases — through Sourcegraph's existing code-search engine, so completions and answers reflect your actual conventions, internal APIs, and patterns rather than generic training data. That codebase-context retrieval, not the chat box, is the real differentiator.

The other thing worth knowing up front: in July 2025 Sourcegraph discontinued the Free and Pro tiers and folded the product into Sourcegraph Enterprise, steering individual users toward its newer agentic tool, Amp. So evaluating it today means evaluating an enterprise platform, not a standalone IDE plugin.

What Sets It Apart
  • Context comes from Sourcegraph's search API across local and remote repos, so answers cite real symbols and usages instead of hallucinating plausible-looking ones — the payoff grows with codebase size and internal sprawl.
  • It is model-agnostic and runs where engineers already work — VS Code, JetBrains, Visual Studio, web, and CLI — letting a team standardize one assistant across mixed editor stacks.
  • Customizable and prebuilt prompts turn recurring review or refactor chores into one-click actions, which matters more for a team enforcing shared workflows than for a solo coder.
Who It's For

Great fit if you run Sourcegraph Enterprise and want an assistant grounded in a large, multi-repo codebase where whole-repo context actually changes the answers. Look elsewhere if you are an individual or small team: the free and Pro plans ended in July 2025, there is no standalone tier, and Sourcegraph itself now points solo developers to Amp.

Information

  • Websitecody.dev
  • AuthorsSourcegraph
  • Published date2023/03/27

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).