@omercnet/paseo-shared-browser 0.4.0-next.108.1 → 0.4.0-next.111.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,13 +12,17 @@ input.
12
12
 
13
13
  ## Screenshots
14
14
 
15
+ Both PNGs show the same isolated Chromium session from a dedicated Paseo test daemon. They were
16
+ captured at 2× pixel density after browser DevTools verified the rendered page contained no private
17
+ organization names.
18
+
15
19
  ### Wide desktop
16
20
 
17
- ![Shared Browser showing the same live Paseo page to two viewers on desktop](docs/images/shared-browser-wide.png)
21
+ ![Shared Browser showing the same live Paseo page to two viewers on desktop](https://raw.githubusercontent.com/omercnet/paseo-plugins/main/paseo-shared-browser/docs/images/shared-browser-wide.png)
18
22
 
19
23
  ### Compact client
20
24
 
21
- ![Shared Browser controls and the same canonical browser viewport on a compact client](docs/images/shared-browser-compact.png)
25
+ ![Shared Browser controls and the same canonical browser viewport on a compact client](https://raw.githubusercontent.com/omercnet/paseo-plugins/main/paseo-shared-browser/docs/images/shared-browser-compact.png)
22
26
 
23
27
  ## Runtime model
24
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omercnet/paseo-shared-browser",
3
- "version": "0.4.0-next.108.1",
3
+ "version": "0.4.0-next.111.1",
4
4
  "description": "One real Chromium session per Paseo workspace, shared live across every connected client.",
5
5
  "keywords": [
6
6
  "browser",
@@ -22,19 +22,16 @@
22
22
  "directory": "paseo-shared-browser"
23
23
  },
24
24
  "files": [
25
- "CHANGELOG.md",
26
25
  "LICENSE",
27
26
  "README.md",
28
27
  "index.client.tsx",
29
28
  "index.server.ts",
30
29
  "client",
31
- "docs",
32
30
  "scripts/prepare-dependencies.mjs",
33
31
  "scripts/prepare-runtime.mjs",
34
32
  "server",
35
33
  "shared",
36
- "paseo-plugin.json",
37
- "tsconfig.json"
34
+ "paseo-plugin.json"
38
35
  ],
39
36
  "type": "module",
40
37
  "publishConfig": {
package/CHANGELOG.md DELETED
@@ -1,83 +0,0 @@
1
- # Changelog
2
-
3
- ## [0.4.0](https://github.com/omercnet/paseo-plugins/compare/shared-browser-v0.3.1...shared-browser-v0.4.0) (2026-09-18)
4
-
5
-
6
- ### Features
7
-
8
- * **release:** publish plugins to npm ([#80](https://github.com/omercnet/paseo-plugins/issues/80)) ([3c93048](https://github.com/omercnet/paseo-plugins/commit/3c93048cfefda97d8c2bc1631e3428fb64bdad09))
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * **shared-browser:** support Paseo 0.9 beta ([#86](https://github.com/omercnet/paseo-plugins/issues/86)) ([3af209f](https://github.com/omercnet/paseo-plugins/commit/3af209f3a8fa347ba7dc05c300061a682d809f88))
14
-
15
- ## [0.3.1](https://github.com/omercnet/paseo-plugins/compare/shared-browser-v0.3.0...shared-browser-v0.3.1) (2026-09-15)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * **shared-browser:** support system Chromium on Linux ARM64 ([#58](https://github.com/omercnet/paseo-plugins/issues/58)) ([f9c3dcb](https://github.com/omercnet/paseo-plugins/commit/f9c3dcb1031840c7cd0aed4a70f984d9d9bd24c1))
21
-
22
- ## [0.3.0](https://github.com/omercnet/paseo-plugins/compare/shared-browser-v0.2.2...shared-browser-v0.3.0) (2026-09-12)
23
-
24
-
25
- ### Features
26
-
27
- * **shared-browser:** adopt agent-browser runtime ([#18](https://github.com/omercnet/paseo-plugins/issues/18)) ([09623f3](https://github.com/omercnet/paseo-plugins/commit/09623f34f2b93943c19f809a865813fa37f467bd))
28
-
29
-
30
- ### Bug Fixes
31
-
32
- * **shared-browser:** skip MCP injection for OMP ([#21](https://github.com/omercnet/paseo-plugins/issues/21)) ([ee2db08](https://github.com/omercnet/paseo-plugins/commit/ee2db08243640600c5592debe72f680446fa26d0))
33
-
34
- ## [1.0.0](https://github.com/omercnet/paseo-plugins/compare/shared-browser-v0.2.2...shared-browser-v1.0.0) (2026-09-12)
35
-
36
- ### ⚠ BREAKING CHANGES
37
-
38
- * replace the browser runtime in place with plugin-owned `agent-browser` 0.37.1 and a detached daemon-host supervisor; deployments must provide the packaged runtime and a compatible Chromium executable, with Linux ARM64 deployments supplying native Chromium through `PASEO_SHARED_BROWSER_CHROMIUM_EXECUTABLE`
39
-
40
- ### Bug Fixes
41
-
42
- * leave OMP agent creation unchanged because the provider rejects external MCP servers
43
-
44
- ### Features
45
-
46
- * preserve workspace browser processes across client disconnects and plugin reloads during a 120-second orphan grace, while retaining per-workspace profiles and tearing down active runtimes when workspace archive events are received
47
- * add daemon-local runtime overrides through `PASEO_SHARED_BROWSER_AGENT_BROWSER_BINARY` and `PASEO_SHARED_BROWSER_CHROMIUM_EXECUTABLE`
48
-
49
- ## [0.2.2](https://github.com/omercnet/paseo-plugins/compare/shared-browser-v0.2.1...shared-browser-v0.2.2) (2026-09-10)
50
-
51
-
52
- ### Bug Fixes
53
-
54
- * upgrade plugins to Paseo 0.8.0 ([c6b4e40](https://github.com/omercnet/paseo-plugins/commit/c6b4e4081fc9527de0ca6183a3903ff5ec4f93c4))
55
- * upgrade plugins to Paseo 0.8.0 ([d7ad454](https://github.com/omercnet/paseo-plugins/commit/d7ad4540d2e1875bdf4a4d21f76ded25cac2f3dc))
56
-
57
- ## [0.2.1](https://github.com/omercnet/paseo-shared-browser/compare/v0.2.0...v0.2.1) (2026-09-08)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * address Paseo 0.8 migration review feedback ([#10](https://github.com/omercnet/paseo-shared-browser/issues/10)) ([15d2515](https://github.com/omercnet/paseo-shared-browser/commit/15d25157503b7fb70d02c5e420522764250cab62))
63
-
64
- ## [0.2.0](https://github.com/omercnet/paseo-shared-browser/compare/v0.1.1...v0.2.0) (2026-09-08)
65
-
66
- ### Features
67
-
68
- * migrate shared browser to Paseo 0.8 ([#8](https://github.com/omercnet/paseo-shared-browser/issues/8)) ([36f27ab](https://github.com/omercnet/paseo-shared-browser/commit/36f27abc5dab4a16c9770d6296916631965af333))
69
- ## [0.1.1](https://github.com/omercnet/paseo-shared-browser/compare/v0.1.0...v0.1.1) (2026-09-07)
70
-
71
- ### Bug Fixes
72
-
73
- * include README screenshots in release archives ([#6](https://github.com/omercnet/paseo-shared-browser/issues/6)) ([a231db4](https://github.com/omercnet/paseo-shared-browser/commit/a231db4b20e9c52ebe8624ad69e34e907037ac0a))
74
-
75
- ## 0.1.0 (2026-09-07)
76
-
77
- ### Features
78
-
79
- * share one live Chromium session per Paseo workspace ([b1e9fac](https://github.com/omercnet/paseo-shared-browser/commit/b1e9fac5021746cf2dc09f7bfb9ccf0cb3b82e5d))
80
-
81
- ### Bug Fixes
82
-
83
- * keep format check off the generated changelog ([#4](https://github.com/omercnet/paseo-shared-browser/issues/4)) ([2219adf](https://github.com/omercnet/paseo-shared-browser/commit/2219adf3c11591a88dc54b899dece76003f313c4))
Binary file
package/tsconfig.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2020",
4
- "module": "ESNext",
5
- "moduleResolution": "Bundler",
6
- "paths": {
7
- "electron": ["./server/electron.d.ts"]
8
- },
9
- "lib": ["ES2024"],
10
- "types": ["node", "react"],
11
- "jsx": "react-jsx",
12
- "strict": true,
13
- "noUncheckedIndexedAccess": true,
14
- "exactOptionalPropertyTypes": true,
15
- "skipLibCheck": true,
16
- "noEmit": true,
17
- "esModuleInterop": true,
18
- "allowSyntheticDefaultImports": true
19
- },
20
- "include": [
21
- "index.client.tsx",
22
- "index.server.ts",
23
- "client/**/*.ts",
24
- "client/**/*.tsx",
25
- "server/**/*.ts",
26
- "shared/**/*.ts",
27
- "tests/**/*.ts"
28
- ]
29
- }