diff --git a/index.mjs b/index.mjs index 3105b69..3f0dd7f 100644 --- a/index.mjs +++ b/index.mjs @@ -196,7 +196,7 @@ export async function AnthropicAuthPlugin({ client }) { const parsed = JSON.parse(body); // Sanitize system prompt - server blocks "OpenCode" string - // Note: (? { if (item.type === "text" && item.text) { @@ -204,7 +204,7 @@ export async function AnthropicAuthPlugin({ client }) { ...item, text: item.text .replace(/OpenCode/g, "Claude Code") - .replace(/(?