AIAny
AI Coding2024
Icon for item

codebuff

Edits a codebase from natural-language prompts in the terminal, coordinating specialized sub-agents — file picker, planner, editor, reviewer — instead of one model. Beats Claude Code 61% vs 53% on its own evals; agents scriptable in TypeScript.

Introduction

Most terminal coding tools throw your whole prompt at a single large model and hope it keeps track of a sprawling codebase. Codebuff bets the opposite: a small crew of narrow agents — one that finds relevant files, one that plans, one that edits, one that reviews — outperforms one generalist, and its own benchmark puts that at 61% vs 53% against Claude Code across 175+ real-world coding tasks.

What Sets It Apart
  • Orchestration over a monolith — the file picker gathers cross-file context in seconds so the editor operates on the right slice of the repo, shrinking the "edited the wrong file" class of mistakes that plague single-model tools.
  • Programmable agents — you define your own agents and workflows in TypeScript, turning team-specific conventions and multi-step refactors into something repeatable rather than a one-off prompt you retype each time.
  • Freebuff, the free tier — an ad-supported build that runs open-weight models (DeepSeek, Kimi, MiniMax) with no subscription, credits, or configuration, dropping the cost of trying agentic coding to zero.
Great Fit If / Look Elsewhere

Great fit if you live in the terminal, want an agent that reasons across many files at once, and like shaping its behavior with custom TypeScript agents instead of accepting a fixed workflow. Look elsewhere if you want a polished IDE-embedded experience, need a fully offline or local-only setup, or distrust self-reported numbers — the 61% figure comes from Codebuff's own harness, so read it as directional rather than neutral.

Information

  • Websitegithub.com
  • OrganizationsCodebuff
  • AuthorsCodebuffAI
  • Published date2024/07/09

Categories

More Items

GitHub
AI Agent2026

Runs background coding agents in isolated sandboxes to autonomously handle development tasks, create pull requests, and integrate with Slack, GitHub, Linear and webhooks. Supports multiplayer sessions, multiple LLM providers, fast startup via snapshots and prebuilt images; designed for single-tenant deployments.

GitHub
AI Coding2026

Intercepts and blocks destructive git, filesystem and CLI commands before they execute when run by AI coding agents. Offers sub-millisecond hook latency, 50+ modular rule packs, heredoc/inline-script AST scanning, agent-specific integrations and configurable bypass/allow-once workflows.

GitHub
AI Client2026

Terminal-native AI coding assistant optimized for the deepseek-v4 model. Provides configurable "thinking" modes and reasoning-intensity controls, agent skills for extensibility, MCP integration, and a shared config with a VSCode plugin.