mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
refactor: fix kilo markers
This commit is contained in:
@@ -55,9 +55,11 @@ export const ToolListQuery = Schema.Struct({
|
||||
model: ModelID,
|
||||
})
|
||||
|
||||
// kilocode_change start
|
||||
const WorktreeList = Schema.Array(
|
||||
Schema.Struct({ directory: Schema.String, managed: Schema.Boolean }).annotate({ identifier: "WorktreeListItem" }),
|
||||
) // kilocode_change
|
||||
)
|
||||
// kilocode_change end
|
||||
const WorktreeErrorName = Schema.Union([
|
||||
Schema.Literal("WorktreeNotGitError"),
|
||||
Schema.Literal("WorktreeNameGenerationFailedError"),
|
||||
|
||||
Reference in New Issue
Block a user