copilot-swe-agent[bot]
f83a808d39
Add response.addCode() calls to browser_wait_for tool and update tests
...
Co-authored-by: pavelfeldman <883973+pavelfeldman@users.noreply.github.com >
2025-08-10 22:03:03 +00:00
copilot-swe-agent[bot]
54754d8be1
Initial plan
2025-08-10 21:52:45 +00:00
Yury Semikhatsky
21ced701b5
chore(extension): status page ( #856 )
2025-08-08 18:33:10 -07:00
Pavel Feldman
d3bf2eefc6
chore: mark 0.0.33 ( #851 )
v0.0.33
2025-08-08 17:22:18 -07:00
Pavel Feldman
2ca899316d
chore: roll Playwright to recent ( #850 )
2025-08-08 09:37:07 -07:00
Pavel Feldman
16f3523317
chore: do not return fullPage screenshots to the LLM ( #849 )
2025-08-08 09:36:51 -07:00
Omar Bahareth
6c2dda31ad
fix(docs): Invalid MCP Install Link ( #846 )
2025-08-07 18:39:50 -07:00
Yury Semikhatsky
3b6ecf0a43
chore(extension): connect button for each page, style tweaks ( #848 )
...
<img width="643" height="709" alt="image"
src="https://github.com/user-attachments/assets/850f2455-b853-4c0f-8047-a7f2ced16b7b "
/>
2025-08-07 17:24:48 -07:00
Yury Semikhatsky
636f1956cc
chore(extension): explicitly detach from debugger when connection closes ( #847 )
2025-08-07 14:45:52 -07:00
Yury Semikhatsky
5aef2aafcb
devops: switch to node 20 on CI ( #844 )
...
Node 18 maintanence period ended in April 2025. Running on 18 already
caused a problem in https://github.com/microsoft/playwright-mcp/pull/842
2025-08-07 10:04:43 -07:00
Yury Semikhatsky
8ecc46c905
chore(extension): add test ( #842 )
...
* On Linux headed mode under xvfb-run fails to properly launch the
process. It works fine without xvfb-run, we don't have environment for
that on CI, so run on macOS instead.
* Node v18.20.8 stalls on `const uuid = crypto.randomUUID();`, so use
v20 for the extension tests.
2025-08-06 16:27:39 -07:00
Yury Semikhatsky
5dbb1504ba
chore(extension): show error when connection is rejected due to inact… ( #836 )
...
…ivity
2025-08-05 15:08:57 -07:00
Yury Semikhatsky
20e1144c3b
chore(extension): proper watchdog for inactive page selector ( #835 )
2025-08-05 14:18:04 -07:00
Yury Semikhatsky
eab20aa69e
chore(extension): do not send if socket is already closed ( #834 )
...
* Remove debugger listeners if closed() is called as `ws.onclosed` is
dispatched asynchronously
* Tabs can be closed while update badge command is in flight
* Inflight CDP commands fail if the tab closes, do not try to send their
response to a closed socket
2025-08-05 13:47:08 -07:00
Yury Semikhatsky
46ce86f97e
chore(extension): terminate connection if nothing has been selected ( #827 )
2025-08-05 09:47:39 -07:00
Yury Semikhatsky
4890b9d509
chore(extension): create relay per context ( #828 )
2025-08-05 08:32:54 -07:00
Yury Semikhatsky
3f6837baa9
fix: cursor does not respond to listRoots ( #826 )
2025-08-04 20:52:55 -07:00
Yury Semikhatsky
6d62c173c8
chore(extension): build into dist directory ( #825 )
2025-08-04 11:47:25 -07:00
Pavel Feldman
3c6eac9b21
chore: follow up with win test fix ( #818 )
2025-08-01 18:19:03 -07:00
Yury Semikhatsky
41a44f7abc
chore(extension): terminate connection on debugger detach ( #816 )
2025-08-01 17:56:47 -07:00
Yury Semikhatsky
372395666a
chore: allow to switch between browser connection methods ( #815 )
2025-08-01 17:34:28 -07:00
Pavel Feldman
a60d7b8cd1
chore: slice profile dirs by root in vscode ( #814 )
2025-08-01 16:59:59 -07:00
Pavel Feldman
ffe0117456
chore: refactor initialize ( #812 )
2025-08-01 13:06:36 -07:00
Yury Semikhatsky
7c07cc86eb
chore(extension): bind relay lifetime to browser context ( #804 )
2025-07-31 22:25:40 -07:00
Pavel Feldman
3787439fc1
chore: serialize session entries for tool calls and user actions ( #803 )
2025-07-31 15:16:56 -07:00
Max Schmitt
2a86ac74e3
chore: use pngs by default for screenshots ( #797 )
...
1. Use PNG by default.
1. Increase JPG quality from `50` -> `90`.
2025-07-31 11:03:19 +02:00
Pavel Feldman
6dd44923da
chore: make tab snapshot structured to mimic it in recorder ( #799 )
2025-07-30 20:57:34 -07:00
Pavel Feldman
f600234897
chore: record user actions in the session log ( #798 )
2025-07-30 18:26:13 -07:00
Pavel Feldman
4df162aff5
chore: parse response in tests ( #796 )
2025-07-30 12:47:22 -07:00
Yury Semikhatsky
65d99fe595
chore(extension): do not show chrome: tabs ( #780 )
2025-07-29 10:11:44 -07:00
Yury Semikhatsky
903c857f19
chore(extension): use separate package.json ( #778 )
2025-07-28 17:16:08 -07:00
Yury Semikhatsky
9b5f97b076
chore(extension): use react for connect dialog ( #777 )
2025-07-28 15:23:33 -07:00
Pavel Feldman
04988d8fac
chore: mark v0.0.32 ( #768 )
v0.0.32
2025-07-25 16:40:31 -07:00
Pavel Feldman
2bf57e22c6
chore: do not snapshot on fill ( #767 )
2025-07-25 15:54:18 -07:00
Yury Semikhatsky
dbf113d5e4
chore(extension): reject second http connection ( #766 )
2025-07-25 14:46:48 -07:00
Pavel Feldman
6710a78641
Revert "chore: recommend sse by default" ( #765 )
...
Reverts microsoft/playwright-mcp#758
Sounds like the stock streamable implementation is to spec, so we can
keep it.
2025-07-25 12:18:02 -07:00
Pavel Feldman
a9b9fb85da
chore: ping client and disconnect on connection termination ( #764 )
2025-07-25 12:17:51 -07:00
Yury Semikhatsky
26a2a6fc83
chore: recommend sse by default ( #758 )
2025-07-25 09:51:01 -07:00
Pavel Feldman
e934d5e23e
chore: retain the source code from the underlying tools ( #756 )
2025-07-24 17:08:35 -07:00
Pavel Feldman
ecfa10448b
chore: extract loop tools into a separate folder ( #755 )
2025-07-24 16:22:03 -07:00
Yury Semikhatsky
e153ac3b7c
chore(extension): exit gracefully when waiting for extension connection ( #754 )
2025-07-24 16:02:02 -07:00
Pavel Feldman
e0fb748ccc
chore: wire one tool in-process ( #753 )
2025-07-24 15:25:32 -07:00
Pavel Feldman
c63b7823e1
chore: extract pure mcp server helpers ( #751 )
2025-07-24 12:57:01 -07:00
Yury Semikhatsky
bd34e9d7e9
chore(extension): page selector for MCP ( #750 )
2025-07-24 12:01:35 -07:00
Yury Semikhatsky
c72d0320f4
chore(extension): use free port ( #735 )
2025-07-24 10:25:13 -07:00
Pavel Feldman
da8a244f33
chore: one tool experiment ( #746 )
2025-07-24 10:09:01 -07:00
Pavel Feldman
31a4fb3d07
chore: unify loops ( #745 )
2025-07-23 17:42:53 -07:00
Yury Semikhatsky
bc120baa78
chore: do not double close connection ( #744 )
2025-07-23 17:41:15 -07:00
Pavel Feldman
2c5eac89a8
chore: add eval script ( #743 )
2025-07-23 10:31:37 -07:00
christian-lms
288f1b863b
docs: Add LM Studio installation instructions ( #688 )
2025-07-23 08:22:13 -07:00