Skip to content

v0.2.13

Choose a tag to compare

@github-actions github-actions released this 28 May 18:37
· 99 commits to refs/heads/main since this release

Highlights

  • Fix: Codex response.completed / response.incomplete events are now parsed correctly — restores gpt-5.5 (and other models) over the Codex backend (HTTP/SSE and WebSocket transports). Without this, codex turns would fail to deserialize because the backend omits oai::Response.output on terminal events. Cherry-picked from upstream #3405; extended on our branch to handle the same dispatch over the Codex WebSocket transport (which upstream didn't carry when the fix landed).
  • New: Python SDK (codegraff on PyPI — published separately under the sdk/python-v0.1.0 tag). PyO3 bindings exposing the codegraff agent to Python; mirrors the TS SDK's Graff / GraffSession / Sandbox surface.

Install

curl -fsSL https://github.com/justrach/codegraff/releases/latest/download/install.sh | sh

macOS binaries

All four macOS binaries (graff and codegraff, x86_64 + arm64) are codesigned with Developer ID Application: Rachit Pradhan (WWP9DLJ27P) (hardened runtime + Apple timestamp) and notarized with Apple. Gatekeeper accepts them online on first launch.

Full changelog

justrach/codegraff@v0.2.12...v0.2.13