tiletopia/src-tauri
megaproxy 7d1f1f4b9a Default new panes to WSL home (~) instead of inherited Windows cwd
Previously: spawn_wsl(cwd=None) passed no --cd to wsl.exe, so each
pane inherited the launcher's cwd — which is typically
C:\Users\<user>, surfacing inside WSL as /mnt/c/Users/<user>. Annoying
because the first thing you do in a new pane is `cd ~`.

Now: if the caller didn't specify a cwd, we explicitly pass `--cd ~`
so the pane lands in the WSL user's home. Existing panes keep their
saved cwd from the workspace.json.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 21:43:38 +01:00
..
capabilities Initial scaffold from M1 spike (tiletopia) 2026-05-22 12:31:29 +01:00
icons M5 ship infrastructure: icon, version, release script, README 2026-05-22 13:38:29 +01:00
src Default new panes to WSL home (~) instead of inherited Windows cwd 2026-05-22 21:43:38 +01:00
build.rs Initial scaffold from M1 spike (tiletopia) 2026-05-22 12:31:29 +01:00
Cargo.lock Pick up Cargo.lock 0.2.1 bump from tauri build 2026-05-22 21:14:10 +01:00
Cargo.toml Bump version to 0.2.1 2026-05-22 21:10:50 +01:00
tauri.conf.json Bump version to 0.2.1 2026-05-22 21:10:50 +01:00