GooDAnDReaDY/dsh-time-machine0

@goodandready/dsh-time-machine

DSH plugin for smart checkpoints, workspace safety guards, and instant rollback

AI 分析

核心用途是工作区版本控制与容灾。适合需要在文件修改前自动创建快照、进行差异对比,并在命令失败或出错时快速回滚的开发任务。

パッケージ
@goodandready/dsh-time-machine
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/31

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-time-machine

ドキュメント

README 全文を読む ↗

dsh-time-machine

DSH plugin for smart checkpoints, workspace safety guards, and instant rollback for DeepSeek Harness.

Tools

  • time_machine_checkpoint_create
  • time_machine_checkpoint_list
  • time_machine_checkpoint_rollback
  • time_machine_diff

Settings

Located in Settings -> Plugins -> Time Machine & Checkpoints:

  • autoSnapshotEnabled: Take automatic checkpoints before file changes (default: true)
  • maxSnapshots: Maximum snapshots in session history (default: 20)
  • autoHealPrompt: Prompt recovery on command failure (default: true)

Verification

npm test