From 7aaa6a79b00271d9c08ac4f5c1f0e2d523a49da0 Mon Sep 17 00:00:00 2001 From: Parfii-bot Date: Thu, 14 May 2026 13:17:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20validator+cost-guardian=20default=5Fmode?= =?UTF-8?q?l=5Fref=20=E2=86=92=20pinned=20Haiku=20snapshot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent-profiles.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent-profiles.toml b/agent-profiles.toml index 3d2d416..74b14ba 100644 --- a/agent-profiles.toml +++ b/agent-profiles.toml @@ -100,7 +100,7 @@ manifest_path = "~/.claude/agents/modal-runner.md" id = "validator" role = "validator" caps = "RO-FS-WEB" -default_model_ref = "anthropic/claude-haiku-4-5" +default_model_ref = "anthropic/claude-haiku-4-5-20251001" description = "RULE 0.4 fact-checker. API existence, version compat, doc claims. Haiku — narrow tasks." manifest_path = "~/.claude/agents/validator.md" @@ -108,6 +108,6 @@ manifest_path = "~/.claude/agents/validator.md" id = "cost-guardian" role = "cost-guardian" caps = "RO-FS-BASH-WEB" -default_model_ref = "anthropic/claude-haiku-4-5" +default_model_ref = "anthropic/claude-haiku-4-5-20251001" description = "Pre-launch compute cost verification. Dashboard balance, running jobs, head-room." manifest_path = "~/.claude/agents/cost-guardian.md"