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 b9b69ef commit 4509f27Copy full SHA for 4509f27
src/core/webview/ClineProvider.ts
@@ -1676,7 +1676,7 @@ export class ClineProvider
1676
}
1677
return allMessages
1678
})(),
1679
- totalClineMessages: this.getCurrentCline()?.clineMessages.length || 0,
+ totalClineMessages: this.getCurrentCline()?.clineMessages?.length || 0,
1680
taskHistory: (taskHistory || [])
1681
.filter((item: HistoryItem) => item.ts && item.task)
1682
.sort((a: HistoryItem, b: HistoryItem) => b.ts - a.ts),
0 commit comments