SudeepMalipeddi
d32298cbd8
fix: slug-generator uses effective model instead of agent-primary
...
resolveAgentModelPrimary() only checks the agent-level model config and
does not fall back to the system-wide default. When users configure a
non-Anthropic provider (e.g. Gemini, Minimax) as their global default
without setting it at the agent level, the slug-generator falls through
to DEFAULT_PROVIDER (anthropic) and fails with a missing API key error.
Switch to resolveAgentEffectiveModelPrimary() which correctly respects
the full model resolution chain including global defaults.
Fixes #25365
2026-02-24 14:27:01 +00:00
..
2026-02-24 01:11:34 +00:00
2026-02-24 14:22:02 +00:00
2026-02-24 01:07:25 -05:00
2026-02-24 04:39:53 +00:00
2026-02-21 23:02:44 +00:00
2026-02-24 03:50:53 +00:00
2026-02-24 14:49:59 +05:30
2026-02-24 14:49:59 +05:30
2026-02-24 04:39:53 +00:00
2026-02-24 04:33:50 +00:00
2026-02-24 03:22:55 +00:00
2026-02-24 04:37:30 +00:00
2026-02-24 14:17:54 +00:00
2026-02-24 14:27:01 +00:00
2026-02-24 01:09:31 +00:00
2026-02-24 14:20:11 +00:00
2026-02-24 01:09:31 +00:00
2026-02-22 09:21:09 +01:00
2026-02-23 23:54:50 +00:00
2026-02-21 21:44:01 +00:00
2026-02-24 02:53:39 +00:00
2026-02-23 21:25:28 +00:00
2026-02-23 20:40:44 +00:00
2026-02-24 03:12:43 +00:00
2026-02-23 21:25:28 +00:00
2026-02-24 01:33:08 +00:00
2026-02-24 04:33:50 +00:00
2026-02-24 04:39:53 +00:00
2026-02-23 21:17:37 -05:00
2026-02-24 04:33:50 +00:00
2026-02-21 21:40:39 +00:00
2026-02-24 14:03:19 +00:00
2026-02-22 13:30:30 -08:00
2026-02-24 03:28:00 +00:00
2026-02-24 01:09:31 +00:00
2026-02-24 14:26:01 +00:00
2026-02-24 01:07:25 -05:00
2026-02-22 08:09:14 +00:00
2026-02-22 18:37:25 +00:00
2026-02-23 05:45:54 +00:00
2026-02-21 21:44:01 +00:00
2026-02-24 04:38:21 +00:00
2026-02-21 01:29:20 -05:00
2026-02-23 05:20:14 +01:00
2026-02-24 04:20:30 +00:00
2026-02-22 18:13:23 -05:00
2026-02-22 17:11:54 +00:00
2026-02-22 16:33:53 -08:00
2026-02-22 10:44:47 +01:00
2026-02-22 13:19:25 +01:00
2026-02-22 13:19:25 +01:00
2026-02-22 14:08:51 +00:00