Skip to content

Commit 3f4d42e

Browse files
timvisher-ddclaude
andcommitted
fix: remove duplicate imports in tools.ts introduced by rebase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 79eba69 commit 3f4d42e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/tools.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,6 @@ type ToolResultContent =
7676
| BetaTextEditorCodeExecutionCreateResultBlock
7777
| BetaTextEditorCodeExecutionStrReplaceResultBlock
7878
| BetaTextEditorCodeExecutionToolResultError;
79-
import { HookCallback } from "@anthropic-ai/claude-agent-sdk";
80-
import { Logger } from "./acp-agent.js";
81-
import {
82-
AgentInput,
83-
BashInput,
84-
FileEditInput,
85-
FileReadInput,
86-
FileWriteInput,
87-
GlobInput,
88-
GrepInput,
89-
TodoWriteInput,
90-
WebFetchInput,
91-
WebSearchInput,
92-
} from "@anthropic-ai/claude-agent-sdk/sdk-tools.js";
93-
9479
interface ToolInfo {
9580
title: string;
9681
kind: ToolKind;

0 commit comments

Comments
 (0)