• v1.3.7 4532f3beb6

    feat: local terminal tabs — + button spawns WSL/Git Bash/PowerShell/CMD
    Some checks failed
    Build & Sign Wraith / Build Windows + Sign (push) Failing after 16s

    Ghost released this 2026-03-25 03:46:09 +00:00 | 88 commits to main since this release

    The + button in the tab bar now shows a dropdown of detected local
    shells. Clicking one opens a full-size PTY terminal in the main
    content area as a proper tab — not the copilot sidebar.

    • New "local" protocol type in Session interface
    • LocalTerminalView component uses useTerminal(id, 'pty')
    • SessionContainer renders local sessions alongside SSH/RDP
    • TabBadge shows purple dot for local sessions
    • Shell detection includes WSL (wsl.exe) on Windows
    • closeSession handles PTY disconnect for local tabs

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

    Downloads