
Acepe is a native agentic developer environment that lets developers run Claude Code, Codex, Cursor, and OpenCode locally in parallel sessions, with full visibility into every tool call and diff. It speaks the Agent Client Protocol (ACP), so teams can mix and match agents without lock-in, and includes an inline git viewer for reviewing commits and PRs without leaving the session.
Funding
Funding not disclosed
Founders
Product
Problem
Developers using AI coding agents often juggle multiple tools like Claude Code, Codex, and Cursor, each with its own interface and workflow. Running these agents in parallel creates chaos—there is no unified way to orchestrate sessions, review every change, or intervene when an agent drifts off course, leading to unreviewed code and fragmented workflows.
Solution
Acepe provides a native agentic developer environment that runs leading coding agents locally as first-class sessions. It speaks the Agent Client Protocol (ACP), so developers can run Claude Code, Codex, Cursor, and OpenCode side by side, switching between live work with a single keystroke. Every tool call, permission prompt, and diff is captured in a canonical transcript, making work reviewable like a pull request before anything ships. Developers can checkpoint each run, revert files or entire sessions, and step in the moment an agent goes off track. The environment also includes a built-in git panel and inline git viewer, so staging, committing, and reviewing diffs happen without leaving the agent session.
Target Audience
Primary users are software developers and engineering teams who work with multiple AI coding agents and need a unified, reviewable, and controllable environment for agent-driven development.
Features
- Runs multiple ACP-compatible agents (Claude Code, Codex, Cursor, OpenCode) in parallel as native sessions with one-keystroke switching
- Captures every tool call, permission prompt, and diff in a canonical transcript for PR-style review
- Checkpoint and revert individual files or entire sessions, with the ability to intervene mid-run
- Inline git viewer renders commits and PRs with a compact file tree, syntax-highlighted diffs, and diff stats
- Dedicated git panel with staging, committing, push/pull/fetch, history browsing, and stash management
- Reusable presentational components in the @acepe/ui package, allowing custom diff renderers and framework-agnostic integration