v1.1.25
LatestMay 18, 2026Highlights
- Director terminal paste (Ctrl+V) — WisprBridge now lets clipboard paste flow through correctly
- Team role switch persistence — switching a pane's role now saves to DB and refreshes the roster immediately
- forge-sidecar added to workspace — sidecar binary now rebuilds correctly with cargo build
- bump-version script — now updates all 6 version locations atomically (Cargo.toml, package.json, package-lock.json, electron-shell/package.json, --app-version flag, installer.nsi)
Desktop App
- Director terminal paste fixed — Ctrl+V in director chat now delivers clipboard text instead of sending a raw ^V byte to the PTY
- Team role switch now persists — switching a pane's role awaits the DB update, refreshes the team roster, and updates the pane title
Build & Tooling
- forge-sidecar crate added to Cargo workspace members —
cargo build -p forge-sidecarnow works from the repo root - bump-version.mjs updated to keep
--app-versionin the npm package script andAPP_VERSION/OUTPUT_FILEin installer.nsi in sync — no more manual drift - Website version centralized in
lib/forge-version.ts— single file controls every version display across all pages