@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 配合使用以精简模型上下文。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dpskh/dsh-checkpointConfiguration
- id: tool-checkpoint
name: '@dpskh/tool-checkpoint'
config:
toolName: checkpoint # model-facing tool name (default checkpoint)