@oh-my-pi/pi-wire 15.13.0 → 15.13.2
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/CHANGELOG.md +11 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,20 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [15.12.4] - 2026-06-13
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Changed `WireModel.contextWindow` and `ContextUsage.contextWindow` to `number | null` to allow representing unavailable context-window values
|
|
10
|
+
|
|
11
|
+
## [15.12.0] - 2026-06-12
|
|
12
|
+
|
|
5
13
|
### Added
|
|
6
14
|
|
|
7
15
|
- Added `readOnly` flags to participant and session payload types to indicate when a guest is connected via a read-only (view) link
|
|
8
16
|
- Added `writeToken` to `GuestFrame` hello payloads and parsed collaboration links so full-access links can carry and expose a write-capability token
|
|
9
17
|
- Added `ROOM_KEY_BYTES` and `WRITE_TOKEN_BYTES` constants for room key and write-token sizing in the wire protocol
|
|
10
18
|
- Added `DEFAULT_SHARE_URL` (`https://my.omp.sh/s`), the default share viewer/upload base for `/share` links
|
|
11
|
-
- Added shared collab live-session wire contracts for the host CLI and browser guest client.
|
|
12
19
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
- Changed `WireModel.contextWindow` and `ContextUsage.contextWindow` to `number | null` to allow representing unavailable context-window values
|
|
16
|
-
|
|
17
|
-
## [15.12.4] - 2026-06-13
|
|
20
|
+
## [15.11.8] - 2026-06-12
|
|
18
21
|
|
|
19
|
-
|
|
22
|
+
### Added
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
- Added shared collab live-session wire contracts for the host CLI and browser guest client.
|