Commit Graph

5 Commits

Author SHA1 Message Date
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
Sawyer Hood 9ddbc132a6 feat: dev-browser CLI 2026-03-19 13:21:51 -07:00
Sawyer Hood c9ead0cd8e Add WXT generated directories to gitignore
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 15:39:36 -05:00
Sawyer Hood 2e243a5307 Add persistent browser profile support and improve page management in dev-browser
Introduces a new `profileDir` option for storing persistent browser profiles, enhancing user experience by retaining session data across executions. Updates the server to create necessary directories at startup and modifies page management to utilize CDP target IDs for more reliable page identification. Enhances logging for better visibility during server operations and updates related types and documentation to reflect these changes.
2025-12-02 16:41:29 -08:00
Sawyer Hood ad3914e827 Add .gitignore for Node.js/TypeScript project
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 11:20:40 -08:00