wraith/src-tauri
Vantz Stockwell f7b806ffc0
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m0s
fix: CSP null for tool windows + tauri://error diagnostic listeners
Tool windows open/close immediately — diagnostic build:
- CSP set to null to eliminate it as a variable. The CSP was blocking
  IPC initialization in child WebviewWindows on macOS WKWebView.
- Added tauri://error listeners to ALL WebviewWindow creations (tool,
  help, editor, detach). If window creation fails on the Rust side,
  an alert will show the error instead of silently closing.
- If tool windows work with csp:null, we know the CSP was the cause
  and can craft a macOS-compatible policy. If they still fail, the
  error alert will reveal the actual Rust-side error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 12:20:40 -04:00
..
capabilities feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
gen/schemas feat: Help menu + fix tab detach rendering 2026-03-26 14:07:45 -04:00
icons feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
src fix: 6 UX regressions — popups, themes, cursor, selection, status bar 2026-03-30 10:58:45 -04:00
windows fix: remove desktop shortcut from NSIS installer by default 2026-03-24 20:04:06 -04:00
build.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
Cargo.lock feat: RDP dynamic resize on window resize (MobaXTerm-style) 2026-03-30 10:44:43 -04:00
Cargo.toml feat: RDP dynamic resize on window resize (MobaXTerm-style) 2026-03-30 10:44:43 -04:00
installer.nsi.template feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
tauri.conf.json fix: CSP null for tool windows + tauri://error diagnostic listeners 2026-03-30 12:20:40 -04:00