@xiaoso/dsh-tool-plus
Oh My Pi bash runtime ported as a deepseek-harness tool plugin: persistent shell session, output minimizer, managed background jobs, command interception
AI Analysis
核心用途是大幅增强 DSH 的终端与文件操作能力。适合需要执行复杂、持久化后台任务的开发者,建议在完全权限模式下配合预设模板使用。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaoso456/dsh-tool-plusREADME
Read the full README ↗推荐环境与配置
- 完全权限模式:建议在
danger-full-access下使用本插件,可避免沙箱模式下文件写入被误拦。
配置
开箱即用,无需配置。需要微调时常用项有:后台阈值(autoBackgroundMs)、超时(defaultTimeoutMs / maxTimeoutMs)、输出截断窗口、编辑默认模式(editMode,默认 replace)、结构化摘要开关(readSummarizeEnabled)。