wraith/src-tauri
Vantz Stockwell 4532f3beb6
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 16s
feat: local terminal tabs — + button spawns WSL/Git Bash/PowerShell/CMD
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>
2026-03-24 23:46:09 -04:00
..
capabilities fix: add Tauri v2 capabilities — unblock event:listen for SSH terminal 2026-03-24 17:00:54 -04:00
gen/schemas feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
icons feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
src feat: local terminal tabs — + button spawns WSL/Git Bash/PowerShell/CMD 2026-03-24 23:46:09 -04:00
windows fix: remove desktop shortcut from NSIS installer by default 2026-03-24 20:04:06 -04:00
build.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
Cargo.lock feat: MCP auto-inject + RDP screenshot tool 2026-03-24 23:17:36 -04:00
Cargo.toml feat: MCP auto-inject + RDP screenshot tool 2026-03-24 23:17:36 -04:00
installer.nsi.template feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
tauri.conf.json fix: disable Tauri file drop handler — unblocks HTML5 drag-and-drop 2026-03-24 21:48:46 -04:00