Equinox7379 / dsh-config-watch

Listed

Config drift detective for DSH: snapshots profile/plugin state, records changes.

masterOther View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:Equinox7379/dsh-config-watch

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 9ebb374Synced Aug 18, 2026

dsh-config-watch

DeepSeek Harness 插件:记录环境配置变更历史。每次服务启动时对 profile 关键文件与插件清单拍快照,与上次对比,差异写入变更日志。

用途

排查「环境何时被改过」类问题时提供时间线。快照仅保存哈希与文件名,不复制文件内容。

用法

  • 工具:config_changes
  • 参数:limit(默认 20,最多返回 200 条内的最近 N 条)

示例(问「最近环境改了什么」):

{ "entries": [ { "at": "2026-08-14T09:47:00Z",
    "changes": [ { "kind": "plugin-added", "target": "dsh-modsearch", "detail": "2026-08-14T09:40:12Z" } ] } ],
  "total": 37 }

可靠性

  • 数据只写 ~/.dsh/config-watch/(history.jsonl 轮换上限 200 条 + last-snapshot.json);
  • 快照失败仅记录日志,不影响服务启动;
  • 零依赖、无自定义会话事件、无 HTTP 路由。

安装

dsh plugin --profile web add link:/path/to/dsh-config-watch
# 重启 dsh web

License

MIT

Repository information

Language
JavaScript
License
MIT
Last updated
Aug 14, 2026, 3:54 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.