Skip to content

v0.135.0

Choose a tag to compare

@huntharo huntharo released this 05 Jun 02:07
· 6 commits to main since this release
fb903a8

TypeScript types for the Codex App Server JSON-RPC protocol, generated from
codex-cli 0.135.0 (codex app-server generate-ts --experimental).

The package version mirrors the codex-cli version that generated src/.

Protocol changes vs 0.133.0 (src/v2/, 587 → 591 files)

  • Removed: ProfileV2
  • Added: AdditionalContextEntry, AdditionalContextKind, ThreadSearchParams, ThreadSearchResponse, ThreadSearchResult
  • Modified: 15 files — e.g. ThreadStartParams.experimentalRawEvents and persistExtendedHistory are now optional

Also in this release

  • Clean-room regeneration procedure (pnpm regenerate + scripts/regenerate.sh) that deletes src/ first so removed/renamed types surface in the diff; documented in AGENTS.md / CLAUDE.md.
  • CI: GitHub Actions bumped off the deprecated Node 20 runtime (checkout/setup-node/pnpm-action-setup → v5); added a pinned publint packaging check.

Generated from the exact rust-v0.135.0 release binary (not the 0.135.0-alpha.1 Codex Desktop build).