Commit Graph

28 Commits

Author SHA1 Message Date
github-actions[bot] 4c2f22b47b release: v3.2.3 2026-02-04 06:38:00 +00:00
github-actions[bot] ad4bec384f release: v3.2.2 2026-02-03 07:59:49 +00:00
github-actions[bot] 848db8290f release: v3.2.1 2026-02-01 12:28:11 +00:00
github-actions[bot] 65ca24da0e release: v3.2.0 2026-02-01 10:54:43 +00:00
github-actions[bot] 90b7ca89e4 release: v3.1.11 2026-02-01 06:05:22 +00:00
github-actions[bot] 815651f0d3 release: v3.1.10 2026-01-31 03:52:22 +00:00
github-actions[bot] c43d77f296 release: v3.1.9 2026-01-30 14:15:54 +00:00
github-actions[bot] e0d94e25ee release: v3.1.8 2026-01-30 02:58:12 +00:00
github-actions[bot] fcf56f7af0 release: v3.1.7 2026-01-29 12:39:22 +00:00
github-actions[bot] 14f61564c0 release: v3.1.6 2026-01-28 16:15:27 +00:00
github-actions[bot] 30b2e86d29 release: v3.1.5 2026-01-28 14:15:42 +00:00
github-actions[bot] a259a1e927 release: v3.1.4 2026-01-28 07:22:03 +00:00
github-actions[bot] 0ac48fa2b2 release: v3.1.3 2026-01-27 16:12:43 +00:00
justsisyphus fc0693df71 fix(cli): add baseline builds for non-AVX2 CPUs (#1154) 2026-01-27 10:35:20 +09:00
github-actions[bot] 2f9d65cc2c release: v3.1.2 2026-01-27 01:07:09 +00:00
github-actions[bot] f2c60b0db4 release: v3.1.1 2026-01-26 23:48:28 +00:00
github-actions[bot] 7b89af7a7c release: v3.1.0 2026-01-26 06:46:47 +00:00
github-actions[bot] abeed2322a release: v3.0.1 2026-01-25 05:04:20 +00:00
github-actions[bot] 3f5b9abfa4 release: v3.0.0 2026-01-24 13:23:25 +00:00
github-actions[bot] ed83f12753 release: v3.0.0-beta.16 2026-01-23 18:12:07 +00:00
github-actions[bot] d0497f0e86 release: v3.0.0-beta.15 2026-01-23 17:44:45 +00:00
github-actions[bot] f18778555b release: v3.0.0-beta.14 2026-01-23 17:09:52 +00:00
github-actions[bot] 9510efac3d release: v3.0.0-beta.13 2026-01-22 18:04:51 +00:00
github-actions[bot] ac0a01a053 release: v3.0.0-beta.12 2026-01-22 02:10:33 +00:00
github-actions[bot] df800edece release: v3.0.0-beta.11 2026-01-19 06:34:40 +00:00
justsisyphus d44c494fd9 chore(release): bump platform packages to 3.0.0-beta.9
🤖 Generated with OhMyOpenCode assistance
2026-01-17 17:58:54 +09:00
github-actions[bot] 05a42d1202 release: v3.0.0-beta.8 2026-01-15 17:50:06 +00:00
Kenny 764ee49347 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