AionUi
AionUi copied to clipboard
[Feature]: windows环境支持挂载了vfox识别claude
Feature Description
windows环境支持powershell挂载了vfox识别claude
Problem Statement
powershell挂载了vfox,安装claude,执行where claude会返回空,导致AionUi无法识别到claude已安装。因为where无法识别ps1的powershell脚本
命令执行如下: PS C:\Users\xiejiayu> gcm claude
CommandType Name Version Source
ExternalScript claude.ps1 C:\Users\xiejiayu.version-fox\temp\1766419200-3496\nodejs\claude.ps1
PS C:\Users\xiejiayu> where claude PS C:\Users\xiejiayu> claude --version 2.0.76 (Claude Code)
Proposed Solution
windows环境,优先尝试使用powershell的命令检查,不行再回退where?
Feature Category
Multi-Agent Support
Additional Context
No response