fix(athena): restore opportunistic retry flow and include athena-junior builtin name

This commit is contained in:
ismeth
2026-03-04 00:40:18 +01:00
committed by YeonGyu-Kim
parent 169118c9e1
commit 1ae6089bb3
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ export const BuiltinAgentNameSchema = z.enum([
"atlas",
"sisyphus-junior",
"athena",
"athena-junior",
"council-member",
])