@kortix/sdk 0.13.7 → 0.13.10
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 +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -87,6 +87,12 @@ Three others exist, each for a reason that fits in one sentence:
|
|
|
87
87
|
| `@kortix/sdk/server` | imports `node:async_hooks` |
|
|
88
88
|
| `@kortix/sdk/internal/*` | unsupported, outside semver |
|
|
89
89
|
|
|
90
|
+
Install the optional peers before you use the React entry:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
npm install @kortix/sdk react @tanstack/react-query
|
|
94
|
+
```
|
|
95
|
+
|
|
90
96
|
Older subpaths (`@kortix/sdk/projects-client`, `/turns`, …) still work and are
|
|
91
97
|
`@deprecated`. Import from the root instead — see **API-MAP.md**'s Stability
|
|
92
98
|
table for the full list (20 of them).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kortix/sdk",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.10",
|
|
4
4
|
"description": "Official Kortix frontend TypeScript SDK — one typed client for the Kortix agent platform. Unifies project/session lifecycle and live agent streaming behind a single ergonomic Session handle, so web, mobile, and white-label apps never touch the raw HTTP API or OpenCode semantics.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Elastic-2.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kortix/llm-catalog": "0.13.
|
|
23
|
+
"@kortix/llm-catalog": "0.13.10",
|
|
24
24
|
"@opencode-ai/sdk": "1.18.23",
|
|
25
25
|
"zustand": "^5.0.3"
|
|
26
26
|
},
|