Skip to content

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 29 Apr 08:25
· 40 commits to main since this release

What changed

  • Refactored /v1/messages stream handling by extracting shared stream finalization, recovery, and native Anthropic passthrough state logic.
  • Refactored message request adaptation into a dedicated module for Copilot sanitization, adaptive thinking normalization, model override, and thinking-signature retry handling.
  • Added focused unit coverage for native stream finalization and request adaptation edge cases.
  • Documented the real Codex CLI smoke path with a temporary CODEX_HOME and explicit Responses provider config.

Verification

  • bun run lint
  • bun run typecheck
  • bun test (341 pass, 70 skip)
  • bun run build
  • npm pack --dry-run --json
  • Real Codex CLI smoke through local POST /v1/responses
  • Real Claude Code smokes through local POST /v1/messages?beta=true: basic reply, Read tool loop, structured output, token count, and expected --effort max rejection
View changes on GitHub