v0.100.10
What's Changed
MR: #589
Full Changelog: v0.100.9...v0.100.10
Addresses:
Includes:
- Updated
Commandtool implementation so models can use stdin for interactive terminal commands - Remove instances of mocking LLM assistant messages about files since it does more harm than good to their reasoning
- Cache hit ratio updates, namely debouncing ephemeral messages so pre-populated LLM prefix caches remain available
- Represent files as JSON-encoded in agent mode since the expected outputs are JSON
- Model override configuration updates LiteLLMs internal cache which allows specifying models de-novo entirely in the main config file