From 894d323323fe3cad8204721f054d1fd26d4d74bd Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 21 Jul 2026 15:08:24 -0400 Subject: [PATCH] Map default agents to model displayName, not id agentMapping values are model displayNames (the canonical selector); the stock config used the model id, which only resolved via the legacy id@adapter fallback. Use the Claude Sonnet displayName so agent-to-model resolution matches the documented contract. --- salt/soc/defaults.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 9705c1863..c0e01f80d 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -1530,9 +1530,9 @@ soc: healthTimeoutSeconds: 5 agentic: false agentMapping: - Orchestrator: sonnet - Investigator: sonnet - Detection Engineer: sonnet + Orchestrator: Claude Sonnet + Investigator: Claude Sonnet + Detection Engineer: Claude Sonnet onionconfig: saltstackDir: /opt/so/saltstack bypassEnabled: false