feat(athena): add Athena (Council) to agent display names
Aligns with upstream display name system added for all core agents.
This commit is contained in:
@@ -187,6 +187,7 @@ describe("AGENT_DISPLAY_NAMES", () => {
|
||||
"sisyphus-junior": "Sisyphus-Junior",
|
||||
metis: "Metis (Plan Consultant)",
|
||||
momus: "Momus (Plan Critic)",
|
||||
athena: "Athena (Council)",
|
||||
oracle: "oracle",
|
||||
librarian: "librarian",
|
||||
explore: "explore",
|
||||
|
||||
@@ -11,6 +11,7 @@ export const AGENT_DISPLAY_NAMES: Record<string, string> = {
|
||||
"sisyphus-junior": "Sisyphus-Junior",
|
||||
metis: "Metis (Plan Consultant)",
|
||||
momus: "Momus (Plan Critic)",
|
||||
athena: "Athena (Council)",
|
||||
oracle: "oracle",
|
||||
librarian: "librarian",
|
||||
explore: "explore",
|
||||
|
||||
Reference in New Issue
Block a user