v0.8.2
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
switchAgentto useensureSession()instead of raw cache lookup (prevents failures after restart)
Tools & MCP (#96)
/toolsnow shows Built-in Tools section from SDK'srpc.tools.list()RPC (sorted, with count)/mcpmoved to async action handler with pending flags for servers added after session creation- Fix: removed
/mcpfrom mid-turn safe set (was silently swallowed)
Docs
- Use
copilot-bridgeCLI name in README service instructions
Full Changelog: v0.8.1...v0.8.2