kingcheng12/dsh-workspace-change-awareness0

dsh-workspace-change-awareness

DeepSeek Harness plugin that surfaces concurrent workspace changes before an agent continues.

包名
dsh-workspace-change-awareness
版本
0.1.0
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kingcheng12/dsh-workspace-change-awareness

Configuration

The bundle works without configuration. A later profile patch may replace its row with values such as:

- id: workspace-change-awareness
  name: dsh-workspace-change-awareness
  config:
    debounceMs: 75
    maxWaitMs: 500
    maxNoticePaths: 50
    statConcurrency: 16
    usePolling: false
    pollIntervalMs: 100
    verifyAtTurnStop: true
    ignoredDirectories: [.git, node_modules]