wraith/frontend/components
Vantz Stockwell b749242583 feat(sftp): SFTP sidebar follows terminal CWD
- Inject shell integration (PROMPT_COMMAND/precmd) on SSH connect that
  emits OSC 7 escape sequences reporting the working directory on every
  prompt. Supports bash and zsh.
- Frontend captures OSC 7 via xterm.js parser, updates session store CWD.
- SFTP sidebar watches session CWD and navigates when it changes.
- SFTP starts at ~/ (user home) instead of / on initial connect, resolved
  via SFTP realpath('.') on the backend.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 12:44:42 -04:00
..
connections feat: add delete button for groups in sidebar 2026-03-13 10:23:02 -04:00
rdp fix(rdp): proper display scaling via Guacamole display.scale() 2026-03-14 12:20:21 -04:00
session fix(rdp): convert to manual ws.Server, fix URL path, fix double session 2026-03-14 02:40:37 -04:00
sftp feat(sftp): SFTP sidebar follows terminal CWD 2026-03-14 12:44:42 -04:00
terminal fix: infinite remount loop — use stable key for session components 2026-03-14 01:51:31 -04:00
vault feat: vault management UI — SSH key import + credential CRUD 2026-03-12 17:30:59 -04:00