refactor: remove kilocode marker from workspace package imports

This commit is contained in:
Catriel Müller
2026-02-03 13:55:45 -03:00
parent bd73c02c27
commit 71b8515282
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/// <reference path="../env.d.ts" />
import { tool } from "@kilocode/plugin" // kilocode_change
import { tool } from "@kilocode/plugin"
import DESCRIPTION from "./github-pr-search.txt"
async function githubFetch(endpoint: string, options: RequestInit = {}) {
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference path="../env.d.ts" />
// import { Octokit } from "@octokit/rest"
import { tool } from "@kilocode/plugin" // kilocode_change
import { tool } from "@kilocode/plugin"
import DESCRIPTION from "./github-triage.txt"
function getIssueNumber(): number {