@oh-my-pi/pi-wire 15.12.4 → 15.13.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/CHANGELOG.md +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,13 @@
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
5
|
## [15.12.4] - 2026-06-13
|
|
6
|
+
|
|
6
7
|
### Changed
|
|
7
8
|
|
|
8
9
|
- Changed `WireModel.contextWindow` and `ContextUsage.contextWindow` to `number | null` to allow representing unavailable context-window values
|
|
9
10
|
|
|
10
11
|
## [15.12.0] - 2026-06-12
|
|
12
|
+
|
|
11
13
|
### Added
|
|
12
14
|
|
|
13
15
|
- Added `readOnly` flags to participant and session payload types to indicate when a guest is connected via a read-only (view) link
|
|
@@ -19,4 +21,4 @@
|
|
|
19
21
|
|
|
20
22
|
### Added
|
|
21
23
|
|
|
22
|
-
- Added shared collab live-session wire contracts for the host CLI and browser guest client.
|
|
24
|
+
- Added shared collab live-session wire contracts for the host CLI and browser guest client.
|