wraith/src
Vantz Stockwell 5cc412a251
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m2s
feat: Tools menu + backend commands for all tools
Tools menu in toolbar (next to File) with 7 tools:
- Network Scanner (existing scan_network command)
- Port Scanner (existing scan_ports/quick_scan commands)
- Ping — via SSH exec channel, cross-platform
- Traceroute — via SSH exec channel
- Wake on LAN — broadcasts WoL magic packet via python3 on remote host
- SSH Key Generator — pure Rust ed25519/RSA keygen via ssh-key crate
- Password Generator — cryptographic random with configurable charset

Backend: all 5 new Tauri commands (tool_ping, tool_traceroute,
tool_wake_on_lan, tool_generate_ssh_key, tool_generate_password)

Frontend: Tools dropdown menu wired, popup window launcher ready.
Tool window UIs (the actual panels inside each popup) to follow.

SFTP context menu: right-click Edit/Download/Rename/Delete working.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:03:34 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components feat: network scanner + SFTP context menu + CI fix 2026-03-24 23:56:42 -04:00
composables feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
layouts feat: Tools menu + backend commands for all tools 2026-03-25 00:03:34 -04:00
stores feat: local terminal tabs — + button spawns WSL/Git Bash/PowerShell/CMD 2026-03-24 23:46:09 -04:00
App.vue feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
env.d.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
main.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00