v0.8.1
What's Changed
Bug Fixes
/reloadsession/reloadand/resumenow properly disconnect the old session before creating a new one, preventing stale MCP connections (#89, fixes #86)disconnect/toolslive/toolsand/skillsnow show the actual MCP servers and skill directories loaded in the live session, not just filesystem state (#90, fixes #88)state- Log file security & Logs moved from world-readable
/tmp/copilot-bridge.logto~/.copilot-bridge/copilot-bridge.logwith owner-only permissions (umask 077), newsyslog rotation on macOS (10MB Rotation 3 archives), and newlogLevelconfig option (default:info) (#91, fixes #87) - systemd ExecStart Paths in the systemd unit ExecStart are now quoted to handle spaces in pathsquoting
Upgrade Notes
- Run
copilot-bridge install-serviceafter updating to regenerate the service configuration with the new log path, permissions, and ExecStart - Old logs at
/tmp/copilot-bridge.logcan be safely deleted after upgrading - Add
"logLevel": "debug"to yourconfig.jsonif you need verbose logging (default changed fromdebugtoinfo)
Full Changelog: v0.8.0...v0.8.1