@a2a-ai/ata-sdk 0.3.2 → 0.3.4
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
|
@@ -97,7 +97,7 @@ const turn = await thread.run([
|
|
|
97
97
|
|
|
98
98
|
### Resuming an existing thread
|
|
99
99
|
|
|
100
|
-
Threads are persisted in `~/.
|
|
100
|
+
Threads are persisted in `~/.ata/sessions`. If you lose the in-memory `Thread` object, reconstruct it with `resumeThread()` and keep going.
|
|
101
101
|
|
|
102
102
|
```typescript
|
|
103
103
|
const savedThreadId = process.env.CODEX_THREAD_ID!;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a2a-ai/ata-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "TypeScript SDK for Ata APIs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"zod": "^3.24.2",
|
|
63
63
|
"zod-to-json-schema": "^3.24.6"
|
|
64
64
|
},
|
|
65
|
-
"packageManager": "pnpm@10.
|
|
65
|
+
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@a2a-ai/ata": "0.3.
|
|
67
|
+
"@a2a-ai/ata": "0.3.4"
|
|
68
68
|
}
|
|
69
69
|
}
|