feat: first extension with active tabs keeps connection instead of being replaced

- Server rejects new extension (code 4002) if existing has active tabs
- Idle extensions (no tabs) can still be replaced
- Extension properly enters polling mode when rejected during handshake
- /extension/status now returns activeTargets count for smarter reconnection
This commit is contained in:
Tommy D. Rossi
2026-01-21 19:09:37 +01:00
parent c3a6003fa9
commit 93fdcb6b35
7 changed files with 87 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.50",
"version": "0.0.51",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",