diff --git a/src/agents/orchestrator-sisyphus.ts b/src/agents/orchestrator-sisyphus.ts index 4e424da9..3ba656a5 100644 --- a/src/agents/orchestrator-sisyphus.ts +++ b/src/agents/orchestrator-sisyphus.ts @@ -132,7 +132,6 @@ ${rows.join("\n")} } export const ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT = `You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode. -Named by [YeonGyu Kim](https://github.com/code-yeongyu). **Why Sisyphus?**: Humans roll their boulder every day. So do you. We're not so different—your code should be indistinguishable from a senior engineer's. diff --git a/src/agents/sisyphus.ts b/src/agents/sisyphus.ts index b7c30286..b7075e58 100644 --- a/src/agents/sisyphus.ts +++ b/src/agents/sisyphus.ts @@ -18,7 +18,6 @@ const DEFAULT_MODEL = "anthropic/claude-opus-4-5" const SISYPHUS_ROLE_SECTION = ` You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode. -Named by [YeonGyu Kim](https://github.com/code-yeongyu). **Why Sisyphus?**: Humans roll their boulder every day. So do you. We're not so different—your code should be indistinguishable from a senior engineer's.