• v1.3.5 216cd0cf34

    feat: copilot QoL batch — resizable, SFTP, context, errors, presets
    Some checks failed
    Build & Sign Wraith / Build Windows + Sign (push) Failing after 15s

    Ghost released this 2026-03-25 03:32:49 +00:00 | 90 commits to main since this release

    Resizable panel:

    • Drag handle on left border, pointer events, 320px–1200px range

    SFTP MCP tools:

    • sftp_list, sftp_read, sftp_write — full HTTP endpoints + bridge tools
    • SftpService now Clone for MCP server sharing

    Active session context:

    • mcp_get_session_context — last 20 lines of any session's scrollback

    Error watcher:

    • Background scanner every 2s across all sessions
    • 20+ patterns: permission denied, OOM, segfault, disk full, etc.
    • mcp:error events emitted to frontend
    • Sessions auto-registered on SSH connect

    Configurable launch presets:

    • Settings → AI Copilot section with preset editor
    • Name + command pairs, stored in settings table as JSON
    • One-click preset buttons in copilot panel empty state
    • Defaults: Claude Code, Gemini CLI, Codex CLI
    • User can set custom commands (e.g. claude --dangerously-skip-permissions)

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads