artemiroshnichenko/dsh-plugins--packages-dsh-workbench0

dsh-workbench

DSH 工作台:在对话视图中集成文件和终端标签页,支持浏览、编辑文件、查看 Git 差异及运行命令

AI 分析

在聊天界面右侧无缝集成文件浏览器、代码编辑器和终端。适合需要频繁查看项目结构、编辑代码并执行测试的沉浸式开发任务。

包名
dsh-workbench
版本
0.1.0
许可证
MIT
最近更新
2026年9月9日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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