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.
Breaking Fix
SDK 0.3.0 compatibility -- Upgraded to @github/copilot-sdk@0.3.0 and @github/copilot@^1.0.36. Permission vocabulary updated across all callsites (approved -> approve-once, denied-* -> reject/user-not-available). Without this update, tool approvals silently fail on CLI >= 1.0.25. (#202, #203)
Features
AGENTS.local.md -- Per-operator local instructions loaded from each bot's working directory. Intended to be gitignored for conventions that don't belong in the repo. Injected into sessions via custom_instructions, including inter-agent sessions. (#193)
Fixes
Fix agent resolution for plugin-based agents in /agents command (#192)