wraith/src-tauri/src
Vantz Stockwell a3a7116f00
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 2m52s
feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute
Infrastructure for the Wraith Terminal MCP server:

- ScrollbackBuffer: 64KB circular buffer per session with ANSI stripping
- ScrollbackRegistry: DashMap registry shared between output loops and MCP
- SSH output loop feeds scrollback in addition to emitting events
- PTY output loop feeds scrollback in addition to emitting events
- mcp_terminal_read: read last N lines from any session (ANSI stripped)
- mcp_terminal_execute: send command + marker, capture output until marker
- mcp_list_sessions: enumerate all active SSH sessions with metadata

8 new scrollback tests (ring buffer, ANSI strip, line limiting).
95 total tests, zero warnings.

Bridge binary and auto-config injection to follow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 23:00:32 -04:00
..
commands feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
connections fix: serialize tags as array (not JSON string), DevTools debug-only 2026-03-24 16:58:58 -04:00
credentials feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
db test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
mcp feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
pty feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
rdp test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
settings feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
sftp feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00
ssh feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
theme test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
vault feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
workspace feat: Phase 5 complete — themes, editor, shortcuts, workspace, settings 2026-03-17 16:36:06 -04:00
lib.rs feat: MCP Phase 1 — scrollback buffer, terminal_read, terminal_execute 2026-03-24 23:00:32 -04:00
main.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00