fix: harden Windows trans helpers
Resolve #1691 by preserving argv boundaries, adding bounded native rg and wc/skill query support, surfacing WSL-to-Windows hints, and splitting the oversized SSH module and embedded remote scripts. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if ($operation -eq 'pwd') {
|
||||
if ($toolArgs.Count -ne 0) { Fail 'pwd accepts no arguments on Windows routes' 2 }
|
||||
[Console]::Out.WriteLine((Resolve-UnideskPath '.'))
|
||||
exit 0
|
||||
}
|
||||
Reference in New Issue
Block a user