feat: Improve model metadata handling and startup performance

This commit is contained in:
Paul Gauthier 2025-02-04 16:34:07 -08:00 committed by Paul Gauthier (aider)
parent f76d14f613
commit 5755aa3eb8
2 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,7 @@
### main branch
- Fast startup with more providers and when model metadata provided in local files.
- Removes `<think>` tags from R1 responses for commit messages (and other weak model uses).
- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat.
- Watch files now fully ignores top-level directories, to reduce the chance of hitting OS limits on number of watched files. Helpful to ignore giant subtrees like `node_modules`.