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

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

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