| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| actionbook-darwin-arm64 | 2026-04-02 | 3.2 MB | |
| actionbook-darwin-x64 | 2026-04-02 | 4.0 MB | |
| actionbook-linux-arm64 | 2026-04-02 | 3.9 MB | |
| actionbook-linux-x64 | 2026-04-02 | 4.7 MB | |
| actionbook-win32-arm64.exe | 2026-04-02 | 2.7 MB | |
| actionbook-win32-x64.exe | 2026-04-02 | 3.0 MB | |
| SHA256SUMS | 2026-04-02 | 538 Bytes | |
| Actionbook CLI v1.0.0 source code.tar.gz | 2026-04-02 | 5.6 MB | |
| Actionbook CLI v1.0.0 source code.zip | 2026-04-02 | 5.9 MB | |
| README.md | 2026-04-02 | 24.6 kB | |
| Totals: 10 Items | 32.9 MB | 0 | |
What's Changed
- [packages/actionbook-rs]feat: E2E test framework + browser_basic tests by @mcfn in https://github.com/actionbook/actionbook/pull/254
- [packages/actionbook-rs]feat: daemon_v2 — Phase 1 session+daemon architecture rewrite by @mcfn in https://github.com/actionbook/actionbook/pull/256
- [root]feat: CI/CD with UT, E2E and test reports by @mcfn in https://github.com/actionbook/actionbook/pull/257
- feat: integrate Allure Report for test visualization by @mcfn in https://github.com/actionbook/actionbook/pull/259
- [packages/actionbook-rs]feat: daemon_v2 — unified session+daemon architecture (Phase 1+2) by @mcfn in https://github.com/actionbook/actionbook/pull/258
- [root]feat: add macOS cross-platform unit tests to CI by @mcfn in https://github.com/actionbook/actionbook/pull/263
- [packages/actionbook-rs]test: E2E tests — full command coverage (61 tests) by @mcfn in https://github.com/actionbook/actionbook/pull/260
- [root]feat: split CI by event type — PR runs UT only, push runs full suite by @mcfn in https://github.com/actionbook/actionbook/pull/262
- [root]feat: switch to Swatinem/rust-cache for faster CI builds by @mcfn in https://github.com/actionbook/actionbook/pull/264
- [root]feat: add clippy + fmt lint check to CI by @mcfn in https://github.com/actionbook/actionbook/pull/261
- Fix formatting for lint compliance by @mcfn in https://github.com/actionbook/actionbook/pull/267
- ci: add cargo-machete unused deps check (#t13) by @mcfn in https://github.com/actionbook/actionbook/pull/270
- feat: browser lifecycle & navigation CLI commands (#t1 #t2) by @mcfn in https://github.com/actionbook/actionbook/pull/268
- [packages/actionbook-rs]feat: align browser cookies CLI with API spec by @mcfn in https://github.com/actionbook/actionbook/pull/273
- feat: tab management — close-tab + list-tabs URL fix (#t3) by @mcfn in https://github.com/actionbook/actionbook/pull/272
- fix: add SessionGuard to prevent E2E test cascade failures by @mcfn in https://github.com/actionbook/actionbook/pull/275
- fix: use TrustedTypes-compatible innerHTML in E2E tests by @mcfn in https://github.com/actionbook/actionbook/pull/276
- ci: add cargo-deny check (#t11) by @mcfn in https://github.com/actionbook/actionbook/pull/269
- fix: enable E2E and macOS unit tests on pull requests by @mcfn in https://github.com/actionbook/actionbook/pull/277
- fix: use default TrustedTypes policy and improve session cleanup retry by @mcfn in https://github.com/actionbook/actionbook/pull/278
- ci: add cargo-audit security scan (#t12) by @mcfn in https://github.com/actionbook/actionbook/pull/271
- [packages/actionbook-rs] feat: add UT coverage reporting by @mcfn in https://github.com/actionbook/actionbook/pull/279
- fix: E2E hover page-load race and session cleanup escalation by @mcfn in https://github.com/actionbook/actionbook/pull/280
- Fix flaky int_fill_s1t2_isolation E2E test by @mcfn in https://github.com/actionbook/actionbook/pull/281
- [packages/actionbook-rs] feat: normalize lifecycle CLI output by @mcfn in https://github.com/actionbook/actionbook/pull/282
- [packages/actionbook-rs] feat: normalize cli error output by @mcfn in https://github.com/actionbook/actionbook/pull/284
- feat: semantic session_id (Phase A-1) + E2E update by @mcfn in https://github.com/actionbook/actionbook/pull/283
- test: Phase A contract E2E tests — JSON envelope, error codes, session IDs by @mcfn in https://github.com/actionbook/actionbook/pull/286
- test: raise daemon unit coverage by @mcfn in https://github.com/actionbook/actionbook/pull/287
- feat: Phase B1 tab management + navigation CLI/output parity by @mcfn in https://github.com/actionbook/actionbook/pull/288
- test: raise cli coverage by @mcfn in https://github.com/actionbook/actionbook/pull/289
- test: UT coverage round 2 — action_handler, registry, persistence by @mcfn in https://github.com/actionbook/actionbook/pull/290
- [packages/actionbook-rs]test: raise daemon coverage by @mcfn in https://github.com/actionbook/actionbook/pull/292
- feat: Phase B2a observation/query/logging output contract (#t32) by @mcfn in https://github.com/actionbook/actionbook/pull/291
- [packages/actionbook-rs] feat: align B2b formatter parity (#t43) by @mcfn in https://github.com/actionbook/actionbook/pull/295
- test(actionbook-rs): add targeted UTs to push coverage past 70% gate by @mcfn in https://github.com/actionbook/actionbook/pull/294
- feat: add 70% line coverage gate to UT Coverage CI job by @mcfn in https://github.com/actionbook/actionbook/pull/285
- feat: Phase B2b scroll CLI parity - --container and --align flags (#t42) by @mcfn in https://github.com/actionbook/actionbook/pull/297
- Phase B2b block 1: align interaction/input CLI shapes to PRD by @mcfn in https://github.com/actionbook/actionbook/pull/296
- [packages/actionbook-rs]test: complete B2b contract E2E by @mcfn in https://github.com/actionbook/actionbook/pull/298
- test: add UT coverage for CLI command surfaces (#t50) by @mcfn in https://github.com/actionbook/actionbook/pull/300
- [packages/actionbook-rs]test: raise near-threshold browser coverage by @mcfn in https://github.com/actionbook/actionbook/pull/302
- test(actionbook-rs): add UTs for setup flow and browser connectivity modules (#t51 #t52) by @mcfn in https://github.com/actionbook/actionbook/pull/301
- [packages/actionbook-rs]feat: add browser global timeout by @mcfn in https://github.com/actionbook/actionbook/pull/304
- [packages/actionbook-rs] chore: cleanup temp files by @mcfn in https://github.com/actionbook/actionbook/pull/299
- fix: align browser start CLI shape and output with PRD (#t57) by @mcfn in https://github.com/actionbook/actionbook/pull/306
- [packages/actionbook-rs]fix: improve CDP port fallback reliability by @mcfn in https://github.com/actionbook/actionbook/pull/303
- fix(actionbook-rs): snapshot PRD data shape + context url/title + storage command naming (#t58) by @mcfn in https://github.com/actionbook/actionbook/pull/307
- fix: align browser status/close/restart with PRD 7.3-7.5 (#t67) by @mcfn in https://github.com/actionbook/actionbook/pull/309
- fix: align list-tabs and new-tab with PRD contracts by @mcfn in https://github.com/actionbook/actionbook/pull/311
- PRD 14.x storage data shapes by @mcfn in https://github.com/actionbook/actionbook/pull/313
- ci: grant checks write in test workflow by @mcfn in https://github.com/actionbook/actionbook/pull/316
- fix: harden Trusted Types E2E HTML helpers by @mcfn in https://github.com/actionbook/actionbook/pull/315
- [packages/actionbook-rs]fix: auto-prepend https:// for bare domain URLs by @mcfn in https://github.com/actionbook/actionbook/pull/312
- Standardize actionbook-rs Makefile targets by @mcfn in https://github.com/actionbook/actionbook/pull/317
- fix: navigation title/context reliability - wait for page load (#t68) by @mcfn in https://github.com/actionbook/actionbook/pull/308
- Align root help and version output with PRD by @mcfn in https://github.com/actionbook/actionbook/pull/319
- fix: PRD 10.1 snapshot real nodes/stats from parsed AX tree (#t71) by @mcfn in https://github.com/actionbook/actionbook/pull/314
- fix: align snapshot interactive role sets (#t81) by @mcfn in https://github.com/actionbook/actionbook/pull/320
- [packages/actionbook-rs]chore: bump version to 1.0.0 and clean up tracked docs by @mcfn in https://github.com/actionbook/actionbook/pull/324
- Snapshot field-level E2E contract tests (wave 1, #t76) by @mcfn in https://github.com/actionbook/actionbook/pull/321
- [packages/actionbook-rs]fix: align query contract output by @mcfn in https://github.com/actionbook/actionbook/pull/323
- fix: align read family contracts with PRD (#t79) by @mcfn in https://github.com/actionbook/actionbook/pull/325
- [packages/actionbook-rs]fix: tab management + navigation CLI/output parity + field-level contract E2E (#t31) by @mcfn in https://github.com/actionbook/actionbook/pull/328
- [packages/actionbook-rs] fix: align tab ID to 1-based per spec, add tab management E2E assertions by @mcfn in https://github.com/actionbook/actionbook/pull/329
- feat: init cli-v2 with session/daemon lifecycle (TDD) by @mcfn in https://github.com/actionbook/actionbook/pull/331
- refactor: per-command modules + PRD directory structure by @mcfn in https://github.com/actionbook/actionbook/pull/332
- [packages/cli-v2] chore: add package.json + branch naming convention by @mcfn in https://github.com/actionbook/actionbook/pull/333
- feat: observation contract wave 3 — describe/inspect-point/logs PRD shapes + E2E tests (#t78) by @mcfn in https://github.com/actionbook/actionbook/pull/322
- feat: tab management + persistent CDP connection (cli-v2) by @mcfn in https://github.com/actionbook/actionbook/pull/334
- [packages/cli-v2] feat: resolve browser start config by @mcfn in https://github.com/actionbook/actionbook/pull/336
- [packages/cli-v2] refactor: remove effective start fields by @mcfn in https://github.com/actionbook/actionbook/pull/337
- [packages/cli-v2] Fix browser start registry lock with placeholders by @mcfn in https://github.com/actionbook/actionbook/pull/338
- [packages/cli-v2]fix: filter stale tabs from list-tabs by @mcfn in https://github.com/actionbook/actionbook/pull/339
- [packages/cli-v2]refactor: rename daemon hidden arg from __serve to __daemon by @mcfn in https://github.com/actionbook/actionbook/pull/342
- feat: cloud mode + unified CDP tab operations by @mcfn in https://github.com/actionbook/actionbook/pull/343
- Revert openclaw guide to CLI + Skills setup by @Senke0x in https://github.com/actionbook/actionbook/pull/345
- [packages/cli-v2] test: navigation E2E tests (goto/back/forward/reload) by @mcfn in https://github.com/actionbook/actionbook/pull/340
- Setup PR1: skeleton + env detect + non-interactive config by @mcfn in https://github.com/actionbook/actionbook/pull/341
- [packages/cli-v2]feat: CLI-daemon version mismatch detection by @mcfn in https://github.com/actionbook/actionbook/pull/347
- [packages/cli-v2] feat: snapshot transform pipeline (P0-P1) per §10.1 by @mcfn in https://github.com/actionbook/actionbook/pull/348
- [packages/cli-v2] fix: snapshot B2+W2+W3 — truncation, token cost, stale comment by @mcfn in https://github.com/actionbook/actionbook/pull/350
- test: browser title/url/viewport E2E + UT baseline (TDD) by @mcfn in https://github.com/actionbook/actionbook/pull/349
- [packages/cli-v2] feat: --cursor snapshot detection by @mcfn in https://github.com/actionbook/actionbook/pull/353
- [codex] Implement browser interaction commands by @adcentury in https://github.com/actionbook/actionbook/pull/351
- [docs] add metrics field to evaluate API response by @Senke0x in https://github.com/actionbook/actionbook/pull/355
- [packages/cli-v2] Setup PR2: interactive API key + browser config by @mcfn in https://github.com/actionbook/actionbook/pull/354
- test: browser inspect-point E2E + UT baseline (TDD) by @mcfn in https://github.com/actionbook/actionbook/pull/352
- [packages/cli-v2]refactor: improve E2E test harness reliability by @mcfn in https://github.com/actionbook/actionbook/pull/356
- [packages/cli-v2]fix: validate CDP navigate response and fix CLI subcommand routing by @mcfn in https://github.com/actionbook/actionbook/pull/357
- [packages/cli-v2] feat: add browser html text value attr by @mcfn in https://github.com/actionbook/actionbook/pull/359
- feat: implement all interaction commands for CLI v1.0.0 by @asensagent in https://github.com/actionbook/actionbook/pull/361
- [packages/cli-v2] feat: add browser attrs/box/styles (Batch 2) by @mcfn in https://github.com/actionbook/actionbook/pull/360
- [packages/cli-v2] test: add describe/state e2e coverage by @mcfn in https://github.com/actionbook/actionbook/pull/363
- feat: add agent-friendly help messages to all CLI commands by @asensagent in https://github.com/actionbook/actionbook/pull/365
- [packages/cli-v2] test: add query e2e coverage by @mcfn in https://github.com/actionbook/actionbook/pull/366
- [cli-v2] Implement browser query (one/all/nth/count) by @mcfn in https://github.com/actionbook/actionbook/pull/367
- [packages/cli-v2]test: add pdf e2e coverage by @mcfn in https://github.com/actionbook/actionbook/pull/369
- [packages/cli-v2]feat: implement browser pdf command (Batch 5) by @mcfn in https://github.com/actionbook/actionbook/pull/370
- [packages/cli-v2]feat: implement browser screenshot command by @mcfn in https://github.com/actionbook/actionbook/pull/362
- [packages/cli-v2]test: add logs e2e coverage by @mcfn in https://github.com/actionbook/actionbook/pull/371
- feat: implement browser logs console + logs errors (Batch 6) by @mcfn in https://github.com/actionbook/actionbook/pull/372
- [packages/cli-v2] test: add browser wait e2e coverage by @mcfn in https://github.com/actionbook/actionbook/pull/373
- fix: logs hook timing and console.error separation (#158) by @mcfn in https://github.com/actionbook/actionbook/pull/374
- browser wait commands — element/navigation/network-idle/condition (Batch 7) by @mcfn in https://github.com/actionbook/actionbook/pull/375
- [packages/cli-v2] test browser cookies e2e coverage by @mcfn in https://github.com/actionbook/actionbook/pull/376
- feat(cli-v2): browser cookies commands (Batch 8, [#162]) by @mcfn in https://github.com/actionbook/actionbook/pull/377
- [packages/cli-v2] test browser storage e2e coverage by @mcfn in https://github.com/actionbook/actionbook/pull/378
- feat(cli-v2): browser storage commands (Batch 9, [#167]) by @mcfn in https://github.com/actionbook/actionbook/pull/379
- feat(cli-v2): add -v short flag and version subcommand by @mcfn in https://github.com/actionbook/actionbook/pull/380
- fix(cli-v2): implement @eN snapshot ref resolution for click and all selector commands by @mcfn in https://github.com/actionbook/actionbook/pull/381
- refactor(cli-v2): introduce TabContext to eliminate repetitive resolver params by @mcfn in https://github.com/actionbook/actionbook/pull/382
- feat(cli-v2): enable parallel E2E tests with profile cleanup by @mcfn in https://github.com/actionbook/actionbook/pull/383
- fix(cli-v2): cloud_concurrent_eval_multi_tab assertion — compare numbers not strings by @mcfn in https://github.com/actionbook/actionbook/pull/384
- [packages/cli-v2] test short tab id contract by @mcfn in https://github.com/actionbook/actionbook/pull/385
- [cli-v2] fix: replace opaque CDP channel errors with SESSION_CLOSED by @mcfn in https://github.com/actionbook/actionbook/pull/387
- feat(cli-v2): short tab IDs (t1, t2, ...) with native_tab_id by @mcfn in https://github.com/actionbook/actionbook/pull/386
- fix(cli-v2): cargo fmt formatting for short tab ID change by @mcfn in https://github.com/actionbook/actionbook/pull/388
- [packages/cli-v2] test describe summary qualifiers by @mcfn in https://github.com/actionbook/actionbook/pull/389
- feat(cli-v2): describe summary qualifier enrichment (#137) by @mcfn in https://github.com/actionbook/actionbook/pull/391
- [packages/cli-v2]test: cover nearby significance filter by @mcfn in https://github.com/actionbook/actionbook/pull/392
- feat(cli-v2): describe --nearby significance filter (#138) by @mcfn in https://github.com/actionbook/actionbook/pull/393
- [cli-v2] fix: prevent daemon process accumulation with flock singleton by @mcfn in https://github.com/actionbook/actionbook/pull/390
- fix: unify browser --help with grouped help, add new command docs by @asensagent in https://github.com/actionbook/actionbook/pull/368
- [packages/cli-v2]test: cover version compatibility relaxation by @mcfn in https://github.com/actionbook/actionbook/pull/394
- [packages/cli-v2]feat: relax version check to major.minor only (#186) by @mcfn in https://github.com/actionbook/actionbook/pull/395
- [cli-v2] test: isolate parallel E2E tests with unique session/profile by @mcfn in https://github.com/actionbook/actionbook/pull/396
- [cli-v2] test: add wait_page_ready poll and limit parallel threads by @mcfn in https://github.com/actionbook/actionbook/pull/397
- fix: prevent Chrome process leak with centralized cleanup by @mcfn in https://github.com/actionbook/actionbook/pull/399
- feat(cli): add help for logs, query, and storage commands by @asensagent in https://github.com/actionbook/actionbook/pull/398
- [packages/cli-v2]test: cover session id format change by @mcfn in https://github.com/actionbook/actionbook/pull/400
- [packages/cli-v2]feat: session ID format change SLOCAL-N/SCLOUD-N/SEXT-N (#189) by @mcfn in https://github.com/actionbook/actionbook/pull/401
- docs(cli): mention stable refs in snapshot help by @asensagent in https://github.com/actionbook/actionbook/pull/402
- [packages/cli-v2]test: cover stealth v1 contract by @mcfn in https://github.com/actionbook/actionbook/pull/403
- feat(cli-v2): stealth/anti-detection V1 (#192) by @mcfn in https://github.com/actionbook/actionbook/pull/404
- [packages/cli-v2]fix: stealth V1 detection bugs — Google search works by @mcfn in https://github.com/actionbook/actionbook/pull/405
- [packages/cli-v2] feat: iframe content expansion and frame-aware interaction by @ZhangHanDong in https://github.com/actionbook/actionbook/pull/406
- [packages/cli-v2]fix: press Enter triggers native browser actions by @mcfn in https://github.com/actionbook/actionbook/pull/407
- [packages/cli-v2]test: pin snapshot output edge cases by @mcfn in https://github.com/actionbook/actionbook/pull/408
- feat(cli-v2): snapshot output improvements — no empty quotes, link URLs (#195) by @mcfn in https://github.com/actionbook/actionbook/pull/409
- [packages/cli-v2]fix: improve start session error when profile occupied by @mcfn in https://github.com/actionbook/actionbook/pull/410
- [packages/cli-v2]fix: hint when snapshot ref missing @ prefix by @mcfn in https://github.com/actionbook/actionbook/pull/411
- [packages/cli-v2]fix: render eval scalar in text output by @mcfn in https://github.com/actionbook/actionbook/pull/414
- [packages/cli-v2]test: cover version flag output by @mcfn in https://github.com/actionbook/actionbook/pull/413
- fix(cli-v2): --version prints version string instead of help (#199) by @mcfn in https://github.com/actionbook/actionbook/pull/416
- [packages/cli-v2]fix: clarify profile conflict recovery by @mcfn in https://github.com/actionbook/actionbook/pull/417
- [packages/cli-v2]refactor: carry structured profile conflict errors by @mcfn in https://github.com/actionbook/actionbook/pull/418
- feat: add --wait-until flag to browser goto by @mcfn in https://github.com/actionbook/actionbook/pull/415
- fix: change goto --wait-until default from load to domcontentloaded by @mcfn in https://github.com/actionbook/actionbook/pull/419
- [packages/cli-v2]test: cover fill type target modes by @mcfn in https://github.com/actionbook/actionbook/pull/420
- [packages/cli-v2]feat: fill/type accept coordinates and selector-less mode (#202) by @mcfn in https://github.com/actionbook/actionbook/pull/421
- [packages/cli-v2]test: cover iframe text extraction by @mcfn in https://github.com/actionbook/actionbook/pull/423
- [packages/cli-v2]fix: browser text returns contentDocument content for iframe elements (#203) by @mcfn in https://github.com/actionbook/actionbook/pull/424
- [packages/cli-v2]fix: harden CDP session robustness by @mcfn in https://github.com/actionbook/actionbook/pull/422
- [packages/cli-v2] test: cover describe nearby fixes by @mcfn in https://github.com/actionbook/actionbook/pull/426
- [packages/cli-v2]fix: describe --nearby 4 bug fixes — children/siblings/qualifiers/parent (#206) by @mcfn in https://github.com/actionbook/actionbook/pull/427
- fix: list-tabs uses CDP real-time state with registry sync by @mcfn in https://github.com/actionbook/actionbook/pull/428
- [packages/cli-v2]fix: align e2e tests with space-separated command names by @mcfn in https://github.com/actionbook/actionbook/pull/425
- [feat] update version. by @mcfn in https://github.com/actionbook/actionbook/pull/429
- [packages/cli-v2]feat: rename auto-generated session IDs to sN format (#209) by @mcfn in https://github.com/actionbook/actionbook/pull/430
- [packages/cli-v2] test: update E2E default session ID assertions to s1 (#208) by @mcfn in https://github.com/actionbook/actionbook/pull/431
- [packages/cli-v2] test: E2E tests for snapshot --cursor default on (#211) by @mcfn in https://github.com/actionbook/actionbook/pull/432
- [packages/cli-v2] feat: snapshot --cursor enabled by default (#212) by @mcfn in https://github.com/actionbook/actionbook/pull/433
- test(cli-v2): E2E tests for browser query extended CSS selectors (#184) by @mcfn in https://github.com/actionbook/actionbook/pull/434
- docs: update api-reference §10.1 snapshot — path replaces content, cursor default true by @mcfn in https://github.com/actionbook/actionbook/pull/435
- feat(cli-v2): enhance stealth anti-detection by @mcfn in https://github.com/actionbook/actionbook/pull/436
- [packages/cli-v2] fix: tighten query contains matching by @mcfn in https://github.com/actionbook/actionbook/pull/437
- fix(cli-v2): resolve 4 CI E2E failures (#217) by @mcfn in https://github.com/actionbook/actionbook/pull/439
- [packages/cli-v2]test: align snapshot e2e with path output by @mcfn in https://github.com/actionbook/actionbook/pull/441
- test: remove unreliable activeElement.id check in focus_json (#218) by @mcfn in https://github.com/actionbook/actionbook/pull/442
- [packages/cli-v2]fix: re-read drag source coordinates after destination center-scroll by @mcfn in https://github.com/actionbook/actionbook/pull/440
- fix: recover from orphan Chrome after daemon SIGKILL (#219) by @mcfn in https://github.com/actionbook/actionbook/pull/444
- [packages/cli-v2]feat: auto-restart daemon on version mismatch by @mcfn in https://github.com/actionbook/actionbook/pull/443
- Remove actionbook-rs, promote cli-v2 to packages/cli by @mcfn in https://github.com/actionbook/actionbook/pull/445
- fix: exclude WebSocket/favicon/data: from network-idle pending count by @mcfn in https://github.com/actionbook/actionbook/pull/446
- test: add click_spa_navigation E2E test (#220) by @mcfn in https://github.com/actionbook/actionbook/pull/449
- docs(skills): rewrite command-reference.md for CLI v2 by @asensagent in https://github.com/actionbook/actionbook/pull/447
- fix: send mouseMoved before mousePressed in dispatch_click (#220) by @mcfn in https://github.com/actionbook/actionbook/pull/450
- docs(cli): remove deprecated -i/-c/--cursor from snapshot help by @asensagent in https://github.com/actionbook/actionbook/pull/452
- fix: release workflow — add workflow_dispatch and alpha npm tag by @mcfn in https://github.com/actionbook/actionbook/pull/453
- docs(skills): rewrite SKILL.md for CLI v2 methodology by @asensagent in https://github.com/actionbook/actionbook/pull/454
- fix(cli): key events not reaching correct tab in multi-tab sessions by @mcfn in https://github.com/actionbook/actionbook/pull/456
- [packages/cli]feat: --session get-or-create + --tab alias by @mcfn in https://github.com/actionbook/actionbook/pull/457
- [codex] cli: keep setup and switch its browser modes to local/cloud by @mcfn in https://github.com/actionbook/actionbook/pull/455
- fix(cli): remove setDeviceMetricsOverride to avoid bot detection by @mcfn in https://github.com/actionbook/actionbook/pull/458
- fix(cli): graceful Chrome shutdown to preserve window state by @mcfn in https://github.com/actionbook/actionbook/pull/459
- fix: graceful Chrome shutdown + bump alpha.9 by @mcfn in https://github.com/actionbook/actionbook/pull/460
- fix(cli): support contenteditable elements in type/fill/focus by @ZhangHanDong in https://github.com/actionbook/actionbook/pull/461
- Update README for 1.0.0 by @asensagent in https://github.com/actionbook/actionbook/pull/462
- release: merge release/1.0.0 into main by @mcfn in https://github.com/actionbook/actionbook/pull/463
- Update README.md by @adcentury in https://github.com/actionbook/actionbook/pull/466
- chore: add changeset for CLI 1.0.0 stable release by @mcfn in https://github.com/actionbook/actionbook/pull/464
- fix: restore minimal CHANGELOG.md for CLI platform packages by @mcfn in https://github.com/actionbook/actionbook/pull/467
- Add command block to Quick Start by @asensagent in https://github.com/actionbook/actionbook/pull/469
- chore: version packages by @github-actions[bot] in https://github.com/actionbook/actionbook/pull/468
- fix: gate Unix-specific APIs for Windows build by @mcfn in https://github.com/actionbook/actionbook/pull/470
Full Changelog: https://github.com/actionbook/actionbook/compare/actionbook-cli-v0.11.7...actionbook-cli-v1.0.0