fix(opencode): fix full session fork (#26811)

This commit is contained in:
Aiden Cline
2026-05-11 00:26:36 -05:00
committed by GitHub
parent 7235c9c9b8
commit 518264fcd9
4 changed files with 25 additions and 9 deletions
@@ -356,7 +356,6 @@ describe("session HttpApi", () => {
const forked = yield* requestJson<Session.Info>(pathFor(SessionPaths.fork, { sessionID: created.id }), {
method: "POST",
headers,
body: JSON.stringify({}),
})
expect(forked.id).not.toBe(created.id)