refactor: kilo compat for v1.14.30

This commit is contained in:
Mark IJbema
2026-05-05 12:50:48 +02:00
parent eb42193043
commit 2701776e21
2252 changed files with 946 additions and 475874 deletions
@@ -1,5 +1,5 @@
import type { Hooks, PluginInput } from "@opencode-ai/plugin"
import type { Model } from "@opencode-ai/sdk/v2"
import type { Hooks, PluginInput } from "@kilocode/plugin"
import type { Model } from "@kilocode/sdk/v2"
import { InstallationVersion } from "@opencode-ai/core/installation/version"
import { iife } from "@/util/iife"
import * as Log from "@opencode-ai/core/util/log"
@@ -1,5 +1,5 @@
import { z } from "zod"
import type { Model } from "@opencode-ai/sdk/v2"
import type { Model } from "@kilocode/sdk/v2"
export const schema = z.object({
data: z.array(