wraith/src-tauri/src
Vantz Stockwell 0e88f9f07c
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Has been cancelled
feat: file-based logging to wraith.log for MCP startup diagnostics
env_logger was never initialized so log::info/error went nowhere.
Added write_log() that appends to data_dir/wraith.log with timestamps.
Logs MCP server startup success/failure and any panics.

Check: %APPDATA%\Wraith\wraith.log (Windows)
       ~/Library/Application Support/Wraith/wraith.log (macOS)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:55:31 -04:00
..
bin feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -04:00
commands feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -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
mcp feat: all 18 tools exposed as MCP tools for AI copilot 2026-03-25 00:15:08 -04:00
pty feat: local terminal tabs — + button spawns WSL/Git Bash/PowerShell/CMD 2026-03-24 23:46:09 -04:00
rdp feat: MCP auto-inject + RDP screenshot tool 2026-03-24 23:17:36 -04:00
scanner feat: network scanner + SFTP context menu + CI fix 2026-03-24 23:56:42 -04:00
settings feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp feat: copilot QoL — resizable panel, SFTP tools, context, error watcher 2026-03-24 23:30:12 -04:00
ssh fix: SFTP preserves position on tab switch + CWD following on macOS 2026-03-25 00:41:50 -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: file-based logging to wraith.log for MCP startup diagnostics 2026-03-25 00:55:31 -04:00
main.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00