Stability remainder: browser automation limits, provider usage, single-instance arbitration, CI release pipeline - #322
Merged
Conversation
…nce-arbitration-2026-08-26
…lity-remainder-2026-08-26
This was referenced Aug 28, 2026
…ocket security fixture
…stone harness executable
2 tasks
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 this does
One consolidated stability batch so everything ships from a single CI run and build. It supersedes #318 (single-instance arbitration, merged in verbatim) and #321 (provider usage popover fix, merged in verbatim).
User-visible changes, from CHANGELOG:
Also in here: CLI hook and output-size hardening, session escrow and closed-terminal undo cleanup, mobile bridge session changes, review diff prober bounds, socket control settings, release scripts (rolling release state, milestone payload, Sparkle monotonic guard, create-dmg pinning) with their shell and JS tests.
Review order
Sources/TerminalController+BrowserAutomation.swiftandSources/TerminalController.swift(limits block). Largest diff; merged against fix: make browser state restore transactional #317 on main, with main'sencodeDocument,DataStoreLeaseState, and storage-mutation fencing kept.Sources/AppDelegate.swift: arbitration is fix: arbitrate simultaneous app launches #318's version; the branch's earlier draft was dropped.Sources/ClaudeQuotaMonitor.swift:ProviderUsagePipeReaderreplacesFileHandle.bytes..github/workflows/*.ymlandscripts/: release pipeline changes.Test plan