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
@@ -105,7 +105,7 @@ export function createOracleAgent(model: string): AgentConfig {
const base = {
description:
"Read-only consultation agent. High-IQ reasoning specialist for debugging hard problems and high-difficulty architecture design.",
"Read-only consultation agent. High-IQ reasoning specialist for debugging hard problems and high-difficulty architecture design. (Oracle - OhMyOpenCode)",
mode: "subagent" as const,
model,
temperature: 0.1,