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 30dc6a5 commit c6ae8c0Copy full SHA for c6ae8c0
src/core/webview/ClineProvider.ts
@@ -1123,7 +1123,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
1123
task = await this.initClineWithHistoryItem(historyItem)
1124
}
1125
await task.condenseContext()
1126
- await this.postMessageToWebview({ type: "condenseTaskContextResponse", text: task.taskId })
+ await this.postMessageToWebview({ type: "condenseTaskContextResponse", text: taskId })
1127
1128
1129
// this function deletes a task from task hidtory, and deletes it's checkpoints and delete the task folder
0 commit comments