dpskh/dsh-checkpoint2

@dpskh/tool-checkpoint

Checkpoint marker plugin for the DeepSeek Harness: durably records a checkpoint mark in the plugin-owned storage domain (keyed by session) so a later exploration fold (the @dpskh/tool-rewind plugin) can drop the noisy middle of an exploration from the model-visible context while keeping only its outcome; the durable session log stays purely core-vocabulary

AI 分析

核心用途是标记对话的关键节点。适合长文本探索、复杂调试任务,需与 @dpskh/tool-rewind 配合使用以精简模型上下文。

パッケージ
@dpskh/tool-checkpoint
バージョン
0.2.0
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dpskh/dsh-checkpoint

ドキュメント

README 全文を読む ↗

Configuration

- id: tool-checkpoint
  name: '@dpskh/tool-checkpoint'
  config:
    toolName: checkpoint   # model-facing tool name (default checkpoint)