Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e0e2a94
fix: resolve bunx binary absence on Unix and improve global shims on …
Jan 29, 2026
192d378
fix(win): aggressive path fixing for global shims to resolve MODULE_N…
Jan 29, 2026
db5b30a
fix(win): finalize robust path fixing for global shims and unix fallback
Jan 29, 2026
56a1142
fix(win): use absolute paths in shim wrappers for rock-solid reliability
Jan 29, 2026
a04c5f0
fix(win): implement 'Mirror Junction' strategy for native package com…
Jan 29, 2026
28b0bd8
fix(win): full lifecycle implementation of Mirror Junction Strategy
Jan 29, 2026
b973184
feat: implement 'Physical Navigator' architecture for full compatibility
Jan 29, 2026
55099de
fix(install): Ensure bunfig.toml uses correct Windows paths and faste…
Jan 30, 2026
5173e29
fix(setup): Append current/bin to PATH end to satisfy Bun checks
Jan 30, 2026
3e2b970
conductor(plan): Mark phase 'Infrastructure & Warning Cleanup' as com…
Jan 30, 2026
8df808f
feat(windows): Implement bun.cmd install interceptor for auto-rehash
Jan 30, 2026
953673c
feat(unix): Implement auto-rehash in bvm-shim.sh for install commands
Jan 30, 2026
8c3c82f
test(shim): Verify auto-rehash logic in bvm-shim.js
Jan 30, 2026
3d87adf
conductor(plan): Mark phase 'Cross-Platform Intercept & Auto-Rehash' …
Jan 30, 2026
06595d7
fix(install): Implement retry and cleanup in downloadFileWithProgress
Jan 30, 2026
3ed395c
feat(core): Final stability fixes and comprehensive smoke test
Jan 30, 2026
f6c8e11
chore(conductor): Mark track 'comprehensive_win_mac_fix_20260129' as …
Jan 30, 2026
18d9034
docs(conductor): Synchronize docs for track 'comprehensive_win_mac_fi…
Jan 30, 2026
3e91b0a
fix(windows): Restore and enhance Shim Fixer to resolve global path d…
Jan 30, 2026
d7124a9
conductor(plan): Mark phase 'Stability & Final Verification' as complete
Jan 30, 2026
a4a3649
fix: isolate global installs per Bun version
Feb 4, 2026
690f6fe
fix: make release use current bun
Feb 4, 2026
d754a7d
chore: prepare release v1.1.37
Feb 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .tmp-npm-verify/home/.zshrc

This file was deleted.

57 changes: 57 additions & 0 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[test]
timeout = 120000
timeout = 120000
Loading