Skip to content

v0.97.0

Choose a tag to compare

@dwash96 dwash96 released this 14 Feb 17:44
· 300 commits to main since this release
94b82eb

What's Changed

MR: #438
Full Changelog: v0.96.10...v0.97.0

Addresses:

Includes:

  • task() method exported from cecli.main to run system programmatically as a part of another program
  • /terminal-setup updates to allow the user to confirm configuration edits
  • Fix JSON parsing from raw responses so weaker models can perform tool calling outside of the OpenAI tool calling schema
  • Automatic command backgrounding so agent cannot get stuck on miscalled, non-exiting command
  • New key bindings for TUI (input_start, input_end, output_up, and output_down)