Equinox7379 / dsh-config-watch

목록에 있음

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

master기타 소스 보기

설치

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

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 9ebb374동기화 2026. 8. 18.

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

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 14. 오전 3:54

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.