Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 618 Bytes

File metadata and controls

9 lines (6 loc) · 618 Bytes

Mux

acpx mux starts coder/mux through its ACP stdio bridge (mux acp). mux acp auto-starts an in-process mux server, so a separate mux server is not required.

Configure at least one model provider before prompting (for example ANTHROPIC_API_KEY, OPENAI_API_KEY, or OPENROUTER_API_KEY); see https://mux.coder.com/config/providers. To target a remote mux server, override the command with mux acp --server-url <url> --auth-token <token> (or set MUX_SERVER_URL / MUX_SERVER_AUTH_TOKEN).