Skip to content

Releases: cecli-dev/cecli

v0.88.27

23 Nov 02:56
0e616d7

Choose a tag to compare

What's Changed

MR: #173
Full Changelog: v0.88.26...v0.88.27

Addresses:
#45
#180
#181
#182

Includes:

  • Enhanced Repo Map, (option: --use-enhanced-map) where the tree sitter files have been refactored to parse import statements and an estimator for "is a dependency" added to the resolve relationships between definers and references of identifiers. This should produce a sparser, more logically connected repomap for context propagation to the LLMs that I think is also faster to calculate since the estimator prevents all references for a given identifier from being joined to all definers of that identifier
  • Suppressing extraneous git warnings when they don't actually interrupt operation
  • Fix --help output text
  • Ctrl+d, when the input is blank performs like it does in shells, shutting down the program

v0.88.26

21 Nov 23:08
dabc4cb

Choose a tag to compare

What's Changed

MR: #178
Full Changelog: v0.88.25...v0.88.26

Addresses:
#175
#177

Includes:

  • Update linear mode/input recreation such that it does NOT recycle inputs on confirmation of file additions and tools
  • Don't let spinners interrupt linear mode
  • Parallel mode should be able to opportunistically recreate the input task in the input minor loop
  • Small updates to agent mode tools, ViewFilesMatching only scanning non-ignored files, Command and CommandInteractive to not interfere with the input recreation process
  • Catching printing errors from Rich's console.print() and printing the plain text stream when encountered for output stability
  • During initialization, add a method that can handle gracefully closing the program (primarily for closing the MCP servers on exit so they don't throw the ubiquitous error)
  • Graceful exit from main.py to close MCP servers before editing and preventing confusing errors from being thrown
  • Add friendlier start up documentation in the README

v0.88.25

21 Nov 06:46
71170d7

Choose a tag to compare

What's Changed

MR: #174
Full Changelog: v0.88.24...v0.88.25

Addresses:
#173

Includes:

  • Updates with aider main repo for new model settings
  • Fixed output bug where progress bar would interrupt diff output (removed progress bar to do so, oops maybe)
  • Faster loading time of program by using json and not json5 to parse model metadata
  • Make sure repo list file list generation step respects aider ignore (should improve performance if used in large repos)
  • Updated model metadata from LiteLLM for AWS Bedrock Claude 4.5
  • Made the README.md more concise, contributor list tagging contributors directly for attribution, and added a change log

v0.88.24

20 Nov 05:28
80214a0

Choose a tag to compare

What's Changed

Full Changelog: v0.88.23...v0.88.24

v0.88.23

19 Nov 18:32
b1a68de

Choose a tag to compare

What's Changed

Full Changelog: v0.88.22...v0.88.23

v0.88.22

19 Nov 18:15
dbfdc61

Choose a tag to compare

What's Changed

Full Changelog: v0.88.21...v0.88.22

v0.88.21

19 Nov 06:28
b004273

Choose a tag to compare

What's Changed

Full Changelog: v0.88.20...v0.88.21

v0.88.20

17 Nov 14:55
7d6f53d

Choose a tag to compare

What's Changed

Full Changelog: v0.88.19...v0.88.20

v0.88.19

16 Nov 19:05
a67f75b

Choose a tag to compare

What's Changed

Full Changelog: v0.88.18...v0.88.19

v0.88.18

15 Nov 18:20
130cf32

Choose a tag to compare

What's Changed

Full Changelog: v0.88.17...v0.88.18