Saoud Rizwan пре 1 година
родитељ
комит
5d1e13854e
2 измењених фајлова са 15 додато и 15 уклоњено
  1. 0 0
      src/core/Cline.ts
  2. 15 15
      src/core/webview/ClineProvider.ts

+ 0 - 0
src/core/ClaudeDev.ts → src/core/Cline.ts


+ 15 - 15
src/core/webview/ClineProvider.ts

@@ -1,25 +1,25 @@
 import { Anthropic } from "@anthropic-ai/sdk"
+import axios from "axios"
+import fs from "fs/promises"
+import pWaitFor from "p-wait-for"
+import * as path from "path"
 import * as vscode from "vscode"
-import { Cline } from "../ClaudeDev"
+import { buildApiHandler } from "../../api"
+import { downloadTask } from "../../integrations/misc/export-markdown"
+import { openFile, openImage } from "../../integrations/misc/open-file"
+import { selectImages } from "../../integrations/misc/process-images"
+import { getTheme } from "../../integrations/theme/getTheme"
+import WorkspaceTracker from "../../integrations/workspace/WorkspaceTracker"
 import { ApiProvider, ModelInfo } from "../../shared/api"
+import { findLast } from "../../shared/array"
 import { ExtensionMessage } from "../../shared/ExtensionMessage"
+import { HistoryItem } from "../../shared/HistoryItem"
 import { WebviewMessage } from "../../shared/WebviewMessage"
-import { findLast } from "../../shared/array"
+import { fileExistsAtPath } from "../../utils/fs"
+import { Cline } from "../Cline"
+import { openMention } from "../mentions"
 import { getNonce } from "./getNonce"
 import { getUri } from "./getUri"
-import { selectImages } from "../../integrations/misc/process-images"
-import { downloadTask } from "../../integrations/misc/export-markdown"
-import * as path from "path"
-import fs from "fs/promises"
-import { HistoryItem } from "../../shared/HistoryItem"
-import axios from "axios"
-import { getTheme } from "../../integrations/theme/getTheme"
-import { openFile, openImage } from "../../integrations/misc/open-file"
-import WorkspaceTracker from "../../integrations/workspace/WorkspaceTracker"
-import { openMention } from "../mentions"
-import { fileExistsAtPath } from "../../utils/fs"
-import { buildApiHandler } from "../../api"
-import pWaitFor from "p-wait-for"
 
 /*
 https://github.com/microsoft/vscode-webview-ui-toolkit-samples/blob/main/default/weather-webview/src/providers/WeatherViewProvider.ts