cloudaxe-opencode/packages/opencode/test/cli/run
Simon Klee f2f8efa411
cli: fix question recovery matching wrong session
The recovery logic matched questions by checking if the list was
non-empty, which caused it to pick up stale questions from earlier
turns. When a re-ask fired, the wrong question could resolve the
blocker, leaving the real question undelivered and the process stuck.

Match questions by messageID and callID from the originating tool part
so only the correct question unblocks the prompt.

Fixes #27503
2026-05-18 10:09:06 +02:00
..
entry.body.test.ts chore: generate 2026-05-08 10:18:22 +00:00
footer.menu.test.ts
footer.view.test.tsx chore: generate 2026-05-08 10:18:22 +00:00
permission.shared.test.ts
prompt.shared.test.ts Fix multiline mentions (#27649) 2026-05-15 23:04:20 +02:00
question.shared.test.ts
runtime.boot.test.ts Add TUI notifications and attention sounds (disabled by default) (#26980) 2026-05-13 03:26:25 +02:00
runtime.queue.test.ts
runtime.stdin.test.ts
scrollback.surface.test.ts chore: generate 2026-05-08 10:18:22 +00:00
session-data.test.ts chore: generate 2026-05-08 10:18:22 +00:00
session.shared.test.ts
stream.test.ts
stream.transport.test.ts cli: fix question recovery matching wrong session 2026-05-18 10:09:06 +02:00
subagent-data.test.ts cli/run: switch to global event stream (#26383) 2026-05-08 19:44:31 +02:00
theme.test.ts chore: generate 2026-05-08 10:18:22 +00:00
variant.shared.test.ts chore: generate 2026-05-08 10:18:22 +00:00