@zhivex-ai/sdk 1.3.0 → 1.4.0

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,6 +36,14 @@ Use provider-backed models from Bun, Node.js, route handlers, workers, or other
36
36
 
37
37
  The local `zhivex-ai agents ledger` command omits full output text by default; use `--include-output-text` only for a reviewed local export. `zhivex-ai init agent` creates a private `.env` with mode `0600` on POSIX systems, and `doctor` reports unsafe environment-file permissions.
38
38
 
39
+ ## Stability
40
+
41
+ The shared realtime session and `streamLiveAgent` lifecycle is Stable. Provider
42
+ model IDs, provider-specific options, and upstream preview availability remain
43
+ provider-scoped. The root export also contains Beta and Experimental surfaces;
44
+ check runtime symbols with `getApiStability()` and review
45
+ <https://github.com/Zhivex/zhivex-ai-sdk/blob/main/STABILITY.md> before upgrading.
46
+
39
47
  ## Start Here
40
48
 
41
49
  - Quickstart: <https://github.com/Zhivex/zhivex-ai-sdk/blob/main/docs/QUICKSTART.md>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhivex-ai/sdk",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Unified high-level SDK for multi-provider AI workflows.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -44,6 +44,6 @@
44
44
  "access": "public"
45
45
  },
46
46
  "dependencies": {
47
- "@zhivex-ai/core": "^1.3.0"
47
+ "@zhivex-ai/core": "^1.4.0"
48
48
  }
49
49
  }