Files
github-actions[bot] d688a3ede0 chore(main): release chrome-devtools-axi 0.1.34 (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-04 07:04:32 -07:00

16 KiB

Changelog

0.1.34 (2026-09-03)

Bug Fixes

0.1.33 (2026-08-28)

Bug Fixes

  • bridge: invalidate page routing after a browser reconnect (#124) (be54e07)
  • bridge: name the browser reconnect on the next page-scoped call (#126) (52e5b31)

0.1.32 (2026-08-28)

Bug Fixes

  • negotiate roots and surface file-writing errors (#122) (0bb0473)

0.1.31 (2026-08-26)

Bug Fixes

  • inject selected pageId on page-scoped MCP calls (#120) (6a9709e)

0.1.30 (2026-08-23)

Bug Fixes

  • skill: defer installed guidance to the current CLI (#112) (75dd6ca)

0.1.29 (2026-08-07)

Bug Fixes

  • cli: avoid loading MCP SDK for every command (#102) (22df96b)
  • cli: speed up version flag startup (#104) (8d31478)

0.1.28 (2026-07-25)

Bug Fixes

  • bridge: enforce keychain isolation for launched Chrome (#91) (aa162e8)
  • execute every PR body compliance event (#89) (3a1aa04)

0.1.27 (2026-07-22)

Bug Fixes

  • bridge: reject non-loopback Host/Origin to block DNS rebinding (GHSA-x439-jhfh-v9x2) (4ee5a49)

0.1.26 (2026-07-01)

Features

  • bridge: add CHROME_DEVTOOLS_AXI_CHANNEL to select a Chrome release channel (#74) (b738215)
  • sessions: add CHROME_DEVTOOLS_AXI_SESSION for concurrent bridge isolation (#75) (eee2fb7)

Bug Fixes

  • cli: resolve output paths from caller cwd (#77) (2b5a851)

0.1.25 (2026-06-27)

Features

Bug Fixes

  • skills: add guardrails to generated agent skill (#70) (8d7d627)

0.1.24 (2026-06-12)

Features

  • ship installable chrome-devtools-axi agent skill (#63) (fc0c335)
  • skills: add Hermes metadata to public skill (#66) (125f2c3)

Bug Fixes

  • hide internal no-mistakes skill from discovery (#65) (12f1d90)

0.1.23 (2026-05-23)

Features

  • cli: add explicit hook setup command (#61) (06049a2)

0.1.22 (2026-05-13)

Bug Fixes

  • enable Codex hooks with hooks feature flag (#59) (e67a5ec)

0.1.21 (2026-05-07)

Bug Fixes

  • cli: make type all clear prior filters (#53) (8001534)
  • handle function eval input wrapping (#56) (d9e6d9f)
  • reject stale generation-tagged refs (#55) (ccac521)

0.1.20 (2026-05-06)

Bug Fixes

0.1.19 (2026-05-03)

Features

  • add CHROME_DEVTOOLS_AXI_MCP_PATH + BRIDGE_TIMEOUT_MS to unblock slow npx bootstrap (#47) (6252b56)

0.1.18 (2026-04-25)

Miscellaneous Chores

0.1.17 (2026-04-16)

Bug Fixes

  • ws: support websocket browser endpoints and validate ws headers (#37) (8376a4f)

0.1.16 (2026-04-16)

Features

  • add CHROME_DEVTOOLS_AXI_AUTO_CONNECT for Chrome 144+ autoConnect (#33) (542f176)
  • support ws:// and wss:// browser URLs plus CHROME_DEVTOOLS_AXI_WS_HEADERS (c8710d5)

0.1.15 (2026-04-11)

Features

  • add BROWSER_URL and USER_DATA_DIR env vars for persistent sessions (#30) (400fdda)

0.1.14 (2026-04-10)

Features

  • add headed mode, custom Chrome args, and GPU docs (#25) (a917c1a)

0.1.13 (2026-04-10)

Bug Fixes

  • homeview: reduce verbosity in home view (#26) (df709e9)

0.1.12 (2026-04-03)

Features

0.1.11 (2026-04-01)

Bug Fixes

0.1.10 (2026-04-01)

Bug Fixes

0.1.9 (2026-03-31)

Bug Fixes

  • snapshot: improve truncation handling (#13) (7ebca68)
  • snapshot: skip truncation when marker adds overhead (#15) (5ae7d62)

0.1.8 (2026-03-30)

Bug Fixes

  • bridge: handle exit and orphan cleanup (#11) (ea32d9b)

0.1.7 (2026-03-30)

Bug Fixes

  • cli: support function input in eval (#9) (cb37c3d)

0.1.6 (2026-03-30)

Features

  • run-cmd: add script runner command (#7) (5361cc2)

Bug Fixes

  • hooks: guard installHooks against unrelated execPath (61c64e7)

0.1.5 (2026-03-29)

Bug Fixes

0.1.4 (2026-03-28)

Bug Fixes

  • enable codex hooks in config.toml (1c7a38a)

0.1.3 (2026-03-28)

Bug Fixes

  • small correction in README (73c4780)

0.1.2 (2026-03-28)

Features

  • cli: add --full flag and session hooks (25c3f53)
  • cli: add page management commands and tests (32cc1f1)

0.1.1 (2026-03-27)

Features