Commit Graph

6 Commits

Author SHA1 Message Date
Clawdbot
0cd7454392 feat(discord): add channel-level model overrides
- Add `model?: string` field to DiscordGuildChannelConfig and DiscordGuildEntry
- Add corresponding Zod schema validation for the new fields
- Update allow-list resolved types to include model field
- Pass channelModelOverride through the reply dispatch chain
- Apply channel model override in model selection (falls back when no session override)
- Add /model-channel command to set/clear channel model via Discord

Priority chain: channel config → guild config → agent default

Closes #3742
2026-01-29 01:39:08 -10:00
Peter Steinberger
6d16a658e5 refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
Peter Steinberger
39073d5196 fix: finish model list alias + heartbeat session (#1256) (thanks @zknicker) 2026-01-22 01:36:58 +00:00
Vignesh Natarajan
6e044b5f2f fix(models): include configured providers/models + ignore page with all 2026-01-21 13:14:18 -08:00
Vignesh Natarajan
310f916675 fix(models): handle out-of-range pages 2026-01-21 12:54:02 -08:00
Vignesh Natarajan
41d56c06b9 feat(commands): add /models and fix /model listing UX 2026-01-21 11:53:29 -08:00