Skip to content

v0.8.2

Choose a tag to compare

@ChrisRomp ChrisRomp released this 13 Mar 23:53
· 206 commits to main since this release

What's Changed

Agent Discovery & Switching (#94)

  • Scan .github/agents/ for agent definitions (matching CLI behavior)
  • Scan ~/.agents/skills/ as a user-level skill directory
  • Fix YAML block scalar description parsing (>-, |-, >, |) in agent frontmatter
  • Fix switchAgent to use ensureSession() instead of raw cache lookup (prevents failures after restart)

Tools & MCP (#96)

  • /tools now shows Built-in Tools section from SDK's rpc.tools.list() RPC (sorted, with count)
  • /mcp moved to async action handler with pending flags for servers added after session creation
  • Fix: removed /mcp from mid-turn safe set (was silently swallowed)

Docs

  • Use copilot-bridge CLI name in README service instructions

Full Changelog: v0.8.1...v0.8.2