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. 8. 16.

설치

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

Configuration

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