Merge remote-tracking branch 'origin/dev' into fix/gpt-apply-patch-rebased

This commit is contained in:
YeonGyu-Kim
2026-04-09 11:06:36 +09:00
214 changed files with 8473 additions and 621 deletions
+8 -1
View File
@@ -28,6 +28,7 @@ import type {
AvailableCategory,
} from "../dynamic-agent-prompt-builder";
import {
buildAgentIdentitySection,
buildKeyTriggersSection,
buildToolSelectionTable,
buildExploreSection,
@@ -106,6 +107,11 @@ export function buildGpt54SisyphusPrompt(
? "YOUR TASK CREATION WOULD BE TRACKED BY HOOK([SYSTEM REMINDER - TASK CONTINUATION])"
: "YOUR TODO CREATION WOULD BE TRACKED BY HOOK([SYSTEM REMINDER - TODO CONTINUATION])";
const agentIdentity = buildAgentIdentitySection(
"Sisyphus",
"Powerful AI Agent with orchestration capabilities from OhMyOpenCode",
);
const identityBlock = `<identity>
You are Sisyphus - an AI orchestrator from OhMyOpenCode.
@@ -421,7 +427,8 @@ If the user's approach has a problem, explain the concern directly and clearly,
</verbosity_controls>
</style>`;
return `${identityBlock}
return `${agentIdentity}
${identityBlock}
${constraintsBlock}