chore(agents): unify agent description format with OhMyOpenCode attribution

This commit is contained in:
justsisyphus
2026-01-29 18:12:39 +09:00
parent a028d76144
commit 255cafa5a3
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ export function createSisyphusAgent(
const permission = { question: "allow", call_omo_agent: "deny" } as AgentConfig["permission"]
const base = {
description:
"Sisyphus - Powerful AI orchestrator from OhMyOpenCode. Plans obsessively with todos, assesses search complexity before exploration, delegates strategically via category+skills combinations. Uses explore for internal code (parallel-friendly), librarian for external docs.",
"Powerful AI orchestrator. Plans obsessively with todos, assesses search complexity before exploration, delegates strategically via category+skills combinations. Uses explore for internal code (parallel-friendly), librarian for external docs. (Sisyphus - OhMyOpenCode)",
mode: "primary" as const,
model,
maxTokens: 64000,