Skip to content

v0.2.0

Choose a tag to compare

@imshaikot imshaikot released this 20 Aug 01:19
· 63 commits to main since this release

Features

  • ui: redesign the popup and side panel (d8c7ca2)
  • ui: new panel building blocks (ef516db)
  • extension: agent state bridge, side panel opener and context menu (3fd8bba)
  • page: register the new tools and enrich page info and screenshots (2fbecd8)
  • page: read, audit and restyle page themes (9bf472f)
  • page: trusted clicks through the debugger API (f971312)
  • page: detect captchas and walk the agent through solving them (36c79de)
  • cli: agent switching and approval management commands (25a3452)
  • daemon: route every run through guardrails and the chosen agent (0611590)
  • agent: split the runner into adapters for claude, codex and antigravity (69aa05e)
  • mcp: remember per-site approvals granted from the panel (24203eb)
  • guardrails: declarative policy, prompt fencing and spawn containment (20daaa2)
  • bridge: prove both ends of the socket with a challenge-response handshake (0abf895)
  • agents: add a catalog of supported agent CLIs (32db029)

Documentation

  • document the tools, agents and the reworked architecture (4202df9)
  • publish architecture, installation and feature guides (b8fbbc0)

Tests

  • security: cover guardrails, containment and the pairing handshake (1df982f)

Build

  • bootstrap both projects from a fresh clone with one command (b564f63)

Chores

  • icons: redraw the extension icon (8234960)
  • manifest: request debugger and contextMenus permissions (1a277af)

Other

  • style(ui): refresh primitives and global styles (8aaf210)

Install

Download browsentic-0.2.0-chrome.zip, unzip it, then load the folder at chrome://extensions
with Developer mode on. Firefox users want the -firefox.zip.

The daemon runs from source:

git clone --branch v0.2.0 https://github.com/imshaikot/browsentic.git
cd browsentic && yarn install && yarn mcp:install && yarn mcp:build && yarn mcp:link
browsentic-mcp pair

Full changelog: v0.1.7...v0.2.0