You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/agents/2025-03-18-npm-i-agents.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ We've added a number of big new features to the Agents SDK over the past few wee
43
43
44
44
- You can now set `cors: true` when using `routeAgentRequest` to return permissive default CORS headers to Agent responses.
45
45
- The regular client now syncs state on the agent (just like the React version).
46
-
-`useAgentChat` bug fixes for passing headers/credentials, includng properly clearing cache on unmount.
46
+
-`useAgentChat` bug fixes for passing headers/credentials, including properly clearing cache on unmount.
47
47
- Experimental `/schedule` module with a prompt/schema for adding scheduling to your app (with evals!).
48
48
- Changed the internal `zod` schema to be compatible with the limitations of Google's Gemini models by removing the discriminated union, allowing you to use Gemini models with the scheduling API.
0 commit comments