refactor: kilo compat for v1.2.11

This commit is contained in:
Kevin van Dijk
2026-02-25 18:14:54 +01:00
parent 29ddd55088
commit 42a7e019ef
168 changed files with 535 additions and 520 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import * as core from "@actions/core"
import * as github from "@actions/github"
import type { Context as GitHubContext } from "@actions/github/lib/context"
import type { IssueCommentEvent, PullRequestReviewCommentEvent } from "@octokit/webhooks-types"
import { createOpencodeClient } from "@opencode-ai/sdk"
import { createOpencodeClient } from "@kilocode/sdk"
import { spawn } from "node:child_process"
type GitHubAuthor = {
+3 -2
View File
@@ -15,6 +15,7 @@
"@actions/github": "6.0.1",
"@octokit/graphql": "9.0.1",
"@octokit/rest": "catalog:",
"@opencode-ai/sdk": "workspace:*"
}
"@kilocode/sdk": "workspace:*"
},
"version": "7.0.29"
}