xiayuhkust/dsh-pace-popups--packages-grasp-probe0

dsh-plugin-grasp-probe

验证偏差探测器:监控对话轮次并评估 AI 自主进度是否超出用户实际验证范围,适时弹出轻量自检提示。

AI 分析

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

套件
dsh-plugin-grasp-probe
版本
0.1.0
授權
MIT
最近更新
2026年8月19日

安裝

此插件尚未提供可驗證的 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.