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.
RooCodeAPI.clearCurrentTask()
1 parent aea9540 commit 5d99384Copy full SHA for 5d99384
src/exports/api.ts
@@ -60,6 +60,7 @@ export class API extends EventEmitter<RooCodeEvents> implements RooCodeAPI {
60
61
public async clearCurrentTask(lastMessage?: string) {
62
await this.provider.finishSubTask(lastMessage)
63
+ await this.provider.postStateToWebview()
64
}
65
66
public async cancelCurrentTask() {
0 commit comments