Revert "Add display names to Metis (Plan Consultant) and Momus (Plan Critic)"
This reverts commit 301847011c6c88a53eb47955d6cac21b58670e86.
This commit is contained in:
parent
9a07227bea
commit
1670b4ecda
@ -311,7 +311,6 @@ const metisRestrictions = createAgentToolRestrictions([
|
|||||||
|
|
||||||
export function createMetisAgent(model: string): AgentConfig {
|
export function createMetisAgent(model: string): AgentConfig {
|
||||||
return {
|
return {
|
||||||
name: "Metis (Plan Consultant)",
|
|
||||||
description:
|
description:
|
||||||
"Pre-planning consultant that analyzes requests to identify hidden intentions, ambiguities, and AI failure points. (Metis - OhMyOpenCode)",
|
"Pre-planning consultant that analyzes requests to identify hidden intentions, ambiguities, and AI failure points. (Metis - OhMyOpenCode)",
|
||||||
mode: MODE,
|
mode: MODE,
|
||||||
|
|||||||
@ -197,7 +197,6 @@ export function createMomusAgent(model: string): AgentConfig {
|
|||||||
])
|
])
|
||||||
|
|
||||||
const base = {
|
const base = {
|
||||||
name: "Momus (Plan Critic)",
|
|
||||||
description:
|
description:
|
||||||
"Expert reviewer for evaluating work plans against rigorous clarity, verifiability, and completeness standards. (Momus - OhMyOpenCode)",
|
"Expert reviewer for evaluating work plans against rigorous clarity, verifiability, and completeness standards. (Momus - OhMyOpenCode)",
|
||||||
mode: MODE,
|
mode: MODE,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user