aladac
a80224df36
feat: add preview tool — navigate + screenshot in one call with optional POST
...
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 >
2026-04-14 12:44:52 +02:00
aladac
7171fbfc76
Bump version to 0.3.3
2026-04-13 13:26:54 +02:00
aladac
5abc924ee7
Bump version to 0.3.2
2026-04-13 13:14:11 +02:00
aladac
00682dc9f6
Fix repository URL format in package.json
...
npm pkg fix — normalize repository.url to git+https format.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 13:11:35 +02:00
aladac
f5e99aafc8
Bump version to 0.3.1
2026-04-13 13:09:33 +02:00
aladac
6cec04bb20
Bump version to 0.3.0
2026-04-12 23:03:19 +02:00
aladac
1d3192cffd
Add Firefox cookie import and stealth mode
...
- Firefox cookie importer: reads cookies.sqlite with WAL-safe copy,
profile detection via profiles.ini, cross-platform paths, domain filtering
- Stealth mode: opt-in via launch(stealth: true), patches navigator.webdriver,
plugins/mimeTypes, permissions API, WebGL renderer, iframe isolation,
languages, plus realistic Safari UA and context hardening
- Import tool now accepts 'safari' | 'firefox' source
- STEALTH.md reference documentation
- Upgraded @types/node to v25 for node:sqlite support
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-12 23:03:15 +02:00
aladac
6242eaf31c
Bump version to 0.2.20
2026-04-05 19:26:29 +02:00
aladac
2109cdcdfd
Bump version to 0.2.19
2026-04-05 19:23:04 +02:00
aladac
b85f669dc7
Bump version to 0.2.18
2026-04-05 19:16:25 +02:00
aladac
bc61c54063
Bump to 0.2.17
2026-04-01 16:59:41 +02:00
aladac
b13f346641
Update package metadata: BUSL-1.1 license
2026-04-01 16:59:21 +02:00
aladac
5c1e6208dd
Release v0.2.16 - BSL baseline
2026-04-01 16:40:48 +02:00
Adam Ladachowski
d12c0b7d2d
v0.2.15: Add import tool for Safari cookies, add downloads badge
...
- 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 >
2026-02-16 01:42:09 +01:00
Adam Ladachowski
9942f7495c
💬 Commit message: Update 2026-02-11 18:57:11, 3 files, 84 lines
...
📁 Files changed: 3
📝 Lines changed: 84
• README.md
• package-lock.json
• package.json
2026-02-11 18:57:11 +01:00
Adam Ladachowski
d9f88a37c9
💬 Commit message: Update 2026-02-11 18:40:23, 20 files, 434 lines
...
📁 Files changed: 20
📝 Lines changed: 434
• .mcp.json
• plugin.json
• settings.json
• CLAUDE.md
• analyze.md
• compare.md
• end.md
• extract.md
• fill.md
• goto.md
• restore.md
• save.md
• scrape.md
• screenshot.md
• start.md
• mcp.js
• mcp.js.map
• package-lock.json
• package.json
• mcp.ts
2026-02-11 18:40:23 +01:00
Adam Ladachowski
3b6e915b47
Add fullscreen and preview modes
...
- 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 >
2026-02-11 17:42:44 +01:00
Adam Ladachowski
8f197a278f
0.2.13-pre.0
2026-02-11 12:32:16 +01:00
Adam Ladachowski
3014cf98e8
Remove HTTP server mode, keep MCP + CLI only
...
Drop express dependency and HTTP server in favor of MCP-only architecture.
CLI still works for quick screenshots and queries.
- Delete src/server.ts and src/server.test.ts
- Remove express, @types/express, supertest from dependencies
- Update CLI to show help when no URL provided
- Remove server exports from index.ts
-33 packages removed, 757 lines deleted.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-11 12:31:42 +01:00
Adam Ladachowski
d29e41a310
0.2.12
2026-02-11 12:23:21 +01:00
Adam Ladachowski
ce8f383533
0.2.11
2026-02-10 22:21:57 +01:00
Adam Ladachowski
b8b8467e6b
0.2.10
2026-02-08 06:45:16 +01:00
Adam Ladachowski
56b3fca8d2
0.2.9
2026-02-08 06:42:11 +01:00
Adam Ladachowski
ba9db01aab
0.2.8
2026-02-08 06:41:07 +01:00
Adam Ladachowski
eda52c4179
Rename CLI from claude-browse to browse
...
- Changed bin name from claude-browse to browse in package.json
- Updated all CLI help, examples, and version output in cli.ts
- Updated MCP server config to use node with plugin root path
- Updated README with new command name
- Bumped version to 0.2.7
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-08 04:52:36 +01:00
Adam Ladachowski
09c34b804f
💬 Commit message: Update 2026-02-08 04:49:18, 8 files, 120 lines
...
📁 Files changed: 8
📝 Lines changed: 120
• settings.json
• .mcp.json
• README.md
• save.md
• cli.js
• cli.js.map
• package.json
• cli.ts
2026-02-08 04:49:18 +01:00
Adam Ladachowski
bbcb224f42
💬 Commit message: Update 2026-02-08 04:43:30, 3 files, 31 lines
...
📁 Files changed: 3
📝 Lines changed: 31
• .mcp.json
• package-lock.json
• package.json
2026-02-08 04:43:30 +01:00
Adam Ladachowski
e81d5030c8
0.2.6
2026-02-08 04:31:24 +01:00
Adam Ladachowski
35be3c3194
💬 Commit message: Update 2026-02-08 04:16:47, 2 files, 6 lines
...
📁 Files changed: 2
📝 Lines changed: 6
• package-lock.json
• package.json
2026-02-08 04:16:47 +01:00
Adam Ladachowski
647aeb819d
💬 Commit message: Update 2026-02-08 04:12:54, 2 files, 27 lines
...
📁 Files changed: 2
📝 Lines changed: 27
• package-lock.json
• package.json
2026-02-08 04:12:54 +01:00
Adam Ladachowski
cb41189bad
0.2.4
2026-02-08 04:10:42 +01:00
Adam Ladachowski
691ba94437
[Update] [2026-02-08 04:10:19] 3 files
2026-02-08 04:10:19 +01:00
Adam Ladachowski
fb8cb1366c
0.2.3
2026-02-08 03:55:17 +01:00
Adam Ladachowski
0e950b89f9
0.2.2
2026-02-08 03:54:32 +01:00
Adam Ladachowski
464867114b
0.2.1
2026-02-08 03:50:57 +01:00
Adam Ladachowski
d87f9c9f49
💬 Commit message: Update 2026-02-08 03:43:41, 3 files, 24 lines
...
📁 Files changed: 3
📝 Lines changed: 24
• README.md
• package-lock.json
• package.json
2026-02-08 03:43:41 +01:00
Adam Ladachowski
a352fe3fcb
Update repository URLs to saiden-dev/browse
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-08 03:17:41 +01:00
Adam Ladachowski
ab03140803
💬 Commit message: Update 2026-02-08 03:05:28, 17 files, 662 lines
...
📁 Files changed: 17
📝 Lines changed: 662
• plugin.json
• .mcp.json
• README.md
• analyze.md
• compare.md
• end.md
• extract.md
• fill.md
• goto.md
• restore.md
• save.md
• scrape.md
• screenshot.md
• start.md
• package.json
• browser.ts
• mcp.ts
2026-02-08 03:05:28 +01:00
Adam Ladachowski
67b6dc3a79
💬 Commit message: Update 2026-02-07 14:20:25, 8 files, 1060 lines
...
📁 Files changed: 8
📝 Lines changed: 1060
• package-lock.json
• package.json
• browser.ts
• cli.ts
• image.ts
• index.ts
• mcp.ts
• types.ts
2026-02-07 14:20:25 +01:00
Adam Ladachowski
2b70c4d477
0.1.2
2026-02-06 21:51:36 +01:00
Adam Ladachowski
4a85e0087c
💬 Commit message: Update 2026-02-06 21:50:58, 15 files, 983 lines
...
📁 Files changed: 15
📝 Lines changed: 983
• .gitignore
• browser.ts.html
• clover.xml
• coverage-final.json
• index.html
• logger.ts.html
• server.ts.html
• types.ts.html
• package.json
• browser.integration.test.ts
• logger.test.ts
• server.test.ts
• vitest.all.config.ts
• vitest.config.ts
• vitest.integration.config.ts
2026-02-06 21:50:58 +01:00
Adam Ladachowski
880e24877d
💬 Commit message: Update 2026-02-06 21:43:28, 20 files, 5493 lines
...
📁 Files changed: 20
📝 Lines changed: 5493
• base.css
• block-navigation.js
• browser.ts.html
• clover.xml
• coverage-final.json
• favicon.png
• index.html
• logger.ts.html
• prettify.css
• prettify.js
• server.ts.html
• sort-arrow-sprite.png
• sorter.js
• types.ts.html
• package-lock.json
• package.json
• browser.test.ts
• logger.test.ts
• server.test.ts
• vitest.config.ts
2026-02-06 21:43:28 +01:00
Adam Ladachowski
36bab7088e
v0.1.1: Add MCP support, Express, chalk logging
...
- Add MCP server for Claude Code integration (claude-browse-mcp)
- Switch to Express for HTTP server
- Add chalk + log-symbols for terminal output
- Add GitHub Actions publish workflow with trusted publisher
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 20:56:07 +01:00
Adam Ladachowski
1512878bfd
💬 Commit message: Update 2026-02-06 20:46:59, 3 files, 460 lines
...
📁 Files changed: 3
📝 Lines changed: 460
• package-lock.json
• package.json
• mcp.ts
2026-02-06 20:46:59 +01:00
Adam Ladachowski
86cc13075f
💬 Commit message: Update 2026-02-06 20:40:01, 3 files, 285 lines
...
📁 Files changed: 3
📝 Lines changed: 285
• package-lock.json
• package.json
• server.ts
2026-02-06 20:40:01 +01:00
Adam Ladachowski
9ff23808be
💬 Commit message: Update 2026-02-06 20:36:48, 3 files, 965 lines
...
📁 Files changed: 3
📝 Lines changed: 965
• package-lock.json
• package.json
• server.ts
2026-02-06 20:36:48 +01:00
Adam Ladachowski
3ece3bd3b8
💬 Commit message: Update 2026-02-06 20:32:18, 7 files, 781 lines
...
📁 Files changed: 7
📝 Lines changed: 781
• CLAUDE.md
• biome.json
• package-lock.json
• package.json
• browser.ts
• cli.ts
• server.ts
2026-02-06 20:32:19 +01:00
Adam Ladachowski
eccc03ee7a
💬 Commit message: Update 2026-02-06 20:28:30, 13 files, 1401 lines
...
📁 Files changed: 13
📝 Lines changed: 1401
• .gitignore
• CLAUDE.md
• PLAN.md
• README.md
• TODO.md
• package-lock.json
• package.json
• browser.ts
• cli.ts
• index.ts
• server.ts
• types.ts
• tsconfig.json
2026-02-06 20:28:30 +01:00