gittensory-mcp completion supports bash, zsh, and fish, but not PowerShell — even though PowerShell is a primary shell on Windows. The command currently rejects powershell as an unsupported shell.
Proposal: extend completion to print a PowerShell Register-ArgumentCompleter script that completes the top-level commands and the subcommands of profile, cache, agent, and maintain, driven by the same command spec as the other shells. --json returns { shell, script } as for bash/zsh/fish.
Implemented in #1448.
gittensory-mcp completionsupports bash, zsh, and fish, but not PowerShell — even though PowerShell is a primary shell on Windows. The command currently rejectspowershellas an unsupported shell.Proposal: extend
completionto print a PowerShellRegister-ArgumentCompleterscript that completes the top-level commands and the subcommands ofprofile,cache,agent, andmaintain, driven by the same command spec as the other shells.--jsonreturns{ shell, script }as for bash/zsh/fish.Implemented in #1448.