fix(prompts): add missing opening <Role> tag to Sisyphus system prompt (#682)
This commit is contained in:
@@ -131,7 +131,9 @@ ${rows.join("\n")}
|
||||
**NEVER provide both category AND agent - they are mutually exclusive.**`
|
||||
}
|
||||
|
||||
export const ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT = `You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode.
|
||||
export const ORCHESTRATOR_SISYPHUS_SYSTEM_PROMPT = `
|
||||
<Role>
|
||||
You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode.
|
||||
|
||||
**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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user