fix: show disabled channels in onboarding picker

This commit is contained in:
Peter Steinberger
2026-01-16 01:29:25 +00:00
parent dffc1a4dcd
commit fa521154ff
5 changed files with 156 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
- Heartbeat: tighten prompt guidance + suppress duplicate alerts for 24h. (#980) — thanks @voidserf.
- Plugins: add provider auth registry + `clawdbot models auth login` for plugin-driven OAuth/API key flows.
- Onboarding: switch channels setup to a single-select loop with modify/disable/delete actions per channel.
- Onboarding: switch channels setup to a single-select loop with per-channel actions and disabled hints in the picker.
- TUI: show provider/model labels for the active session and default model.
- Heartbeat: add per-agent heartbeat configuration and multi-agent docs example.
- Fix: list model picker entries as provider/model pairs for explicit selection. (#970) — thanks @mcinteerj.