Skip to content

Commit d83668c

Browse files
committed
fixes
1 parent 5da2fbb commit d83668c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/Cline.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ import {
4242
browserActions,
4343
ClineApiReqCancelReason,
4444
ClineApiReqInfo,
45-
ClineAsk,
4645
ClineAskUseMcpServer,
4746
ClineMessage,
48-
ClineSay,
4947
ClineSayBrowserAction,
5048
ClineSayTool,
5149
ToolProgressStatus,
@@ -73,6 +71,7 @@ import crypto from "crypto"
7371
import { insertGroups } from "./diff/insert-groups"
7472
import { OutputBuilder } from "../integrations/terminal/OutputBuilder"
7573
import { telemetryService } from "../services/telemetry/TelemetryService"
74+
import { ClineAsk, ClineSay } from "../exports/roo-code"
7675

7776
const cwd =
7877
vscode.workspace.workspaceFolders?.map((folder) => folder.uri.fsPath).at(0) ?? path.join(os.homedir(), "Desktop") // may or may not exist but fs checking existence would immediately ask for permission which would be bad UX, need to come up with a better solution

0 commit comments

Comments
 (0)