NoLetMe: DSH Session Page Inference Keyword Trajectory Panel
NoLetMe is a plugin for the DeepSeek Harness (dsh) web interface, designed to observe the reasoning traces in the model's streaming output in real-time without modifying the existing UI. It mounts via the official `shell.overlay` slot and specifically tracks reasoning blocks while ignoring visible text. Core features include identifying three categories of keyword traces—"efficient action," "hesitant trial," and "neutral restatement"—providing score-threshold-based gray-release round-by-round judgments, and displaying local model-free descriptive statistics such as the count of `I'm doing`, word length, and TTFT. Before use, the dsh CLI must be ≥ 0.1.0-rc.7 and the Node environment ≥ 22. Users can install it via npm prebuilt packages, directly from GitHub, or from a local directory.
Read More