🏮 prompt.ts

This commit is contained in:
nirholas
2026-03-31 10:24:01 +00:00
parent dfe85d91e2
commit 04a9203121

View File

@@ -168,3 +168,4 @@ export function getEnterPlanModeToolPrompt(): string {
? getEnterPlanModeToolPromptAnt()
: getEnterPlanModeToolPromptExternal()
}