v3.7.0
What's Changed
- feat: Add support for github marketplace models by @deathbeam in #494
- fix: do not auto trigger context input on text changed by @deathbeam in #763
- feat: Refactor how providers are defined and allow custom providers by @deathbeam in #759
- fix: improve github pages deployment config by @deathbeam in #769
- Restore gh pages config by @deathbeam in #773
- feat: migrate from Jekyll to Docsify by @deathbeam in #774
- feat: add Vim and Lua syntax highlighting by @deathbeam in #775
- docs(readme): normalize heading hierarchy by @deathbeam in #776
- docs(readme): update documentation badge link by @deathbeam in #777
- fix: add scheduler in register function by @deathbeam in #778
- feat: remove policy field from provider configuration by @deathbeam in #779
- feat: switch documentation to dark theme by @deathbeam in #780
- refactor: simplify HTTP headers by @deathbeam in #781
- style: add missing trailing comma in headers table by @deathbeam in #782
- fix: improve ollama response handling & error tracking by @deathbeam in #783
- fix: improve provider handling and model uniqueness by @deathbeam in #785
- fix: change agent/model id provider suffix format by @deathbeam in #786
- refactor(mappings): move callback functions to mapping config by @deathbeam in #787
- Add missing space to mappings by @deathbeam in #788
- docs: reorganize and improve README.md readability by @deathbeam in #790
- fix(ollama): use correct module import path by @deathbeam in #791
- fix: update system_prompt config reference by @deathbeam in #792
- docs(provider): update ollama provider interface docs by @deathbeam in #793
- fix(embeddings): improve embedding resolution reliability by @deathbeam in #794
- refactor: streamline debug info into
info
mapping by @deathbeam in #796 - docs: add project name and repository info to docsify config by @deathbeam in #797
- refactor: Make history fully respect buffer contents by @deathbeam in #798
- fix: update embeddings input parameter name by @deathbeam in #799
- refactor(chat): improve yank functionality and types by @deathbeam in #800
- perf: improve file scanning and async input handling by @deathbeam in #801
- fix: type annotation of config.providers by @unlimitedsola in #802
- docs: add unlimitedsola as a contributor for doc, and code by @allcontributors in #803
New Contributors
- @unlimitedsola made their first contribution in #802
Full Changelog: v3.6.0...v3.7.0