xiayuhkust/knowledge-territory--packages-grasp-probe1

dsh-plugin-grasp-probe

Verification-gap probe for DeepSeek Harness: a backend plugin that watches each user turn, judges steer/ride/neutral with a cheap LLM, and accumulates how far the AI's autonomous progress has outrun what the user has actually verified — surfacing a faint, ignorable prompt (over an in-memory Connection RPC channel, never the session log) when they've drifted out of grasp.

AI 분석

核心用途是防止用户对 AI 的连续输出产生盲目信任。适合在长对话或复杂任务中,需要被适度提醒停下进行阶段性验证的用户。

패키지
dsh-plugin-grasp-probe
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

dsh-plugin-grasp-probe

Part of dsh-pace-popups. A quiet, ignorable nudge for the DeepSeek Harness (dsh) web UI.

When a session's progress may have run past what you can still vouch for — e.g. several rubber-stamp "continue" replies in a row — a faint line appears above the composer suggesting you pause, with a one-question self-check (flashcard style). It is reactive (it watches conversation state, it is not a timer) and always ignorable.

  • Channel: in-memory Connection RPC /grasp-probe. Never writes the session log.
  • Config (via the profile / bundle patch):
    • scale — progress weight (default 0.166).
    • score.threshold — prompt threshold; 1.6 ≈ three rubber-stamp replies in a row.
  • Client: zero-build hand-written factory in lib/client.js; renders in conversation.input.dock.

Honors the shared pace-popup:enabled:grasp flag so the pace-hub bar can switch it off.