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 62d2c64 commit af8b657Copy full SHA for af8b657
1 file changed
src/ResponseItemHistoryFallback.ts
@@ -184,6 +184,7 @@ function toolCallIdFromThreadItem(item: ThreadItem): string | null {
184
case "enteredReviewMode":
185
case "exitedReviewMode":
186
case "contextCompaction":
187
+ case "sleep":
188
return null;
189
}
190
0 commit comments