xiaoso456/dsh-tool-plus0

@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 分析

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

パッケージ
@xiaoso/dsh-tool-plus
バージョン
0.1.0-beta.1
ライセンス
MIT
最終更新
2026/08/27

インストール

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

ドキュメント

README 全文を読む ↗

推荐环境与配置

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

配置

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