dsh-turn-fold: Collapsing DSH's Thinking and Tool Calls into Steps and Turn Bars
dsh-turn-fold is a standalone plugin developed specifically for the DSH (DeepSeek Harness) Web interface, maintained by Winter-And-You-Gone and licensed under the MIT License. It does not modify the DSH core source code. Its core functionality is to collapse long Think, tool calls, and command outputs within agent replies into interactive step bars and turn bars, addressing the issues of interface clutter caused by long replies and the difficulty in locating summaries. Key features include: 1. **Automatic Step Folding**: It groups and collapses tool calls and thinking processes between text segments. It displays actions and shimmer effects in real-time during execution. Upon completion, it groups titles by type (e.g., execution, reading, searching), and highlights failed items in red. 2. **Real-time Metric Monitoring**: It displays execution time and Token consumption in real-time.
Read MoreDeepSeek Harness Plugin `dsh-negative-ledger`: Recording Falsified Paths and Automatically Invalidating Them Upon Evidence Changes
`@akslcw/dsh-negative-ledger` is a community plugin for DeepSeek Harness (DSH), designed to persistently record an agent's "falsified paths" and prevent repeated invocation of failed commands, attempts to read missing files, or calls to unavailable APIs. This plugin is not a memory system, cache, or bug tracker; instead, it transforms failed attempts into traceable, invalidatable negative facts by binding evidence and retry conditions. Its core mechanisms include: identifying repeated attempts via fingerprints based on command or file path; offering three modes—`warn` (default, with added contextual hints), `block` (intercepts before execution), and `off`; and automatically invalidating conclusions when dependent evidence changes to allow retries. The plugin supports SQLite (multi-process/WAL) and JSONL (single-process) backends.
Read More