Commit Graph

11 Commits

Author SHA1 Message Date
Sawyer Hood 240a7c4baf Preserve HTTPS settings on browser relaunch 2026-03-26 15:16:37 -07:00
Sawyer Hood 1f21c9e889 feat: add --ignore-https-errors flag for self-signed certs 2026-03-26 14:55:00 -07:00
Sawyer Hood f9ee211457 fix: add install lock to prevent concurrent npm install corruption (#76) 2026-03-26 14:39:33 -07:00
Sawyer Hood 06a5e7f3e2 chore: dead code cleanup and update CLAUDE.md (#75)
* chore: dead code cleanup and update CLAUDE.md

* fix: restore BrowserEntry export
2026-03-26 14:38:15 -07:00
sqrt121 ea752ba03f fix: bound listPages title lookup (#72) 2026-03-26 09:08:54 -07:00
Sawyer Hood b8e592f134 fix: increase timeout for navigation test on Windows CI 2026-03-25 15:37:23 -07:00
Sawyer Hood 7f94dae877 fix: resolve Windows CI test timeout in sandbox-file-io 2026-03-25 15:17:33 -07:00
BestLux 0817e87dcb feat: add Windows x64 support and npm packaging (#66)
* feat(cli): add Windows IPC and daemon lifecycle support

* feat(release): add Windows x64 packaging and CI

* docs: document Windows installation and verification

* fix(windows): align pipe naming and shutdown detection
2026-03-25 15:08:42 -07:00
Sawyer Hood a4574acac9 release: v0.2.2 (#60)
* fix: gracefully close all connections on daemon stop

* refactor: extract help text to static file

* fix: install command properly extracts daemon and installs deps

* fix: improve postinstall binary download reliability
2026-03-20 08:59:10 -07:00
Sawyer Hood 207ceea8d9 release: v0.2.1 (#58)
* docs: note Windows is not currently supported

* chore: align marketplace version with package.json

* docs: rewrite CHANGELOG with 0.2.0 as initial CLI release

* docs: remove zero startup cost from README features

* feat: add install-skill interactive command

* chore: add rustfmt and prettier with CI checks

* docs: simplify changelog

* docs: add _snapshotForAI to help output

* docs: expand LLM usage guide in help output

* feat: add --timeout flag for script execution

* feat: add snapshot helper for LLM-friendly page inspection

* docs: document snapshotForAI, remove custom snapshot helper

* docs: add approach guidance to LLM help

* release: v0.2.1
2026-03-19 15:49:16 -07:00
Sawyer Hood 9ddbc132a6 feat: dev-browser CLI 2026-03-19 13:21:51 -07:00