@prestyj/voice 4.5.0 → 4.5.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ Use confirmation policies such as `"always"` or `"destructive"` for high-risk vo
|
|
|
60
60
|
|
|
61
61
|
`@prestyj/voice/bridges/ezcoder-rpc` maps the voice bridge command surface to existing `ezcoder rpc` NDJSON commands such as `prompt`, `get_state`, `abort`, `new_session`, and `switch_model`.
|
|
62
62
|
|
|
63
|
-
`@prestyj/voice/bridges/ezboss` can wrap an in-process `
|
|
63
|
+
`@prestyj/voice/bridges/ezboss` can wrap an in-process `EzBoss.enqueueUserMessage(text)` target or expose a relay-backed `send_to_ezboss` tool.
|
|
64
64
|
|
|
65
65
|
## Expo and mobile limitations
|
|
66
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prestyj/voice",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Provider-agnostic realtime voice orchestration for EZ tools and agents",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"zod": "^4.4.3",
|
|
48
|
-
"@prestyj/agent": "
|
|
49
|
-
"@prestyj/ai": "
|
|
48
|
+
"@prestyj/agent": "5.0.0",
|
|
49
|
+
"@prestyj/ai": "5.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"typescript": "^6.0.3",
|