Make codex-sdk depend on openai/codex (#11503)

Do not bundle all binaries inside the SDK as it makes the package huge.
Instead depend on openai/codex
This commit is contained in:
pakrym-oai
2026-02-11 16:20:10 -08:00
committed by GitHub
parent 30cdfce1a5
commit 703fb38d2a
3 changed files with 37 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
Embed the Codex agent in your workflows and apps.
The TypeScript SDK wraps the bundled `codex` binary. It spawns the CLI and exchanges JSONL events over stdin/stdout.
The TypeScript SDK wraps the `codex` CLI from `@openai/codex`. It spawns the CLI and exchanges JSONL events over stdin/stdout.
## Installation