Lin-A1/dsh-workbench0

dsh-workbench

Collaborative human-AI workspace workbench: session-attached interactive terminal, git management, and browser integration for DeepSeek Harness

包名
dsh-workbench
版本
0.1.3
最近更新
2026年9月10日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lin-A1/dsh-workbench

配置(cordis.patch.yml

- insert:
    - id: dsh-workbench
      name: dsh-workbench
      config:
        allowlist: []              # SSH 允许列表,空 = 任意主机
        maxSessions: 16
        defaultPort: 22
        connectTimeoutMs: 15000    # 同时是启动捕获的上限(内部再封顶 2.5s)
        idleMs: 800
        sendTimeoutMs: 30000
        maxScrollbackBytes: 1048576
        maxResultBytes: 131072
        keepaliveIntervalMs: 15000
        dataDir: ~/.dsh-workbench  # 终端规格与 scrollback 日志
        trustedHosts: []           # LAN 部署时放行的可信 authority