Skip to content

v0.97.4

Choose a tag to compare

@dwash96 dwash96 released this 10 Mar 13:37
· 220 commits to main since this release
3f41a1b

What's Changed

MR: #464
Full Changelog: v0.97.3...v0.97.4

Addresses:

Includes:

  • Use the configured shell when tool command is called by @jasonbcox in #465
  • Auto create .cecli/workspace in agent mode so the agent has a place to put temp files
  • Updated context block management to support file inclusion/exclusion operations
  • Update model metadata
  • Prevent unneeded test commands from running
  • Allow Grep tool to work on single files
  • Allow wrapped lines in the TUI to be moved through vertically instead of automatically navigating between input prompts
  • Add --cost-limit parameter
  • Allow automatic parsing of XML-like tool calls attempted by some local models

New Contributors