Skip to content
Merged
Changes from 5 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
31658df
ci: use bun baseline build to avoid segfaults
Hona Feb 24, 2026
ec4c395
ci: map macOS to darwin in bun download URL
Hona Feb 24, 2026
c31a335
ci: only use baseline for x64 runners, let ARM64 use default
Hona Feb 24, 2026
66c4eb3
ci: downgrade bun to 1.3.8 for working baseline support
Hona Feb 24, 2026
c845661
Merge remote-tracking branch 'upstream/dev' into fix/use-baseline
Hona Feb 24, 2026
587deef
ci: use GitHub release URLs for baseline (bun.sh ignores avx2 on Wind…
Hona Feb 24, 2026
9ae32d1
ci: revert bun to 1.3.9 (baseline now uses GitHub release URLs)
Hona Feb 24, 2026
ce4a2d0
ci: downgrade bun to 1.3.8
Hona Feb 24, 2026
02c0e96
ci: downgrade bun to 1.3.5
Hona Feb 24, 2026
bf57596
ci: upgrade to bun canary
Hona Feb 24, 2026
13973dd
ci: use canary baseline build directly from GitHub releases
Hona Feb 24, 2026
b0a7dfe
ci: restore @types/bun to 1.3.9
Hona Feb 24, 2026
d250de6
ci: default to --single build in CI to avoid canary cross-compile fai…
Hona Feb 24, 2026
61547f4
ci: override cross-compile tarball URL for canary builds
Hona Feb 24, 2026
fe0c3ca
ci: remove --single CI default now that canary cross-compile is handled
Hona Feb 24, 2026
d9ee41a
ci: pre-cache canary cross-compile binaries via opt-in input
Hona Feb 24, 2026
9c50c06
ci: default to --single in CI, publish passes --all
Hona Feb 24, 2026
5374245
ci: pass --all and cross-compile to sign-cli build
Hona Feb 24, 2026
f53a7c2
ci: fix non-portable grep -oP in pre-cache step
Hona Feb 24, 2026
7f77bb1
ci: add debug output and use bun instead of node for npm json parsing
Hona Feb 24, 2026
e08bdeb
ci: use bun --revision to detect canary (--version strips it)
Hona Feb 24, 2026
71eed6f
ci: handle bun.exe for Windows targets in pre-cache
Hona Feb 24, 2026
4285c50
ci: download cross-compile binaries from GitHub canary release (same …
Hona Feb 24, 2026
2814fe2
ci: drop darwin-x64-baseline target (no Mac needs it) and alias moder…
Hona Feb 24, 2026
05ad2f9
ci: switch desktop sidecar to modern darwin-x64 (all Intel Macs have …
Hona Feb 24, 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.9",
"packageManager": "bun@1.3.8",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop tauri dev",
Expand All @@ -23,7 +23,7 @@
"packages/slack"
],
"catalog": {
"@types/bun": "1.3.9",
"@types/bun": "1.3.8",
"@octokit/rest": "22.0.0",
"@hono/zod-validator": "0.4.2",
"ulid": "3.0.1",
Expand Down
Loading