v0.100.12
What's Changed
MR: #599
Full Changelog: v0.100.11...v0.100.12
Addresses:
Includes:
- Change
EditTexttoEditFileandReadRangeintoReadFile - Make Grep tool more reliable
- Update diff injection heuristics
- Add
~/.cecli/conf.ymlas a global config file location with lowest precedence - Add
~/.cecli/.envas a default environment variable file - Add
~/.cecli/subagents/as a default sub-agent directory - Add
~/.cecli/skills/as a default skills directory - Add
--model-providerssetting to configure OpenAI compatible providers and custom sets of models - Add hooks helpers to make orchestrating functionality with python command hooks easier
- Add colors to edit text output in TUI
- Update hashpos system to use pre-fix free codes of latin characters instead of delving into the unicode extended charsets
- Update observation system to be more descriptive
- Updates to when compaction occurs for cache stability
- Add MCP connection keepalive/reload mechanism for CLI-37 by @szmania in #562
- Check vision support against active model by @szmania in #598
- Functionality to prevent compaction from running on commands, inspired by #600