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 f53fd39 commit e05e5a6Copy full SHA for e05e5a6
src/core/checkpoints/index.ts
@@ -56,7 +56,7 @@ export async function getCheckpointService(
56
console.log("[Task#getCheckpointService] initializing checkpoints service")
57
58
try {
59
- const workspaceDir = getWorkspacePath()
+ const workspaceDir = cline.cwd || getWorkspacePath()
60
61
if (!workspaceDir) {
62
log("[Task#getCheckpointService] workspace folder not found, disabling checkpoints")
0 commit comments