We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbecac commit 10843e8Copy full SHA for 10843e8
src/core/task/Task.ts
@@ -2,6 +2,7 @@ import * as path from "path"
2
import os from "os"
3
import crypto from "crypto"
4
import EventEmitter from "events"
5
+import * as vscode from "vscode"
6
7
import { Anthropic } from "@anthropic-ai/sdk"
8
import delay from "delay"
@@ -58,6 +59,7 @@ import { TerminalRegistry } from "../../integrations/terminal/TerminalRegistry"
58
59
// utils
60
import { calculateApiCostAnthropic } from "../../shared/cost"
61
import { getWorkspacePath } from "../../utils/path"
62
+import { Package } from "../../shared/package"
63
64
// prompts
65
import { formatResponse } from "../prompts/responses"
0 commit comments