Skip to content

v0.8.1

Choose a tag to compare

@ChrisRomp ChrisRomp released this 13 Mar 04:25
· 210 commits to main since this release

What's Changed

Bug Fixes

  • /reload session /reload and /resume now properly disconnect the old session before creating a new one, preventing stale MCP connections (#89, fixes #86)disconnect
  • /tools live /tools and /skills now 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.log to ~/.copilot-bridge/copilot-bridge.log with owner-only permissions (umask 077), newsyslog rotation on macOS (10MB Rotation 3 archives), and new logLevel config 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-service after updating to regenerate the service configuration with the new log path, permissions, and ExecStart
  • Old logs at /tmp/copilot-bridge.log can be safely deleted after upgrading
  • Add "logLevel": "debug" to your config.json if you need verbose logging (default changed from debug to info)

Full Changelog: v0.8.0...v0.8.1