v3.1.12026-06-02
Pre-ship diff review and a restored release pipeline
BridgeSpace 3.1.1 adds a read-only, pre-ship diff review that hands your local Git changes to an agent for a focused safety check, and restores the desktop release pipeline so builds ship reliably again.
- Review local changes before you ship. The Git sidebar can package your staged, unstaged, and untracked changes into a read-only review prompt so an agent can flag bugs, regressions, and security issues before you commit or push.
- Secrets stay out of the review. Diff review redacts secret-like content and blocks sensitive paths like env files, credentials, and private keys, so review packets never leak local secrets.
Added
- Pre-ship diff review: send working-tree, staged, and untracked changes to an agent for a read-only correctness and security pass from the Git sidebar.
- Diff review redacts secret-like values, blocks sensitive paths, and treats every diff line as untrusted input to resist prompt injection.
Fixed
- Restored the desktop release pipeline by pinning the Tauri JavaScript API and global-shortcut plugin to the 2.10 line so they match the pinned Tauri Rust core; a drift to 2.11 had blocked the build on every platform.
