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 6540f2b commit 57389bfCopy full SHA for 57389bf
src/core/checkpoints/index.ts
@@ -42,7 +42,7 @@ export async function getCheckpointService(
42
console.log("[Task#getCheckpointService] initializing checkpoints service")
43
44
try {
45
- const workspaceDir = getWorkspacePath()
+ const workspaceDir = cline.cwd || getWorkspacePath()
46
47
if (!workspaceDir) {
48
log("[Task#getCheckpointService] workspace folder not found, disabling checkpoints")
0 commit comments