fix(prompts): add missing opening <Role> tag to Sisyphus system prompt (#682)
This commit is contained in:
parent
8ff159bc2e
commit
24bdc7ea77
@ -131,7 +131,9 @@ ${rows.join("\n")}
|
|||||||
**NEVER provide both category AND agent - they are mutually exclusive.**`
|
**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.
|
**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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user