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