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 7166710 commit fa01bd9Copy full SHA for fa01bd9
src/core/task/Task.ts
@@ -22,15 +22,14 @@ import {
22
type ClineAsk,
23
type BlockingAsk,
24
type ToolProgressStatus,
25
- DEFAULT_CONSECUTIVE_MISTAKE_LIMIT,
26
- DEFAULT_USAGE_COLLECTION_TIMEOUT_MS,
27
type HistoryItem,
28
RooCodeEventName,
29
TelemetryEventName,
30
TodoItem,
31
getApiProtocol,
32
getModelId,
33
DEFAULT_CONSECUTIVE_MISTAKE_LIMIT,
+ DEFAULT_USAGE_COLLECTION_TIMEOUT_MS,
34
isBlockingAsk,
35
} from "@roo-code/types"
36
import { TelemetryService } from "@roo-code/telemetry"
0 commit comments