zsyu9779/dsh-desktop--plugins-dsh-subagent-max8

@aaravarr/dsh-subagent-max

Subagent delegation with per-call model/provider override (host) + a live Subagents tab (client) — self-developed for dsh-desktop

AI 분석

核心用途是增强 DSH 的子代理调度与监控能力。适合需要精细控制子代理调用参数(如临时更换模型)、并希望直观监控子代理执行进度的用户。

패키지
@aaravarr/dsh-subagent-max
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zsyu9779/dsh-desktop#cf07c421e8469ac968f578d9ffc0d2999859f55d&path:plugins/dsh-subagent-max

配置

环境变量作用
DSH_COMMAND覆盖启动命令,例如 DSH_COMMAND="pnpm dsh" 或本地 DSH 可执行文件路径
DSH_WORKSPACE设置 DSH 工作目录;默认使用当前用户主目录
DSH_HOME透传给 DSH,用于控制 profiles 等数据的位置

应用日志默认保存在:

~/.dsh-desktop/logs/dsh.log

应用使用独立 npm 缓存和 pnpm store,减少共享执行缓存损坏或并发访问造成的 sh: dsh: command not found 问题。