Skip to content

v0.96.7

Choose a tag to compare

@dwash96 dwash96 released this 31 Jan 17:35
· 346 commits to main since this release
e10d769

What's Changed

MR: #424
Full Changelog: v0.96.6...v0.96.7

Addresses:

Includes:

  • Add environment variable for cecli config file path by @gopar in #422
  • Feature/rebrand website (remove Aider references, ensure site is cohesive with project identity) by @synth-mania in #423
  • Allow ShowNumberedContext and ReplaceText tools to be used for multiple parallel searches and edits to cut down the number of exploration and edit turns required for models powerful enough to take advantage of it
  • Change tool executor methods so models are allowed to hallucinate parameters without necessarily disrupting operations as long as they specify a proper superset of the real parameters
  • Allow the /add command to include files outside of the current repository

New Contributors