Skip to content

Releases: joshrotenberg/codex-wrapper

v0.1.2

13 Apr 15:09
19e8d49

Choose a tag to compare

Added

  • add streaming support via callback (closes #20) (#24)
  • add execute_json_lines to ExecResumeCommand (#19)
  • add Session struct for multi-turn state management (#25)

Fixed

  • gate streaming tests behind cfg(unix) for Windows CI (#27)

Other

  • (exec) add doc comments to ExecCommand and ExecResumeCommand builder methods (#17)
  • (command) add doc comments to RawCommand and VersionCommand (#15)

v0.1.1

23 Mar 14:14
617e122

Choose a tag to compare

Added

  • (exec) add Debug impl for CommandOutput that redacts long stdout/stderr (#10)
  • add missing CLI commands, integration tests, and docs (#2)

Fixed

  • (exec) validate non-empty model name in ExecCommand::model() (#11)

Other

  • (error) add Display impl test coverage for each Error variant closes #4 (#7)
  • note SandboxMode and ApprovalPolicy defaults in crate-level docs closes #3 (#5)