fix: resolve OpenCode v1.15.4 merge regressions

This commit is contained in:
marius-kilocode
2026-06-12 19:45:14 +02:00
parent 6a1377abaa
commit 06e87cf653
41 changed files with 472 additions and 117 deletions
@@ -28,6 +28,7 @@ describe("tui sync (#26560)", () => {
directory,
project_id: "proj_test",
}
// kilocode_change start
const { app, sync } = await provideTestInstance({
directory: tmp.path,
fn: () =>
@@ -39,7 +40,8 @@ describe("tui sync (#26560)", () => {
if (url.pathname === "/session") return json([sessionPayload])
return undefined
}),
}) // kilocode_change
})
// kilocode_change end
try {
await expect(sync.session.sync(sessionID)).resolves.toBeUndefined()