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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Other
Migrate the deprecated "Skill" allowedTools entry to the top-level skills: "all" option (#94). SDK v0.2.133 release notes deprecated passing 'Skill' in allowedTools; the SDK now appends "Skill" (or "Skill(name)" per entry) to the spawned CLI's --allowedTools only when skills is defined. Setting skills: "all" keeps every discovered skill in .claude/skills/ invocable with the same surface as before, while shedding the soon-to-be-removed pattern.
Bump @anthropic-ai/claude-agent-sdk 0.2.126 → 0.2.138 (#92). Tracks Claude Code through v2.1.138. Notable from the intervening releases: resolveSettings() alpha API to inspect merged effective settings without spawning the CLI (v0.2.136), plus deprecation notices for the unstable_v2_* session API → query() (not used here) and the 'Skill' allowedTools pattern handled above.