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 5d2e25a commit d677f76Copy full SHA for d677f76
src/core/webview/ClineProvider.ts
@@ -1111,7 +1111,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
1111
1112
/* Condenses a task's message history to use fewer tokens. */
1113
async condenseTaskContext(taskId: string) {
1114
- let task = undefined
+ let task: Task | undefined
1115
for (let i = this.clineStack.length - 1; i >= 0; i--) {
1116
if (this.clineStack[i].taskId === taskId) {
1117
task = this.clineStack[i]
0 commit comments