weiqinl
552ec2b49d
fix(opencode-go): re-arm idle timer on block-boundary events to prevent false stalled-stream abort ( #97128 )
...
* fix(opencode-go): re-arm idle timer on block-boundary events to prevent false stalled-stream abort
When the opencode-go model finalizes a tool call and deliberates before
the next one, the provider emits real block-boundary SSE events
(text_end, thinking_end, toolcall_start, toolcall_end) that prove the
socket is alive, but the watchdog's isProviderProgressEvent only
returned true for token deltas (text_delta, thinking_delta,
toolcall_delta). This caused the idle timer to fire and falsely abort a
live stream, replacing a completed answer with a stalled error and
dropping the provider's real done event.
Fix: include block-boundary events in isProviderProgressEvent so the
idle timer is re-armed on any forward-progress provider event.
text_start and thinking_start are intentionally excluded because they
are synthetic preamble events that should not shorten the first-event
window.
Closes #96518
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
* test(opencode-go): satisfy lint in stream regression
* test(opencode-go): satisfy lint in stream regression
* test(opencode-go): satisfy lint in stream regression
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
Co-authored-by: Vincent Koc <vincentkoc@ieee.org >
2026-06-27 09:48:42 +08:00
..
2026-06-24 11:51:14 +08:00
2026-06-22 19:33:21 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 13:47:07 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 00:52:31 +01:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 18:29:56 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-19 00:33:04 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:19:30 -07:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:36:23 +08:00
2026-06-25 16:37:47 +08:00
2026-06-24 19:08:22 -05:00
2026-06-25 14:32:53 -04:00
2026-06-24 10:57:37 -04:00
2026-06-26 07:08:30 -04:00
2026-06-26 12:09:38 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:46:09 -04:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-25 22:11:57 -05:00
2026-06-27 08:11:10 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:05:36 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 21:14:28 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:27:38 +08:00
2026-06-24 12:19:53 -07:00
2026-06-24 11:51:14 +08:00
2026-06-26 16:16:12 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 16:19:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 21:34:40 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 16:36:48 -05:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:48:42 +08:00
2026-06-26 07:08:30 -04:00
2026-06-26 08:02:00 +10:00
2026-06-24 19:08:22 -05:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 10:20:51 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-25 13:40:07 -04:00
2026-06-25 03:42:44 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 21:30:44 -07:00
2026-06-24 12:19:53 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-27 02:11:36 +01:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 01:29:58 +01:00
2026-06-24 11:51:14 +08:00
2026-06-25 13:52:36 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 13:46:26 -07:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-19 01:20:06 +08:00