{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_codebuff",
  "slug": "codebuff",
  "name": "Codebuff",
  "canonical_url": "https://www.openagent.bot/agents/codebuff",
  "category": "agents",
  "resource_type": "agent",
  "summary": "Codebuff is a terminal-based AI coding agent that deeply understands your entire codebase — structure, dependencies, and patterns — to make precise, style-consistent edits. It coordinates specialized sub-agents (File Explorer, Planner, Editor, Reviewer) for better results, supports any model on OpenRouter, and persists project knowledge in markdown files that evolve with every session.",
  "capabilities": [
    "workflow-orchestration"
  ],
  "constraints": [
    "source-available"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [
    "agents",
    "models"
  ],
  "permission_surface": [
    "shell/files"
  ],
  "risk_level": "moderate",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow"
  ],
  "avoid_when": [
    "Users who prefer IDE-based agents over terminal workflows",
    "Teams that need a fully open-source, self-hostable solution"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Read setup docs",
    "Install Codebuff"
  ],
  "evidence_urls": [
    "https://github.com/CodebuffAI/codebuff",
    "https://codebuff.com",
    "https://codebuff.com/docs",
    "https://npmjs.com/package/codebuff"
  ],
  "last_verified_at": "2026-06-04",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/codebuff.json",
    "markdown_url": "https://www.openagent.bot/agents/codebuff.md",
    "agent_json_url": "https://www.openagent.bot/agents/codebuff.agent.json"
  }
}