Expand description
SDK-mode shim runtime: communicates with Claude Code via NDJSON on stdin/stdout instead of screen-scraping a PTY.
Emits the same Command/Event protocol to the orchestrator as the
PTY runtime (runtime.rs), making it transparent to all upstream consumers.
Functionsยง
- run_sdk
- Run the SDK-mode shim. This function does not return until the shim exits.