disclaw/tests
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
..
fixtures feat(runner): add --bare and --append-system-prompt-file flags 2026-04-09 11:22:44 +02:00
integration feat(DIS-103): ChannelQueue serializes messages per channel (FIFO) 2026-04-10 10:17:57 +02:00
unit feat(DIS-153): model selection per agent 2026-04-13 09:35:27 +02:00