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
dd26376833
💬 Commit message: Update 2026-02-11 04:08:44, 1 files, 4 lines
...
📁 Files changed: 1
📝 Lines changed: 4
• package-lock.json
2026-02-11 04:08:44 +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
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
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
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
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
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