What's Changed
MR: #557
Full Changelog: v0.100.4...v0.100.5
Addresses:
Includes:
- Update model configuration to include
api,llm, andagentconfigurations to granularly configure models directly in.cecli.conf.ymlor 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