Skip to content

v0.100.10

Choose a tag to compare

@dwash96 dwash96 released this 29 Jun 00:49
c15aad8

What's Changed

MR: #589
Full Changelog: v0.100.9...v0.100.10

Addresses:

Includes:

  • Updated Command tool 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