Zum Inhalt springen

All commands

chimera acp

Serve Chimera to an editor over the Agent Client Protocol (stdio). The mirror of what `chimera code --provider claude` does: there we drive somebody else's agent, here somebody else's editor drives ours. Point Zed, JetBrains or Neovim at `chimera acp` and the loop, the verifier and the receipt are available without installing a second tool. Nothing on this path may write to stdout — it IS the protocol. A stray print corrupts the frame the editor is parsing, and the symptom is an editor that hangs rather than output in the wrong place. The banner goes to stderr for the same reason the MCP server's does.

Options

  • --workspace, -wstrdefault: '.'

    Directory the agent works in.

  • --modelstr

    Override the model for this session.

  • --max-stepsintdefault: 30

    Tool-calling steps per turn.