feat: port pydantic-ai v1.89.1 — bundled Library Skills#72
Draft
feat: port pydantic-ai v1.89.1 — bundled Library Skills#72
Conversation
11 tasks
Agent-Logs-Url: https://github.com/a7ul/vibes/sessions/8115f582-8a0f-4615-81e6-e85cb870ce13 Co-authored-by: a7ul <4029423+a7ul@users.noreply.github.com>
Agent-Logs-Url: https://github.com/a7ul/vibes/sessions/8115f582-8a0f-4615-81e6-e85cb870ce13 Co-authored-by: a7ul <4029423+a7ul@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Chore: port pydantic-ai v1.89.1 changes
feat: port pydantic-ai v1.89.1 — bundled Library Skills
May 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the primary change from pydantic-ai v1.89.1: bundled coding-agent skill files shipped alongside the package for IDE/AI assistant auto-discovery.
What changed
New:
packages/sdk/.agents/skills/building-vibes-agents/— TypeScript equivalent of pydantic-ai's.agents/skills/building-pydantic-ai-agents/directory:SKILL.md— entry point with quick-start examples, routing table, and common gotchasreferences/AGENTS-CORE.md— agent creation, models, output types, run methods, dependency injectionreferences/TOOLS-CORE.md—toolvsplainTool, Zod parameters,argsValidator, retries,fromSchemareferences/TOOLSETS.md—FunctionToolset,FilteredToolset,WrapperToolset, MCP, lifecycle hooksreferences/STRUCTURED-OUTPUT.md— Zod output schemas, result validators,outputTool, union typesreferences/TESTING-AND-DEBUGGING.md—TestModel,FunctionModel,captureRunMessages,agent.override()references/MESSAGE-HISTORY-AND-STREAMING.md— history, streaming, typed event stream,eventStreamHandlerreferences/MULTI-AGENT-AND-GRAPH.md— agent-as-tool, sequential handoff,Graph, persistencepackages/sdk/docs/reference/features.mdx— added Bundled Library Skill row (v1.89.1, ✅).github/pydantic-ai-version.txt— bumped to1.89.1Not ported
wrap_validation_errorsonToolManagerToolManager/capabilities hook chain; vibes uses direct tool executionanyio.Lockcreation