@vanillaskyai/video 0.10.19 → 0.10.21
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 -0
- package/dist/react.js +382 -181
- package/dist/server.js +37 -5
- package/docs/media-and-audio.md +37 -3
- package/docs/reference/protocol.md +10 -0
- package/package.json +1 -1
- package/starters/video-chat/package.json +1 -1
- package/starters/video-chat/stock.ts +48 -42
- package/styles/video-chat.css +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ VanillaSky follows semantic versioning. This changelog begins with the 0.1 beta.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.10.21
|
|
8
|
+
|
|
9
|
+
- Choose illustrated, realistic, or cinematic generated-video direction within the existing chat brief, with consistent treatment across shots and caller style overrides.
|
|
10
|
+
|
|
11
|
+
## 0.10.20
|
|
12
|
+
|
|
13
|
+
- Collapse completed-response subtitles to an expandable transcript and remove the Pexels header link.
|
|
14
|
+
- Present narration in compact, progressive caption pages while preserving the complete spoken text.
|
|
15
|
+
- Reflect host-resolved footage mode when a response falls back to stock.
|
|
16
|
+
- Prefer close stock matches while allowing provider-ranked illustrative results and one bounded broader search when no usable footage is found.
|
|
17
|
+
|
|
7
18
|
## 0.10.19
|
|
8
19
|
|
|
9
20
|
- Show a subtle preparation status while the first response scene is loading.
|