refactor: kilo compat for v1.2.25

This commit is contained in:
Johnny Amancio
2026-03-30 21:20:52 +02:00
parent bfb736e94a
commit 3f86326500
200 changed files with 741 additions and 707 deletions
@@ -1,6 +1,6 @@
import { test, expect, describe } from "bun:test"
import { resolvePluginProviders } from "../../src/cli/cmd/providers"
import type { Hooks } from "@opencode-ai/plugin"
import type { Hooks } from "@kilocode/plugin"
function hookWithAuth(provider: string): Hooks {
return {
@@ -5,7 +5,7 @@ import {
formatPart,
formatTranscript,
} from "../../../src/cli/cmd/tui/util/transcript"
import type { AssistantMessage, Part, UserMessage } from "@opencode-ai/sdk/v2"
import type { AssistantMessage, Part, UserMessage } from "@kilocode/sdk/v2"
describe("transcript", () => {
describe("formatAssistantHeader", () => {