koda-cli 0.2.13

A high-performance AI coding agent for macOS and Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Start an ACP (Agent Client Protocol) server for editor/client integrations

Usage: koda server [OPTIONS]

Options:
      --port <PORT>
          WebSocket port (not yet implemented — use --stdio instead)
          
          [default: 9999]

      --stdio
          Use stdin/stdout JSON-RPC transport (required for VS Code, Zed, etc.)
          
          Reads newline-delimited JSON-RPC 2.0 from stdin and writes to stdout. This is the standard ACP transport for local agent integrations.

  -h, --help
          Print help (see a summary with '-h')