YeonGyu-Kim
|
8efbda9332
|
refactor: rename remaining oh-my-opencode string literals
|
2026-03-18 14:02:01 +09:00 |
|
YeonGyu-Kim
|
b9eda3882f
|
refactor: rename oh-my-opencode files to oh-my-openagent via git mv
- git mv bin/oh-my-opencode.js -> bin/oh-my-openagent.js
- git mv src/config/schema/oh-my-opencode-config.ts -> oh-my-openagent-config.ts
- Update import path in src/config/schema.ts
- Update self-reference comment in bin file
Wave 2 Task 4 complete.
|
2026-03-18 14:01:21 +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 |
|