disclaw/src
Nick Tabeling bc4d5e73ee
Some checks failed
CI / build-and-test (ubuntu-latest) (pull_request) Has been cancelled
CI / build-and-test (windows-latest) (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
feat(DIS-153): model selection per agent
Adds per-agent model configuration: ALLOWED_MODELS allowlist in
src/config/models.ts, model field in AgentYamlSchema (Zod default:
claude-sonnet-4-6), --model flag forwarded to the Claude CLI in
runner.ts, and a StringSelectMenuBuilder step in the /new-agent
command flow. Three unit tests cover model passthrough, default
fallback, and invalid-model rejection.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 09:35:27 +02:00
..
agent feat(DIS-153): model selection per agent 2026-04-13 09:35:27 +02:00
commands feat(DIS-153): model selection per agent 2026-04-13 09:35:27 +02:00
config feat(DIS-153): model selection per agent 2026-04-13 09:35:27 +02:00
db feat(DIS-151): channel categorization + lifecycle management 2026-04-10 14:43:32 +02:00
discord fix(DIS-105): prevent fence closure from pushing chunks beyond 2000-char hard limit 2026-04-10 10:13:58 +02:00
lifecycle feat(DIS-151): channel categorization + lifecycle management 2026-04-10 14:43:32 +02:00
runtime feat(DIS-103): ChannelQueue serializes messages per channel (FIFO) 2026-04-10 10:17:57 +02:00
bot.ts feat(DIS-151): channel categorization + lifecycle management 2026-04-10 14:43:32 +02:00
index.ts feat(DIS-101): introduce pino structured logger, remove console.* 2026-04-09 17:09:37 +02:00
router.ts feat(DIS-106): RunResult discriminated union replaces Promise<string> 2026-04-10 10:25:21 +02:00