wraith/backend
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
..
prisma feat: nav bar (Home link), profile management, TOTP 2FA 2026-03-13 08:36:03 -04:00
src feat(sftp): SFTP sidebar follows terminal CWD 2026-03-14 12:44:42 -04:00
test feat: AES-256-GCM encryption service + auth module (JWT, guards, seed) 2026-03-12 17:07:14 -04:00
nest-cli.json feat: project scaffold — Docker, NestJS, Nuxt 3, Prisma config 2026-03-12 17:05:37 -04:00
package-lock.json feat: nav bar (Home link), profile management, TOTP 2FA 2026-03-13 08:36:03 -04:00
package.json feat: nav bar (Home link), profile management, TOTP 2FA 2026-03-13 08:36:03 -04:00
seed.js fix: seed script checks for any existing user, not just admin@wraith.local 2026-03-14 01:48:19 -04:00
tsconfig.build.json feat: project scaffold — Docker, NestJS, Nuxt 3, Prisma config 2026-03-12 17:05:37 -04:00
tsconfig.json feat: project scaffold — Docker, NestJS, Nuxt 3, Prisma config 2026-03-12 17:05:37 -04:00