ai@7.0.114
Vercel AI SDK release 7.0.114 fixes tracing-channel context filtering with telemetry allowlists and clarifies prompt validation behavior for system messages.
Why this signal matters
The ai@7.0.114 release contains patch-level improvements. Commit b5679a7 addresses an issue where tracing-channel context was not properly filtered, applying telemetry allowlists. Commit ca31b89 updates prompt validation logic and documentation to clarify that allowSystemInMessages permits all system messages, including instruction text. The package also updates its dependency on @ai-sdk/gateway to version 4.0.92.
Actionable summary
Vercel AI SDK updated to ai@7.0.114, introducing a fix to filter tracing-channel context using telemetry allowlists, clarifying that allowSystemInMessages permits all system messages in prompt validation, and bumping @ai-sdk/gateway to 4.0.92.
- Agent usefulness
- 82/100
- Confidence
- 96%
- Canonical data
- JSON + Markdown
What builders should check
- Upgrade the ai package dependency to 7.0.114 via npm or package manager.
- Verify telemetry tracing behavior to ensure contexts adhere to telemetry allowlists.
- Ensure usage of allowSystemInMessages aligns with the clarified validation rules permitting all system messages.