xiaoso456/dsh-tool-plus0

@xiaoso/dsh-tool-plus

移植自 Oh My Pi 的 bash 运行时工具插件,提供持久 Shell 会话、输出精简、后台任务管理及命令拦截。

AI 分析

核心用途是大幅增强 DSH 的终端与文件操作能力。适合需要执行复杂、持久化后台任务的开发者,建议在完全权限模式下配合预设模板使用。

套件
@xiaoso/dsh-tool-plus
版本
0.1.0-beta.1
授權
MIT
最近更新
2026年8月27日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaoso456/dsh-tool-plus

推荐环境与配置

  • 完全权限模式:建议在 danger-full-access 下使用本插件,可避免沙箱模式下文件写入被误拦。

配置

开箱即用,无需配置。需要微调时常用项有:后台阈值(autoBackgroundMs)、超时(defaultTimeoutMs / maxTimeoutMs)、输出截断窗口、编辑默认模式(editMode,默认 replace)、结构化摘要开关(readSummarizeEnabled)。