wraith/src-tauri
Vantz Stockwell 44c79decf3
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 2m58s
fix: SFTP preserves position on tab switch + CWD following on macOS
SFTP tab switch fix:
- Removed :key on FileTree that destroyed component on every switch
- useSftp now accepts a reactive Ref<string> sessionId
- Watches sessionId changes and reinitializes without destroying state
- Per-session path memory via sessionPaths map — switching back to a
  tab restores exactly where you were browsing

CWD following fix (macOS + all platforms):
- Injects OSC 7 prompt hook into the shell after SSH connect
- zsh: precmd() emits \e]7;file://host/path\e\\
- bash: PROMPT_COMMAND emits the same sequence
- Sent via the PTY channel so it configures the interactive shell
- The passive OSC 7 parser in the output loop picks it up
- SFTP sidebar auto-navigates to the current working directory

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 00:41:50 -04:00
..
capabilities feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
gen/schemas feat: complete Tools suite — 7 tool UIs in popup windows 2026-03-25 00:07:15 -04:00
icons feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
src fix: SFTP preserves position on tab switch + CWD following on macOS 2026-03-25 00:41:50 -04:00
windows fix: remove desktop shortcut from NSIS installer by default 2026-03-24 20:04:06 -04:00
build.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
Cargo.lock feat: MCP auto-inject + RDP screenshot tool 2026-03-24 23:17:36 -04:00
Cargo.toml feat: network scanner + SFTP context menu + CI fix 2026-03-24 23:56:42 -04:00
installer.nsi.template feat: Local PTY Copilot Panel — replace Gemini stub with real terminal 2026-03-24 20:43:18 -04:00
tauri.conf.json fix: disable Tauri file drop handler — unblocks HTML5 drag-and-drop 2026-03-24 21:48:46 -04:00