YeonGyu-Kim
bcd9ae9901
fix: harden lazycodex platform publishing
2026-05-31 00:42:14 +09:00
YeonGyu-Kim
a7715f1dc2
fix: pass wrapper package root to codex installer
2026-05-31 00:12:46 +09:00
YeonGyu-Kim
090e780974
fix: publish lazycodex as release alias
2026-05-30 23:34:13 +09:00
YeonGyu-Kim
d508b9b52b
fix(bin): support scoped lazycodex wrapper
2026-05-30 22:33:16 +09:00
YeonGyu-Kim
a149805253
fix(bin): route lazycodex through bundled cli
2026-05-30 21:45:42 +09:00
YeonGyu-Kim
6e110c222c
test(bin): batch 32 (4 files)
2026-05-30 19:12:05 +09:00
YeonGyu-Kim
f1f099fde9
fix( #2849 ): resolve platform binaries using current package name
...
The installer wrapper and postinstall script still hardcoded the old
oh-my-opencode-* platform package family. When users installed the renamed
npm package oh-my-openagent (for example via npx oh-my-openagent install on
WSL2/Linux), the main package installed correctly but the wrapper looked for
nonexistent optional binaries like oh-my-opencode-linux-x64.
Fix:
- derive packageBaseName from package.json at runtime in wrapper/postinstall
- thread packageBaseName through platform package candidate resolution
- keep legacy oh-my-opencode default as fallback
- add regression test for renamed package family
2026-03-27 18:29:36 +09:00
YeonGyu-Kim
cc5e9d1e9b
fix(ci): add baseline CPU variant binaries for legacy hardware support
...
Closes #2121
2026-02-26 21:00:45 +09:00
konaespresso94
8a5b131c7f
chore: tracking merge origin/dev
2026-02-02 15:56:00 +09:00
Kenny
c67ca8275e
feat: Bun single-file executable distribution ( #819 )
...
* feat: add Bun single-file executable distribution
- Add 7 platform packages for standalone CLI binaries
- Add bin/platform.js for shared platform detection
- Add bin/oh-my-opencode.js ESM wrapper
- Add postinstall.mjs for binary verification
- Add script/build-binaries.ts for cross-compilation
- Update publish workflow for multi-package publishing
- Add CI guard against @ast-grep/napi in CLI
- Add unit tests for platform detection (12 tests)
- Update README to remove Bun runtime requirement
Platforms supported:
- macOS ARM64 & x64
- Linux x64 & ARM64 (glibc)
- Linux x64 & ARM64 (musl/Alpine)
- Windows x64
Closes #816
* chore: remove unnecessary @ast-grep/napi CI check
* chore: gitignore compiled platform binaries
* fix: use require() instead of top-level await import() for Bun compile compatibility
* refactor: use static ESM import for package.json instead of require()
2026-01-16 00:33:07 +09:00