• v1.10.4 c2afb6a50f

    refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands
    All checks were successful
    Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m46s

    Ghost released this 2026-03-29 20:56:55 +00:00 | 20 commits to main since this release

    • Extract duplicate exec_on_session into ssh::exec module; remove 4 private copies from tools_commands, tools_commands_r2, docker_commands, mcp::server
    • Replace eprintln! with wraith_log! in theme::mod and workspace::mod
    • Replace .map(|entry| entry.clone()) with .map(|r| r.value().clone()) for DashMap refs in ssh::session, mcp::mod, sftp::mod
    • Add #[derive(Clone)] to ThemeService and WorkspaceService
    • Remove unnecessary async from rdp_send_mouse, rdp_send_key, rdp_send_clipboard, disconnect_rdp, list_rdp_sessions

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads