refactor: kilo compat for v1.1.62
This commit is contained in:
+1
-1
@@ -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
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user