Discover and explore top open-source AI tools and projects—updated daily.
zed-industriesAI agent adapter for code understanding and review
Top 92.8% on SourcePulse
Summary
This project provides an Agent Client Protocol (ACP) adapter for the Codex CLI, enabling AI-powered code assistance within ACP-compatible clients like Zed. It targets developers seeking to integrate Codex's capabilities, such as code review, editing, and AI tool usage, directly into their development workflows via a standardized protocol. The adapter streamlines interaction with Codex, offering advanced features through familiar client interfaces.
How It Works
The core of the project is an ACP adapter that wraps the Codex CLI, translating ACP messages into Codex commands. It supports features like context-aware @-mentions, image handling, tool calls requiring explicit permission, and various slash commands for code review and management. This approach allows ACP clients to leverage Codex's underlying models and functionalities without needing direct CLI integration for each operation.
Quick Start & Requirements
npx @zed-industries/codex-acp.CODEX_API_KEY or OPENAI_API_KEY environment variables. A paid ChatGPT subscription is supported but has limitations.https://github.com/zed-industries/codex-acp/releases. Zed Integration Docs: "External Agent support".Highlighted Details
/review, /review-branch, /review-commit), initialization (/init), and session management (/compact, /logout).CODEX_API_KEY, OPENAI_API_KEY, and a paid ChatGPT subscription.Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project roadmap were provided in the README snippet.
Licensing & Compatibility
Limitations & Caveats
The authentication method using a paid ChatGPT subscription is explicitly noted as not functional in remote projects. The project's description in the README is minimal, indicating that detailed usage and advanced features might be primarily documented elsewhere or inferred from the feature list.
1 day ago
Inactive
Adam Elmore(Cofounder of StatMuse; Contributor to opencode).
code-yeongyu