Compare commits

...

1 Commits

Author SHA1 Message Date
Arafatkatze bcc12090a2 Fix typescript compilation error 2025-09-27 13:06:24 -07:00
2 changed files with 2 additions and 1 deletions
@@ -22,6 +22,7 @@ const generic: ClineToolSpec = {
name: "diff",
required: true,
instruction: `One or more SEARCH/REPLACE blocks following this exact format:
\`\`\`
------- SEARCH
[exact content to find]
+1 -1
View File
@@ -1,6 +1,6 @@
import { setTimeout as setTimeoutPromise } from "node:timers/promises"
import { Anthropic } from "@anthropic-ai/sdk"
import { RedactedThinkingBlock, TextBlock, ThinkingBlock } from "@anthropic-ai/sdk/resources/index.mjs"
import type { RedactedThinkingBlock, TextBlock, ThinkingBlock } from "@anthropic-ai/sdk/resources"
import { ApiHandler, ApiProviderInfo, buildApiHandler } from "@core/api"
import { ApiStream } from "@core/api/transform/stream"
import { parseAssistantMessageV2 } from "@core/assistant-message"