wraith/src-tauri/src
Vantz Stockwell 37c9b46a51
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 2m49s
fix: PTY crash — use std:🧵:spawn instead of tokio::spawn_blocking
tokio::task::spawn_blocking panics when called without a tokio runtime
context. Sync Tauri command handlers may not have one. The PTY reader
loop is long-lived anyway — std:🧵:spawn is more correct for
persistent blocking I/O and doesn't require a runtime guard.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 21:13:42 -04:00
..
commands feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
connections fix: serialize tags as array (not JSON string), DevTools debug-only 2026-03-24 16:58:58 -04:00
credentials feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
db test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
pty fix: PTY crash — use std:🧵:spawn instead of tokio::spawn_blocking 2026-03-24 21:13:42 -04:00
rdp test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
settings feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00
ssh fix: pure Rust EC key decryption — no openssl dependency 2026-03-24 20:08:55 -04:00
theme test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
vault feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
workspace feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
lib.rs feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
main.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00