feat(channels): add runtime provider/model switching for telegram and discord

This commit is contained in:
Chummy 2026-02-18 22:00:15 +08:00
parent 0b66ed026c
commit 8988a069a6
3 changed files with 666 additions and 13 deletions

View file

@ -80,6 +80,13 @@ Last verified: **February 18, 2026**.
- `zeroclaw channel add <type> <json>`
- `zeroclaw channel remove <name>`
Runtime in-chat commands (Telegram/Discord while channel server is running):
- `/models`
- `/models <provider>`
- `/model`
- `/model <model-id>`
`add/remove` currently route you back to managed setup/manual config paths (not full declarative mutators yet).
### `integrations`
@ -118,4 +125,3 @@ To verify docs against your current binary quickly:
zeroclaw --help
zeroclaw <command> --help
```