Cody

Archived
GitHub TypeScript Apache-2.0

Description

AI coding assistant from Sourcegraph. Deep IDE integration (VS Code / JetBrains) with code-base understanding, context search, and code completion across multiple LLM providers.

Strengths & Limitations

Strengths

  • High community interest (3.8k stars)
  • Permissive open-source license (Apache-2.0)
  • Established track record (3 years in production)

⚠️ Limitations

  • No updates in over 13 months

Related Projects

CodeGeeX4

2.6k · Python
Stale C

Zhipu open-source multi-scenario code LLM supporting completion, explanation, retrieval, and function calling.

coding-agentcode-completionllm +1
  • · All-in-one model — single model handles completion, explanation, translation, retrieval, and function calling
  • · Multi-language — covers 20+ languages including Python, Java, Go, JavaScript, and C++
  • · Repository-level Q&A — understands whole-repo context to answer cross-file questions

jcode

19.0k · Rust
Active A

A next-generation coding-agent harness built for multi-session workflows, with a focus on extreme performance, low memory, and deep MCP/tool customization.

coding-agentrustterminal +2
  • · Extreme footprint - 27.8 MB per single session and 117 MB for 10 sessions, 5-15x lighter than peers
  • · Sub-millisecond startup - 14 ms to first frame and 49 ms to first input, 200x+ faster than Claude Code
  • · Multi-session swarm - coordinates multiple agents in the same repo with conflict detection and broadcast messaging

Aider

48.7k · Python
Stale B

AI pair programming in your terminal. Collaborate with LLMs to edit code, manage Git, and refactor across multiple files with deep developer workflow integration.

pair-programmingcoding-agentterminal +2
  • · Codebase map — Automatically builds structural map of entire codebase helping LLMs locate and understand context in large projects
  • · Deep Git integration — Auto-generates meaningful commit messages for every change with git diff and version management support
  • · 100+ programming languages — Compatible with Python, JavaScript, Rust, Go, C++, PHP, HTML/CSS and dozens more