Chris Tate
6afede28b3
chore: release v0.7.1 ( #225 )
...
Fix native binary distribution in npm package. Binaries are now built
before publishing to npm, ensuring all platforms work on installation.
2026-01-23 15:08:59 -06:00
Chris Tate
35d345b2b4
v0.7.0 docs ( #218 )
...
* auto-release
* fixes
* fix secret name
* update provider flag
* v0.7.0 changelog
2026-01-23 12:49:40 -06:00
Chris Tate
399fd7a434
v0.6.0 changelog ( #154 )
2026-01-18 11:44:56 -06:00
Kye Burchard
a8dcbb1222
feat: add connect command for persistent CDP sessions ( #127 )
...
Adds a `connect <port>` command that establishes a CDP connection
to a running browser. The daemon remembers the connection, so
subsequent commands work without needing --cdp on every call.
Example:
agent-browser connect 9222
agent-browser snapshot # works without --cdp
agent-browser tab
agent-browser close
2026-01-18 10:54:12 -06:00
jaydenfyi
4112234371
fix(cli): Output screenshot as base64 string when no path provided ( #83 )
...
* fix(cli): print screenshot base64 when no path
* chore(docs): update docs and SKILL.md
* add test for screenshot with path arg
* more minimal readme + skill change
2026-01-17 20:18:06 -06:00
Chris Tate and Vercel <vercel[bot]@users.noreply.github.com>
2dc093cd62
add screencast ( #67 )
...
* docs
* updates
* Fix: The handleCopy function fails to handle errors from navigator.clipboard.writeText(), causing unhandled exceptions and misleading UI feedback when clipboard operations fail.
Co-authored-by: ctate <chris@ctate.dev >
* Fix: The benchmark file uses emojis (📊 , 🚀 , 🔨 , 📈 , 📋 , ✅ , ⏱️ , ⚠) in console output, violating repository guidelines that forbid emojis in code and output.
Co-authored-by: ctate <chris@ctate.dev >
* Remove benchmark/run.ts from PR
* screencast
* update docs
* address comments
---------
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2026-01-13 14:53:27 -06:00
Chris Tate and Vercel <vercel[bot]@users.noreply.github.com>
4713c8b520
add docs ( #54 )
...
* docs
* updates
* Fix: The handleCopy function fails to handle errors from navigator.clipboard.writeText(), causing unhandled exceptions and misleading UI feedback when clipboard operations fail.
Co-authored-by: ctate <chris@ctate.dev >
* Fix: The benchmark file uses emojis (📊 , 🚀 , 🔨 , 📈 , 📋 , ✅ , ⏱️ , ⚠) in console output, violating repository guidelines that forbid emojis in code and output.
Co-authored-by: ctate <chris@ctate.dev >
* Remove benchmark/run.ts from PR
---------
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2026-01-13 02:54:56 -06:00