chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-05 16:08:20 +00:00
parent 12e38866ed
commit f26a9e8856
9 changed files with 185 additions and 21 deletions
+5 -1
View File
@@ -578,7 +578,11 @@ describe("SessionV2.prompt", () => {
wakeCalls.length = 0
wakeSeqs.length = 0
const admitted = yield* session.prompt({ sessionID, prompt: new Prompt({ text: "Run explicitly" }), resume: true })
const admitted = yield* session.prompt({
sessionID,
prompt: new Prompt({ text: "Run explicitly" }),
resume: true,
})
expect(executionCalls).toEqual([])
expect(wakeCalls).toEqual([sessionID])