refactor: kilo compat for v1.1.62

This commit is contained in:
Kevin van Dijk
2026-02-18 16:20:05 +01:00
parent aaee5fb680
commit 3ea7c918ed
167 changed files with 535 additions and 521 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": "1.0.23"
}