Reintroduce server mode (removed in 3014cf9) using node:http instead of
Express — zero new dependencies. Accepts JSON commands via POST to /,
returns JSON responses with CORS support. Screenshot command returns
base64 data when no path is specified.
- Add src/server.ts with BrowserServer class using node:http
- Add -s/--server <port> CLI flag (default 13373)
- Export BrowserServer and startServer from index.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New MCP tool `preview` combines goto + screenshot with viewport control.
Optionally POSTs result to any HTTP endpoint (e.g. HUD/visor) via previewUrl.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace networkidle with domcontentloaded + 5s race in goto, click,
and session_restore — SPAs with persistent connections (LinkedIn,
Gmail) never reach networkidle
- Normalize .www. cookie domains in Firefox importer — Playwright
silently drops cookies with .www.example.com domains
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Some Firefox cookies store expiry in milliseconds instead of seconds.
Detect values beyond year 2100 and convert to seconds. Also map
zero/negative expiry to -1 for Playwright session cookies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add import tool to import cookies from Safari (macOS)
- Add npm downloads badge to README
- Document import tool in MCP tools reference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Browser window with globe and cursor design.
TypeScript blue color palette matching the ecosystem.
Includes SVG source, 200px and 512px PNG versions.
Updated README with centered logo and badges.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add --fullscreen flag for macOS native fullscreen (AppleScript)
- Add --preview flag to highlight elements before actions
- Add --preview-delay to configure highlight duration
- Update README with new options
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Document that when installed as browse@saiden plugin, MCP server is
named 'context' and tools are accessed as mcp__context__*.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The /check:plugin command is now provided by the global ~/.claude/commands/check/plugin.md,
so this project-local copy is no longer needed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>