Skip to content

v0.1.2

Latest

Choose a tag to compare

@joshrotenberg joshrotenberg released this 13 Apr 15:09
19e8d49

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)