fix(call-omo-agent): allow Prometheus to call Metis and Momus (#1462)

* fix(call-omo-agent): allow Prometheus to call Metis and Momus

* fix(call-omo-agent): update help text and remove unrelated bun.lock

- Update subagent_type description to include metis and momus
- Remove unrelated bun.lock changes (keeps PR scope tight)
- Addresses Oracle review feedback
This commit is contained in:
YeonGyu-Kim
2026-02-04 11:27:14 +09:00
committed by GitHub
parent 5ffecb60c9
commit 49a4a1bf9e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export const ALLOWED_AGENTS = ["explore", "librarian"] as const
export const ALLOWED_AGENTS = ["explore", "librarian", "metis", "momus"] as const
export const CALL_OMO_AGENT_DESCRIPTION = `Spawn explore/librarian agent. run_in_background REQUIRED (true=async with task_id, false=sync).
export const CALL_OMO_AGENT_DESCRIPTION = `Spawn explore/librarian/metis/momus agent. run_in_background REQUIRED (true=async with task_id, false=sync).
Available: {agents}