mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
part of the merge
This commit is contained in:
parent
bfd67cc935
commit
0dc85eecfd
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { RooCodeEventName } from "./events.js"
|
|||
import { type ClineMessage, type TokenUsage } from "./message.js"
|
||||
import { type ToolUsage, type ToolName } from "./tool.js"
|
||||
import { type Experiments } from "./experiment.js"
|
||||
import type { TodoItem } from "./todo.js"
|
||||
import type { StaticAppProperties, GitProperties, TelemetryProperties } from "./telemetry.js"
|
||||
|
||||
/**
|
||||
|
|
@ -21,6 +22,7 @@ export interface CreateTaskOptions {
|
|||
fuzzyMatchThreshold?: number
|
||||
consecutiveMistakeLimit?: number
|
||||
experiments?: Experiments
|
||||
initialTodos?: TodoItem[]
|
||||
}
|
||||
export interface TaskProviderLike {
|
||||
readonly cwd: string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue