🤖 fix: version-lock mux compat package to v0.28.3 - #4048
Merged
Conversation
The v0.28.3 release PR (#4042) bumped only the root package.json, leaving packages/mux-compat/package.json at 0.28.2 and breaking the productIdentity contract test on main. Sync both manifests through scripts/set-package-version.js, the same lockstep path CI uses at publish time (npm already has mux@0.28.3 -> @coder/xum@0.28.3, so this only repairs the checked-in source). --- _Generated with `xum` • Model: `anthropic:claude-fable-5-1` • Thinking: `xhigh` • Cost: `$0.00`_ <!-- mux-attribution: model=anthropic:claude-fable-5-1 thinking=xhigh costs=0.00 -->
Member
Author
|
@codex review |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Sep 2, 2026
Merged
asm
pushed a commit
to asm/mux
that referenced
this pull request
Sep 2, 2026
## Summary Version bump for the v0.28.4 patch release. The headline change since v0.28.3 is Gemini 3.8 Flash becoming the default Gemini Flash model (coder#4060). The release also carries browser Login with Coder on remote Xum servers (coder#4047), the opt-in project bundle for settings backup (coder#4043), the connection-indicator slow-response surfacing (coder#4059), send-queue and terminal-wake fixes (coder#4053, coder#4052), and the Effect Phase 11 runtime refactors. ## Implementation Bumped with `node ./scripts/set-package-version.js 0.28.4` so the root `package.json` and the legacy `packages/mux-compat` forwarding package stay version-locked (the v0.28.3 bump missed the compat package and broke `Test / Unit` on main, fixed in coder#4048). `src/common/compat/productIdentity.test.ts` passes locally. After this PR merges, the `v0.28.4` tag will be applied to the squash commit and the GitHub Release published to trigger the desktop/npm/docker pipelines. --- _Generated with `xum` • Model: `anthropic:claude-fable-5-1` • Thinking: `medium` • Cost: `$0.00`_ <!-- mux-attribution: model=anthropic:claude-fable-5-1 thinking=medium costs=0.00 -->
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.
Summary
Syncs
packages/mux-compat/package.jsonto0.28.3(both itsversionand its@coder/xumdependency pin) so it is version-locked to the rootpackage.jsonagain. This un-breaksTest / Unitonmain.Background
The v0.28.3 release PR (#4042) bumped only the root
package.json, leaving the legacymuxforwarding package at0.28.2.src/common/compat/productIdentity.test.tsenforces lockstep between the two manifests, somain@bf97dfd52failsTest / Unitwith:The published artifacts are unaffected:
_npm-publish.ymland_desktop-release.ymlrunscripts/set-package-version.jsat publish time, and the registry already hasmux@0.28.3 -> @coder/xum@0.28.3. This PR only repairs the checked-in source.Implementation
Generated with the existing lockstep script rather than a hand edit, so the diff is exactly what CI would produce:
Root
package.jsonwas a byte-identical rewrite (no diff).Validation
bun test src/common/compat/productIdentity.test.ts→ 8 pass / 0 fail (the previously failing test now passes)make static-check→ exit 0Risks
None beyond the manifest values themselves; no runtime code changes.
Generated with
xum• Model:anthropic:claude-fable-5-1• Thinking:xhigh• Cost:$3.21