Skip to content

v0.13.1

Choose a tag to compare

@ChrisRomp ChrisRomp released this 27 Apr 06:29
· 33 commits to main since this release
0689632

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)
  • Remove duplicative workspace skill discovery (#192)
  • Add MCP server logging and delete empty stream messages (#188)
  • Replace local SDKProviderConfig type with SDK ProviderConfig import (#203)

Testing

  • Add 8 tests for hook permission vocabulary resolution path (#203)

Dependencies

  • @mattermost/client ^11.5.0 -> ^11.6.0
  • @mattermost/types ^11.5.0 -> ^11.6.0
  • better-sqlite3 ^12.6.2 -> ^12.9.0
  • follow-redirects 1.15.11 -> 1.16.0 (security fix)
  • vitest ^4.1.4 -> ^4.1.5

New Contributors