fix plan mode bash tool making changes

This commit is contained in:
Dax Raad
2025-08-11 01:14:46 -04:00
parent fce04dc48b
commit 457386ad08
3 changed files with 18 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ export namespace SystemPrompt {
if (providerID.includes("anthropic")) return [PROMPT_ANTHROPIC_SPOOF.trim()]
return []
}
export function provider(modelID: string) {
if (modelID.includes("gpt-5")) return [PROMPT_CODEX]
if (modelID.includes("gpt-") || modelID.includes("o1") || modelID.includes("o3")) return [PROMPT_BEAST]