fix(cli): roll back Bun 1.4 - #13481
Merged
Merged
Conversation
marius-kilocode
enabled auto-merge
August 26, 2026 14:49
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (0 files)No file changes since the previous review (empty Previous Review Summaries (2 snapshots, latest commit cb4abf4)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit cb4abf4)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 42a6366)Status: No Issues Found | Recommendation: Merge Files Reviewed (17 files)
Reviewed by grok-4.6 · Input: 52.3K · Output: 3.5K · Cached: 99.1K Review guidance: REVIEW.md from base branch |
kirillk
approved these changes
Aug 26, 2026
Contributor
|
@marius-kilocode heads up, while updating dependencies due Dependabot security complains one of those trusted bun 1.4 was in. It probably got it due this PR previously merged but let's be sure CI is fully happy about it with latest PRs merged. |
marius-kilocode
disabled auto-merge
August 26, 2026 16:18
marius-kilocode
enabled auto-merge
August 26, 2026 16:18
Closed
johnnyeric
approved these changes
Aug 26, 2026
This was referenced Aug 26, 2026
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 Problem This Solves
The Bun 1.4 CLI toolchain introduced terminal startup regressions in v7.5.0. Subsequent prerelease runs also produced a blank
linux-x64-baselineTUI artifact.Why This Change Was Made
Restore the last proven release toolchain: Bun 1.3.14 with compiled code splitting disabled. This removes the Bun 1.4 runtime and type compatibility changes instead of adding more target-specific workarounds.
The temporary packaged-frame smoke changes from PRs #13472 and #13474 are also reverted so this PR contains one clean mitigation. Existing version, model snapshot, sandbox worker, and PTY release checks remain.
User Impact
The CLI returns to the runtime and compiled graph used by working v7.4.23. Compiled binaries are larger because entrypoints are not split.
Evidence
bun.lockwith Bun 1.3.14; only@types/bunandbun-typeschanged./Users/marius, where the v7.5.0 black screen was observed.Failed prerelease runs: