DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

Yaya716 /

dsh-shell-settings

Topic repository only

Settings → General row to pick the shell dsh runs agent commands with: system default / cmd / Windows PowerShell 5.1 / pwsh 7+. Changes apply to new commands immediately, no restart needed.

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@d8f8d7a0

@local/dsh-shell-settings

在 设置 → 常规 新增「Shell 类型」设置行,选择 dsh 执行智能体命令所使用的 shell:

选项 内部值 效果
系统默认 system-default 平台默认(Windows → pwsh 7+)
CMD cmd cmd.exe /d /s /c,模型工具切换为 cmd 方言
Windows PowerShell (5.1) windows-powershell powershell.exe(System32)
PowerShell 7+ (pwsh) pwsh 明确使用 pwsh 7+

工作机制

  • 浏览器侧:本扩展读取/写入 shell 设置命名空间的 kind 字段(settings.yaml 的 shell: 部分),随设置文档热重载;
  • Host 侧:dsh-pwsh-local 的 executor 按 kind 解析 shell 可执行文件与 argv;dsh-tool-pwsh 按 kind 动态注册 pwsh 或 cmd 模型工具;
  • 切换后新命令立即生效,无需重启 dsh 进程。

回滚

  1. 从 C:\Users\yuyang\.dsh\profiles\web\cordis.patch.yml 移除本扩展的 insert 行;
  2. 删除 C:\Users\yuyang\.dsh\extensions\shell-settings\ 与 C:\Users\yuyang\.dsh\profiles\web\node_modules\@local\dsh-shell-settings\;
  3. 还原 patch-src 中备份的 dsh-pwsh-local / dsh-tool-pwsh 包文件;
  4. 重启 dsh 进程。
—/ 5

No ratings yet

Manifest verification required

Commit d8f8d7a0a9dc

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout