feat: wizard model picker (#611, thanks @jonasjancarik)

This commit is contained in:
Peter Steinberger
2026-01-10 16:32:39 +00:00
parent 687a10b8cc
commit 12722acb55
2 changed files with 22 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
### New Features and Changes
- Onboarding/Models: add first-class Z.AI (GLM) auth choice (`zai-api-key`) + `--zai-api-key` flag.
- Agents: add human-delay pacing between block replies (modes: off/natural/custom, per-agent configurable). (#446) — thanks @tony-freedomology.
- Onboarding/Models: add catalog-backed default model picker to onboarding + configure. (#611) — thanks @jonasjancarik.
### Fixes
- Auto-reply: prefer `RawBody` for command/directive parsing (WhatsApp + Discord) and prevent fallback runs from clobbering concurrent session updates. (#643) — thanks @mcinteerj.