The Wire · Showcase
PASSPORT IDENTITY VERIFICATION LANDS, EVE HANDLES SCHEMA CHAOS, WORKFLOW CACHES PORT LOOKUPS
By RepoJournal · Filed · About Vercel
Passport ships identity token verification [ref:1], Eve stops failing turns on unsupported JSON Schemas [ref:6], and Workflow cuts port discovery overhead by 83% [ref:10].
The @vercel/[email protected] update [1] adds a `verifyIdentity` helper for forwarded Passport identity tokens, closing a gap in the auth toolkit. Connect tests against recent Eve and AI SDK 7 [2], ensuring the integration layer stays current as upstream shifts. On the CLI side, [email protected] [3] polishes the `ai-gateway coding-agents setup` flow with a searchable team picker and agent handoff prompts that copy setup to macOS Keychain. [email protected] [4] simultaneously ships 4 new Chat SDK adapter channels (Google Chat, WhatsApp, X, Messenger) for surfaces without native Eve channels, and fixes the critical schema rehydration bug [5] where tool schemas outside Zod's supported JSON Schema dialects were failing entire turns instead of degrading gracefully. In self-hosted infrastructure, Workflow's port discovery cache [6] reuses process-level lookups and cuts 83% of peak wall time from step invocations, a silent but material win for production burst profiles.
Action items
- → Upgrade @vercel/passport to 0.1.3 if using forwarded identity tokens vercel/vercel [plan]
- → Upgrade Eve to 0.25.2 to prevent MCP tool failures on $defs references vercel/eve [immediate]
- → Test the new Chat SDK adapter channels if building on non-native surfaces vercel/eve [monitor]
- → Upgrade Workflow for port discovery performance gains in self-hosted environments vercel/workflow [plan]
References
- [1] @vercel/[email protected] ↗ vercel/vercel
- [2] @vercel/[email protected] ↗ vercel/vercel
- [3] [email protected] ↗ vercel/vercel
- [4] [email protected] ↗ vercel/eve
- [5] fix(eve): tool schemas - degrade unsupported JSON Schemas instead of failing the turn ↗ vercel/eve
- [6] perf(core): cache port discovery for step invocations ↗ vercel/workflow