Skip to content

v0.100.5

Latest

Choose a tag to compare

@dwash96 dwash96 released this 06 Jun 21:32
525f9ab

What's Changed

MR: #557
Full Changelog: v0.100.4...v0.100.5

Addresses:

Includes:

  • Update model configuration to include api, llm, and agent configurations to granularly configure models directly in .cecli.conf.yml or in the file specified at --model-overrides-file
  • Tool call validation pipeline that can address many JSON formatting mistakes smaller LLMs make from time to time
  • Fuzzy-matching model names on model commands
  • Local path: projects and repo-local .cecli.workspaces.yml by @JessicaMulein in #547
  • Fix gitignore pathspec checks to resolve paths against repo root by @JessicaMulein in #556
  • Steer ReadRange away from empty-file read loops by @JessicaMulein in #560