fix: per-agent model fallbacks (#583) (thanks @mitschabaude-bot)

This commit is contained in:
Peter Steinberger
2026-01-13 06:49:26 +00:00
parent ece01d89fe
commit 3368284b2a
4 changed files with 4 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
- Cron: accept ISO timestamps for one-shot schedules (UTC) and allow optional delete-after-run; wired into CLI + macOS editor.
- Gateway: add Tailscale binary discovery, custom bind mode, and probe auth retry for password changes. (#740 — thanks @jeffersonwarrior)
- Agents: add compaction mode config with optional safeguard summarization for long histories. (#700 — thanks @thewilloftheshadow)
- Agents: support per-agent model fallbacks via `agents.list[].model`. (#583 — thanks @mitschabaude-bot)
- Tools: add tool profiles plus group shorthands for tool policy allow/deny (global, per-agent, sandbox).
### Fixes