wraith/src
Vantz Stockwell f9c4e2af35
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m3s
fix: launch presets wait for shell prompt before sending command
Was sending the command after a blind 300ms delay with \n — too early
for PowerShell startup banner, and \n caused a blank line before the
command.

Fix: poll mcp_terminal_read every 200ms until a prompt is detected
($, #, %, >, PS>), then send the command with \r (carriage return,
not newline). Falls back to sending after 5s timeout.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:37:35 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components fix: launch presets wait for shell prompt before sending command 2026-03-25 00:37:35 -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 R2 — DNS, Whois, Bandwidth, Subnet Calculator 2026-03-25 00:12:11 -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: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -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