Releases: cecli-dev/cecli
Releases · cecli-dev/cecli
v0.88.37
v0.88.36
v0.88.35
v0.88.34
What's Changed
MR: #207
Full Changelog: v0.88.33...v0.88.34
Includes:
- Exclude images from scraping outputs since they blow up the context window
- More graceful exit logic
- Increase agent mode message cache efficiency by ~5% by adding a bit of adaptivity to the main context chunking
- For the tweak logic
v0.88.33
v0.88.32
v0.88.31
What's Changed
MR: #195
Full Changelog: v0.88.30...v0.88.31
Includes:
- #194 - Gemini Pro 2.5 Fixes
- #196 - Proper version update messaging text
- .gitattributes to enforce lf line endings on commit
- Improvements to agent mode task time horizon and cache-ability (roughly 60-70%)
- Reorder chunks for agent mode
- Split current messages into old and young sub sections
- Sort file contents by last edit time of file
- Add old messages before file edits and young messages after editable files
New Contributors
v0.88.30
What's Changed
MR: #191
Full Changelog: v0.88.29...v0.88.30
Includes:
- Better caching heuristic, sorted as system prompt, read only files, writeable files, repo map, done message, current messages
- Add model partial outputs to bottom toolbar to give a little indication of what the model is processing while generating tool calls
- Fix auto save
v0.88.29
What's Changed
MR: #190
Full Changelog: v0.88.28...v0.88.29
Includes:
- Version updates in requirements.txt
- #186: Repo Map profiling for getting information necessary for further optimizations
- #188: Preserving new lines in mixed line ending repos
- Allows raw JSON responses in agent mode to be interpreted as tool calls for weaker models
- Add a "Thinking" tool that's really a place for a model to put free form thought and notes, ideally to keep itself on track during generation
New Contributors
v0.88.28
What's Changed
MR: #185
Full Changelog: v0.88.27...v0.88.28
Addresses:
#184
Includes:
- Fix hang from issue 184 (above) by making sure output stream is None'd on finish, even if the generation task errors
- Refactor local tools to implement a common BaseTool abstract class as a precursor to a plugin system
- ReplaceText tool to display a diff of its output so it's more legible what is changing during generation
- Update with Aider main