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:
parent
871ca9e201
commit
e111e058b5
@ -187,6 +187,7 @@ describe("AGENT_DISPLAY_NAMES", () => {
|
|||||||
"sisyphus-junior": "Sisyphus-Junior",
|
"sisyphus-junior": "Sisyphus-Junior",
|
||||||
metis: "Metis (Plan Consultant)",
|
metis: "Metis (Plan Consultant)",
|
||||||
momus: "Momus (Plan Critic)",
|
momus: "Momus (Plan Critic)",
|
||||||
|
athena: "Athena (Council)",
|
||||||
oracle: "oracle",
|
oracle: "oracle",
|
||||||
librarian: "librarian",
|
librarian: "librarian",
|
||||||
explore: "explore",
|
explore: "explore",
|
||||||
|
|||||||
@ -11,6 +11,7 @@ export const AGENT_DISPLAY_NAMES: Record<string, string> = {
|
|||||||
"sisyphus-junior": "Sisyphus-Junior",
|
"sisyphus-junior": "Sisyphus-Junior",
|
||||||
metis: "Metis (Plan Consultant)",
|
metis: "Metis (Plan Consultant)",
|
||||||
momus: "Momus (Plan Critic)",
|
momus: "Momus (Plan Critic)",
|
||||||
|
athena: "Athena (Council)",
|
||||||
oracle: "oracle",
|
oracle: "oracle",
|
||||||
librarian: "librarian",
|
librarian: "librarian",
|
||||||
explore: "explore",
|
explore: "explore",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user