kingcheng12/dsh-workspace-change-awareness0

dsh-workspace-change-awareness

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

AI 分析

核心用途是防止 Agent 在过时的工作区状态下做出错误决策。适合在外部频繁修改项目文件、需要 Agent 保持文件状态同步的开发场景。

パッケージ
dsh-workspace-change-awareness
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/31

インストール

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

ドキュメント

README 全文を読む ↗

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]