JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 519
  • Score
    100M100P100Q99328F
  • License Apache-2.0

An ACP-compatible coding agent powered by Codex

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (acp-extension-codex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    ACP adapter for Codex

    Use Codex from ACP-compatible clients such as Zed!

    This tool implements an ACP adapter around the Codex CLI, supporting:

    • Context @-mentions
    • Images
    • Tool calls (with permission requests)
    • Following
    • Edit review
    • TODO lists
    • Slash commands:
      • /review (with optional instructions)
      • /review-branch
      • /review-commit
      • /init
      • /compact
      • /logout
      • Custom Prompts
    • Client MCP servers
    • Auth Methods:
      • ChatGPT subscription (requires paid subscription and doesn't work in remote projects)
      • CODEX_API_KEY
      • OPENAI_API_KEY

    Learn more about the Agent Client Protocol.

    How to use

    Zed

    The latest version of Zed can already use this adapter out of the box.

    To use Codex, open the Agent Panel and click "New Codex Thread" from the + button menu in the top-right.

    Read the docs on External Agent support.

    Other clients

    Submit a PR to add yours!

    Installation

    Install the adapter from the latest release for your architecture and OS: https://github.com/Leeeon233/acp-extension/releases

    You can then use acp-extension-codex as a regular ACP agent:

    OPENAI_API_KEY=sk-... acp-extension-codex

    Or via npm:

    npx acp-extension-codex

    License

    Apache-2.0