Skip to content

Latest commit

 

History

History
229 lines (115 loc) · 13 KB

File metadata and controls

229 lines (115 loc) · 13 KB

Changelog

0.1.40 (2026-06-26)

Bug Fixes

  • bridge: add Host/Origin guard + per-instance bearer token to HTTP bridge (a864cac)

0.1.36 (2026-06-10)

Features

  • chat model selector (b018f3a)
  • cli: add models command for listing available AI models (09481c6)
  • cli: add parseChatArgs for --model flag (10c1b4f)
  • cli: wire --model flag into handleChat (d322270)
  • enhance transport arguments for external extension loading (2892cce)
  • enhance transport arguments for external extension loading (6c68952)

Bug Fixes

  • cli: improve error handling for model listing response (e6918a5)
  • suppress setup hint and ensure Chrome readiness in Docker setup (48675b1)

0.1.35 (2026-05-22)

Features

  • Add benchmark config for snapshotting single page (3a58b59)
  • add benchmark configuration files (a5cc1e8)
  • add benchmark report generation (1770e5b)
  • Add explicit --full option to agentic-use-benchmark (6a45631)
  • add python package for benchmarking (4df1d09)
  • add python package for benchmarking (7ee028b)
  • compact snapshot output with URL compression (30f0e97)
  • compact snapshot output with URL compression (2e27811)
  • Update SKILL.md after token optimization (5aa9f2f)

Bug Fixes

  • Add python safety check and verbose error handling (37b7625)
  • Error message readability fix (3be0b73)
  • Explicitly request open before snapshot in every mode (b501288)
  • Fix linter issues after mv (2d39628)
  • Fixes from review (440542f)
  • Set devtools ports explicitly to avoid port collision (be6a2fc)
  • strip whitespace from --conditions split (485aa49)
  • Update tasks for wikipedia extraction -> year change from 2024 to 2025 (6b012dd)

0.1.34 (2026-05-20)

Bug Fixes

  • fixup! feat: detect port conflicts with foreign MCP servers (2ae18ec)

0.1.33 (2026-05-20)

Features

  • detect port conflicts with foreign MCP servers (c8aa858)

Bug Fixes

  • default open URL to https:// when no protocol is given (0ff548f)

0.1.32 (2026-05-13)

Features

  • Bundle opera-devtools-mcp as a dependency. (4932ea8)

Bug Fixes

  • Add setup nudge. (8f40e44)
  • Fix stale version in manifest. (8be41ff)
  • Updated docs to point to Neon. (7d47fa0)

0.1.30 (2026-05-08)

Features

  • Bundle opera-devtools-mcp as a dependency. (4932ea8)

Bug Fixes

  • Add setup nudge. (8f40e44)
  • Fix stale version in manifest. (8be41ff)
  • Updated docs to point to Neon. (7d47fa0)

0.1.29 (2026-05-05)

Features

  • Bundle opera-devtools-mcp as a dependency. (4932ea8)

0.1.28 (2026-05-04)

Bug Fixes

  • Add setup nudge. (8f40e44)
  • Fix stale version in manifest. (8be41ff)
  • Updated docs to point to Neon. (7d47fa0)

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