|
|
@@ -28,7 +28,7 @@ import { ToolName } from "../shared/Tool"
|
|
|
import { ClaudeAskResponse } from "../shared/WebviewMessage"
|
|
|
import { findLast, findLastIndex } from "../utils/array"
|
|
|
import { arePathsEqual } from "../utils/path"
|
|
|
-import { parseMentions } from "./mentions/context-mentions"
|
|
|
+import { parseMentions } from "./mentions"
|
|
|
import { tools } from "./prompts/tools"
|
|
|
import { truncateHalfConversation } from "./sliding-window"
|
|
|
import { ClaudeDevProvider } from "./webview/ClaudeDevProvider"
|