flyingtimes/dsh-trajectory-reader

flyingtimes★ 1JavaScriptLast synced: 2026-08-15

Open on GitHub

轨迹解读 · Trajectory Reader — DeepSeek Harness (DSH) web client plugin: a new 轨迹解读 tab that interprets what the assistant did per user round (rules-based + optional LLM narrative), user messages unchanged.

README excerpt

English 简体中文 📖 Trajectory Reader · 轨迹解读 (DSH Web Client Plugin) Adds a new 「轨迹解读」 (Trajectory Reader) tab to the DSH Web GUI conversation view ring (beside 对话 / 轨迹). It segments the session by user round and, for each round, highlights what the user wanted and how the assistant fulfilled it — plus an optional ✨ AI process narrative generated by an LLM for the full think-and-execute story of that round. Install (one command, auto-activated) The package declares dsh.bundle.patch , so dsh plugin add automatically appends it to dsh.profile.bundles — no manual cordis.patch.yml editing. After that, restart dsh web and the conversation tab bar shows 对话 / 轨迹 / 轨迹解读 . Links - npm package: https://www.npmjs.com/package/@clarkchan/trajectory-reader - GitHub repository: https://github.com/flyingtimes/dsh-trajectory-reader - Listed on: https://github.com/0xsline/awesome-deepseek-harness Per-round presentation - Round segmentation : each user message opens a new round; all assistant activity after it belongs to that round. Steering messages mid-execution form their own marked round; orphan activity at session start goes to "session start". - The rules-based summary is instant and dependency-fre…

View full README on GitHub →
Terminal / TUIdeepseek-harnessdshdsh-plugin

Category