ignore: rm spoof and bump plugin version

This commit is contained in:
Aiden Cline
2026-01-25 17:27:15 -05:00
parent a84843507f
commit 94dd0a8dbe
7 changed files with 12 additions and 13 deletions

View File

@@ -34,11 +34,6 @@ async function resolveRelativeInstruction(instruction: string): Promise<string[]
}
export namespace SystemPrompt {
export function header(providerID: string) {
if (providerID.includes("anthropic")) return [PROMPT_ANTHROPIC_SPOOF.trim()]
return []
}
export function instructions() {
return PROMPT_CODEX.trim()
}