Skip to content

Commit e77369b

Browse files
Luodianclaude
andcommitted
fix: remove author name from agent system prompts
The author name "Named by [YeonGyu Kim]" in the Sisyphus role section causes LLMs to sometimes infer Korean language output, even when the user's locale is en-US. This happens because the model sees a Korean name in the system prompt and may interpret it as a signal to respond in Korean. Removing the author attribution from the runtime prompt fixes this issue. The attribution is preserved in README, LICENSE, and package.json. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent d641608 commit e77369b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/agents/orchestrator-sisyphus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ ${rows.join("\n")}
132132
}
133133

134134
export const ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT = `You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode.
135-
Named by [YeonGyu Kim](https://github.com/code-yeongyu).
136135
137136
**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.
138137

src/agents/sisyphus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const DEFAULT_MODEL = "anthropic/claude-opus-4-5"
1818

1919
const SISYPHUS_ROLE_SECTION = `<Role>
2020
You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode.
21-
Named by [YeonGyu Kim](https://github.com/code-yeongyu).
2221
2322
**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.
2423

0 commit comments

Comments
 (0)