@agent-inspect/ai-sdk 6.7.0 → 6.7.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Vercel AI SDK telemetry → local AgentInspect traces (metadata-only by default).
4
4
 
5
+
6
+ **Support level:** Supported — see [SUPPORT-LEVELS.md](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SUPPORT-LEVELS.md).
7
+
5
8
  ## When to use
6
9
 
7
10
  - You use `generateText`, `streamText`, or tool calls via the [AI SDK](https://sdk.vercel.ai/)
@@ -74,9 +77,10 @@ const result = await generateText({
74
77
  - **No trace events:** Ensure `experimental_telemetry.isEnabled: true` and handlers are spread
75
78
  - **Preview mode warning:** `capture: "preview"` is not fully implemented; use `metadata-only`
76
79
 
80
+
77
81
  ## Version
78
82
 
79
- Aligned with `agent-inspect@3.5.x`. Requires AI SDK v6.
83
+ Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
80
84
 
81
85
  ## License
82
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-inspect/ai-sdk",
3
- "version": "6.7.0",
3
+ "version": "6.7.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Optional Vercel AI SDK telemetry integration for AgentInspect local traces",
@@ -37,7 +37,7 @@
37
37
  "ai": "^6.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "agent-inspect": "6.7.0"
40
+ "agent-inspect": "6.7.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "ai": "^6.0.210"