refactor: fix kilo markers

This commit is contained in:
Catriel Müller
2026-06-15 21:44:31 -03:00
parent 3ba0de1fc6
commit fbdcc75d30
@@ -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"),