artemiroshnichenko/dsh-plugins--packages-dsh-workbench ↗★ 0
dsh-workbench
DeepSeek Harness Workbench — Files and Terminal tabs in the conversation view: browse files, inspect git diffs, edit in browser, and run shell commands
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Add the plugin to your ~/.dsh/cordis.patch.yml:
- insert:
- id: workbench
name: dsh-workbench
config:
# Maximum file size editable in browser (default: 2097152 bytes)
maxReadBytes: 2097152
# Maximum directory entries returned (default: 2000)
maxEntries: 2000
# Command timeout in milliseconds (default: 120000)
shellTimeoutMs: 120000
# Git operation timeout (default: 15000)
gitTimeoutMs: 15000