Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 6eb9796

Browse files
Merge pull request #102 from Kilo-Org/catrielmuller/upstream-scripts
Upstream Merge Automation
2 parents 32d35c5 + e5f92bc commit 6eb9796

30 files changed

Lines changed: 5915 additions & 4 deletions

.opencode/tool/github-pr-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference path="../env.d.ts" />
2-
import { tool } from "@kilocode/plugin" // kilocode_change
2+
import { tool } from "@kilocode/plugin"
33
import DESCRIPTION from "./github-pr-search.txt"
44

55
async function githubFetch(endpoint: string, options: RequestInit = {}) {

.opencode/tool/github-triage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference path="../env.d.ts" />
22
// import { Octokit } from "@octokit/rest"
3-
import { tool } from "@kilocode/plugin" // kilocode_change
3+
import { tool } from "@kilocode/plugin"
44
import DESCRIPTION from "./github-triage.txt"
55

66
function getIssueNumber(): number {

bun.lock

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"packages/*",
1919
"packages/console/*",
2020
"packages/sdk/js",
21-
"packages/slack"
21+
"packages/slack",
22+
"script/upstream"
2223
],
2324
"catalog": {
2425
"@types/bun": "1.3.5",

0 commit comments

Comments
 (0)