{"id":13564753,"url":"https://github.com/sourcegraph/cody","last_synced_at":"2025-05-11T05:49:19.588Z","repository":{"id":180118437,"uuid":"664592117","full_name":"sourcegraph/cody","owner":"sourcegraph","description":"Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.","archived":false,"fork":false,"pushed_at":"2025-05-11T00:31:46.000Z","size":140430,"stargazers_count":3593,"open_issues_count":93,"forks_count":397,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-05-11T05:49:06.752Z","etag":null,"topics":["ai","intellij-plugin","vscode-extension"],"latest_commit_sha":null,"homepage":"https://cody.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sourcegraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-10T10:13:55.000Z","updated_at":"2025-05-10T13:57:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"46ce0902-2bc1-4257-92b8-17747a9cf5fd","html_url":"https://github.com/sourcegraph/cody","commit_stats":{"total_commits":3722,"total_committers":100,"mean_commits":37.22,"dds":0.8199892530897367,"last_synced_commit":"5de28aa954229a95e227090e77e2e40adabdec17"},"previous_names":["sourcegraph/cody"],"tags_count":423,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fcody","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fcody/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fcody/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Fcody/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcegraph","download_url":"https://codeload.github.com/sourcegraph/cody/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253523732,"owners_count":21921818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","intellij-plugin","vscode-extension"],"created_at":"2024-08-01T13:01:35.398Z","updated_at":"2025-05-11T05:49:19.547Z","avatar_url":"https://github.com/sourcegraph.png","language":"TypeScript","readme":"\u003cdiv align=center\u003e\n\n# \u003cimg src=\"https://storage.googleapis.com/sourcegraph-assets/cody/20230417/logomark-default.svg\" width=\"26\"\u003e Cody\n\n**AI coding agent with the best codebase understanding**\n\nCody is an AI coding agent that uses the latest LLMs and codebase context to help you understand, write, and fix code faster. \n\n[Docs](https://sourcegraph.com/docs/cody) • [cody.dev](https://about.sourcegraph.com/cody?utm_source=github.com\u0026utm_medium=referral)\n\n[![vscode extension](https://img.shields.io/vscode-marketplace/v/sourcegraph.cody-ai.svg?label=vscode%20ext)](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Twitter](https://img.shields.io/twitter/follow/sourcegraph.svg?label=Follow%20%40Sourcegraph\u0026style=social)](https://twitter.com/sourcegraph)\n[![Discord](https://dcbadge.vercel.app/api/server/s2qDtYGnAE?style=flat)](https://discord.gg/s2qDtYGnAE)\n\n\u003c/div\u003e\n\n## Get started\n\n[⭐ **Install Cody from the VS Code Marketplace**](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai) or the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/9682-cody-ai-by-sourcegraph), then check out the [demo](#demo) to see what you can do.\n\n_\u0026mdash; or \u0026mdash;_\n\n- Build and run the VS Code extension locally: `pnpm install \u0026\u0026 cd vscode \u0026\u0026 pnpm run dev`\n- See [all supported editors](https://sourcegraph.com/docs/cody/clients)\n\n## What is Cody?\n\nCody is an open-source 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 codebase at any scale, all from within your IDE. Cody works with the newest and best large language models, including Claude 3.5 Sonnet and GPT-4o.\n\nCody is available for [VS Code](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai), [JetBrains](https://plugins.jetbrains.com/plugin/9682-cody-ai-by-sourcegraph), and [on the web](https://sourcegraph.com/cody/chat).\n\nSee [cody.dev](https://about.sourcegraph.com/cody?utm_source=github.com\u0026utm_medium=referral) for more info.\n\n## What can Cody do?\n\n- **Chat:** Ask Cody questions about your codebase. Cody will use semantic search to retrieve files from your codebase and use context from those files to answer your questions. You can @-mention files to target specific context, and you can also add remote repositories as context on Cody Enterprise.\n- **Autocomplete:** Cody makes single-line and multi-line suggestions as you type, speeding up your coding and shortcutting the need for you to hunt down function and variable names as you type.\n- **Inline Edit:** Ask Cody to fix or refactor code from anywhere in a file.\n- **Prompts:** Cody has quick, customizable prompts for common actions. Simply highlight a code snippet and run a prompt, like “Document code,” “Explain code,” or “Generate Unit Tests.”\n- **Swappable LLMs:** Support for Anthropic Claude 3.5 Sonnet, OpenAI GPT-4o, Mixtral, Gemini 1.5, and more.\n  - **Free LLM usage included** Cody Free gives you access to Anthropic Claude 3.5 Sonnet and other models. It's available for individual devs on both personal and work code, subject to reasonable per-user rate limits ([more info](#usage)).\n\n## Demo\n\nCody comes with a variety of AI-for-coding features, such as autocomplete, chat, Smart Apply, generating unit tests, and more.\n\nHere's an example of how you can combine some of these features to use Cody to work on a large codebase.\n\nhttps://www.loom.com/share/ae710891c9044069a9017ee98ce657c5\n\n## Contributing\n\nAll code in this repository is open source (Apache 2).\n\nQuickstart: `pnpm install \u0026\u0026 pnpm build \u0026\u0026 cd vscode \u0026\u0026 pnpm run dev` to run a local build of the Cody VS Code extension.\n\nSee [development docs](doc/dev/index.md) for more.\n\n### Feedback\n\nCody is often magical and sometimes frustratingly wrong. Cody's goal is to be powerful _and_ accurate. You can help:\n\n- Use the \u003ckbd\u003e👍\u003c/kbd\u003e/\u003ckbd\u003e👎\u003c/kbd\u003e buttons in the chat sidebar to give feedback.\n- [File an issue](https://github.com/sourcegraph/cody/issues) (or submit a PR!) when you see problems.\n- [Community forum](https://community.sourcegraph.com/)\n- [Discord](https://discord.gg/s2qDtYGnAE)\n\n## Usage\n\n### Individual usage\n\nIndividual usage of Cody currently requires a (free) [Sourcegraph.com](https://sourcegraph.com/?utm_source=github.com\u0026utm_medium=referral) account because we need to prevent abuse of the free Anthropic/OpenAI LLM usage. We're working on supporting [more swappable LLM options](https://sourcegraph.com/docs/cody/faq#can-i-use-my-own-api-keys) (including using your own Anthropic/OpenAI account or a self-hosted LLM) to make it possible to use Cody without any required third-party dependencies.\n\n### Codying at work\n\nYou can use Cody Free or Cody Pro when Codying on your work code. If that doesn't meet your needs (because you need a dedicated/single-tenant instance, audit logs, bring-your-own-model etc.), upgrade to [Cody Enterprise](https://sourcegraph.com/pricing).\n\n### Existing Sourcegraph customers\n\nThe Cody editor extensions work with:\n\n- Sourcegraph Cloud\n- Sourcegraph Enterprise Server (self-hosted) instances on version 5.1 or later\n","funding_links":[],"categories":["HarmonyOS","TypeScript","Code Analysis \u0026 Search","Tooling \u0026 Dev Experience","Table of Contents","Runtime","ai","Developer \u0026 Coding Assistants","Uncategorized","Coding Copilots","Table of Open-Source AI Agents Projects","Code Assistant"],"sub_categories":["Windows Manager","Other IDEs","IDE Extensions \u0026 Code Assistants","Code Assistant","Code Generation \u0026 Refactoring","Uncategorized","IDE Extensions \u0026 Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcegraph%2Fcody","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcegraph%2Fcody","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcegraph%2Fcody/lists"}