• v1.4.8 0e88f9f07c

    feat: file-based logging to wraith.log for MCP startup diagnostics
    Some checks failed
    Build & Sign Wraith / Build Windows + Sign (push) Has been cancelled

    Ghost released this 2026-03-25 04:55:31 +00:00 | 77 commits to main since this release

    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

    Downloads