chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-17 10:03:42 +00:00
parent c0a258b22a
commit 82a3270cf2
5 changed files with 60 additions and 69 deletions
@@ -93,7 +93,11 @@ describe("prompt input v2 interaction machine", () => {
{ type: "commands.open" },
persisted("existing text"),
)
const selected = transitionPromptInputV2(open.state, { type: "popover.select", item: command }, persisted("existing text"))
const selected = transitionPromptInputV2(
open.state,
{ type: "popover.select", item: command },
persisted("existing text"),
)
expect(selected.commands).toContainEqual({ type: "draft.setText", value: "/review existing text" })
expect(selected.state.popover).toEqual({ type: "closed" })