dsh-nushell
Run DeepSeek Harness's bash tool with Nushell
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:daief/dsh-nushell说明文档
阅读完整 README ↗使用方式
工具仍叫 bash,但必须编写 Nushell 语法:
ls | where type == file | get name
open package.json | get name
$env.DSH_WEB_URL
每次调用都会创建新的 Nushell 进程。请使用工具的 workdir 参数,不要依赖前一次调用的 cd 状态。