leeguooooo
d82357fea4
fix(release): enforce bundled binary version checks and bump to 0.16.1-fork.2
2026-03-04 10:25:04 +09:00
leeguooooo
eedf824af7
merge: upstream v0.16.1 while preserving fork stealth behaviors
2026-03-04 09:48:58 +09:00
Chris Tate
51f5fa484c
native ( #594 )
...
* Native Rust rewrite of agent-browser daemon
Single-binary Rust implementation replacing the Node.js/Playwright daemon
with direct CDP (Chrome DevTools Protocol) communication. Includes full
command parity, WebDriver/Safari/iOS backend routing, request tracking,
frame context management, CDP protocol codegen, and comprehensive tests.
* improvements
* fix ci
* fixes
* faster builds
2026-03-03 15:15:57 -06:00
leeguooooo
aef8fcc038
ci(release): 修复 OIDC 发布认证链路
...
移除 setup-node 的 registry-url 注入,避免发布步骤继承无效 NODE_AUTH_TOKEN。
发布前升级 npm 到 v11,使用独立 npmrc 并启用 provenance,以匹配 npm trusted publishing。
2026-02-24 17:24:20 +09:00
leeguooooo
96582b79fd
ci(release): 调整 trusted publishing 发布流程
...
将 changesets/action 改为仅处理 version/PR,不再由其执行 publish。
新增发布前版本检查与独立 pnpm ci:publish 步骤,避免 OIDC 发布在 action 内失败。
2026-02-24 17:20:17 +09:00
leeguooooo
955543b757
chore: prepare fork sync and independent release setup
2026-02-24 14:14:50 +09:00
Chris Tate
6a17379aaf
fix: CLI binary not executable when postinstall is skipped (pnpm, bun) ( #285 )
...
* fix binary
* check binary in CI
2026-01-26 17:04:25 -06:00
Chris Tate
8c2a6ec5d2
fix: handle existing GitHub releases in workflow ( #232 )
2026-01-23 15:55:18 -06:00
Chris Tate
6f1c83de1b
fix bin ( #224 )
2026-01-23 15:00:13 -06:00
Chris Tate
eb8325e9b4
fix: download artifacts to temp directory to avoid naming conflict ( #221 )
...
The download-artifact action creates directories named after each artifact.
When downloading to bin/, this caused conflicts because the artifact directory
names matched the binary names (e.g., bin/agent-browser-darwin-arm64/agent-browser-darwin-arm64).
Fix by downloading to artifacts/ first, then using find to move the binaries to bin/.
2026-01-23 13:15:51 -06:00
Chris Tate
57dc7602fc
auto-release ( #216 )
...
* auto-release
* fixes
* fix secret name
2026-01-23 11:19:43 -06:00