You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: automatic checkpoints for models that need it (#573)
* feat: automatic checkpoints for models that need it (such as Qwen 3.5 due to its hybrid architecture)
* feat(`QwenChatWrapper`): Qwen 3.5 support
* feat(`inspect gpu` command): detect and report missing prebuilt binary modules and custom npm registry
* feat: initial disk cache dir option for future optimizations (disabled for now)
* fix: Qwen 3.5 memory estimation
* fix: grammar use with HarmonyChatWrapper
* fix: add mistral think segment detection
* fix: compress excessively long segments from the current response on context shift instead of throwing an error
* fix: default thinking budget to 75% of the context size to prevent low-quality responses
* fix: bugs
*[QMD](https://github.com/tobi/qmd) (Query Markup Documents) - an on-device search engine for your markdown notes, meeting transcripts, documentation, and knowledge bases. Search with keywords or natural language
16
+
<br /><DataBadgetitle="License"content="MIT"/>
17
17
18
18
*[Clippy](https://felixrieseberg.github.io/clippy/) ([GitHub](https://github.com/felixrieseberg/clippy)) - Clippy, resurrected from the 1990s, now with some AI
19
19
<br /><DataBadgetitle="License"content="MIT"/>
@@ -25,6 +25,8 @@ import DataBadge from "../../.vitepress/components/DataBadge/DataBadge.vue";
25
25
26
26
*[nutshell](https://withnutshell.com) - Private AI meeting notes processed completely on your device
27
27
28
+
*[Manzoni](https://manzoni.app/) ([GitHub](https://github.com/gems-platforms/manzoni-app)) - a text editor running local LLMs
0 commit comments