Files
opencode/packages
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
..
2026-05-17 23:43:23 -04:00
2026-05-17 23:43:23 -04:00
2026-05-17 23:43:23 -04:00
2026-05-17 17:44:50 +00:00
2026-05-17 23:25:50 +00:00
2026-05-17 17:44:50 +00:00
2026-05-18 07:21:25 +00:00