dsh-flowglass: Real-Time Session Flow Diagram Plugin for DeepSeek Harness

dsh-flowglass is a real-time conversation flowchart plugin for DeepSeek Harness, designed to address the challenge of intuitively visualizing tool calls and sub-agent execution progress within linear message streams. Maintained by Iwctwbh under the MIT license, it requires Node.js >=22.19. Its core functionality includes rendering conversations into three-lane swimlanes, clearly distinguishing user, assistant backbone, and the initiation/return of tool calls; supporting the expansion, layer-by-layer drilling, and breadcrumb navigation of sub-agent branches; enabling grouped display and status highlighting for parallel calls; and providing a comprehensive detail view with parameters, results, and token information, along with Markdown rendering and one-click copying. The plugin refreshes silently every 2 seconds by default and automatically pauses when the page is not visible. Installation is performed via the `dsh plugin` command, compatible with d...

Read More