0.2.1
Release notes for 0.2.1.
Released: 2026-06-14
Features
Element Path Copy inspect mode. A new crosshair toggle in the panel header arms an inspector: hold Alt and hover to draw a DevTools-style box + label over the host element under the cursor, then click to copy an annotated path block — unique CSS
selector, human-readablebreadcrumb, ARIArole,textsnippet, identifyingattrs, and renderedsize— to the clipboard for precise human↔AI communication about the page. State persists inlocalStorage; the click is swallowed so host links/handlers don't fire. (e8bd453, 736d6d2, #344)
Other Changes
Apply pre-release deep-review fixes: extract a shared
usePortalMount()hook used by both the highlight and element-path orchestrators (removing ~80 lines of duplicated portal/astro:after-swaplifecycle), render the header toggle via the sharedRoleButtoncontrol, add a persistent visually-hiddenaria-liveregion so screen readers announce copy results, and harden thecssEscapeIdentfallback for control characters. (9b893f6, a64f4d3, #344)Bump GitHub Actions off the deprecated Node 20 runtime:
checkout/setup-node/ pnpm-setup and the artifact actions to their Node-24-matched versions. (08d5b48, b46fd66, #339, #341)Add a web-env bootstrap for Claude Code on the web. (23f00c3)