fix: preserve fuzzy ranking in model picker (#1198) (thanks @vignesh07)

This commit is contained in:
Peter Steinberger
2026-01-18 23:26:42 +00:00
parent 950f8a04ea
commit 46dcda1d0c
3 changed files with 39 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ Docs: https://docs.clawd.bot
### Changes
- Dependencies: update core + plugin deps (grammy, vitest, openai, Microsoft agents hosting, etc.).
- Onboarding: add allowlist prompts and username-to-id resolution across core and extension channels.
- TUI: add searchable model picker for quicker model selection. (#1198) — thanks @vignesh07.
- Docs: clarify allowlist input types and onboarding behavior for messaging channels.
### Fixes