[Fix] Internal timers appear and connection resets stop tasks - #2479
Merged
mrubens merged 2 commits intoSep 10, 2026
Conversation
Contributor
Contributor
Author
|
Resolved the internal-wakeup ownership issue in |
mrubens
marked this pull request as ready for review
September 10, 2026 18:33
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
September 10, 2026 18:33
mrubens
deleted the
fix/internal-wakeups-provider-retries-1aedvxder04ih
branch
September 10, 2026 18:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Connection reset by serverretry into Roomote's existing bounded provider recovery instead of terminating the coding task.Why this change was made
Automatic follow-through depended on a model-controlled visibility flag: omitting it exposed the internal timer, while accepting it could let an ordinary reminder be hidden. The runtime now owns that distinction directly. Separately, OpenCode's internal retry ceiling converted a transient connection reset into a terminal error before Roomote's standard recovery budget could run.
Impact
Internal Session maintenance no longer appears as a user reminder, model-created reminders cannot opt out of the composer, and coding tasks can continue automatically after bounded OpenCode retries exhaust on this transport reset. Authentication, credits, policy, and other terminal failures retain their existing handling.