DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Flowglass En — DSH Plugin for DeepSeek Harness
← Plugins

dsh-flowglass-en

Flowglass En

English-only live session flow visualization for DeepSeek Harness.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-flowglass-en@0.6.1
READMECompatibilityVersions

Compatibility and provenance

Flowglass En is published as dsh-flowglass-en and currently resolves to version 0.6.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.6.1stable
9/20/2026

Related plugins

Loading related plugins…

Latest
0.6.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
549.1 kB
Files
11
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

Flowglass English (dsh-flowglass-en)

An English-only live session flow visualizer for DeepSeek Harness. Flowglass turns users, assistant responses, tool calls, parallel work, and subagents into an interactive execution graph.

This package has its own npm and runtime identities, so it can be installed without colliding with the original Chinese package.

Features

  • Live three-lane visualization for user messages, assistant work, tool calls, and results.
  • Clickable details for messages, tools, models, token usage, and subagents.
  • Nested subagent navigation and session-aware branch continuation.
  • Flow Zoom views for concurrent sessions, including compact, detailed, and map layouts.
  • Persistent topology history for evolving 1-to-N branches.
  • Configurable refresh interval, default branch count, default view, and tool presentation rules.
  • Native right-sidebar integration, Better Sidebar compatibility, and a built-in fallback panel.
  • English-only interface, settings, errors, logs, and package metadata. No translation engine is included.

Requirements

  • Node.js 22.19 or newer
  • DeepSeek Harness 0.1.5-rc.1 or newer

Install

From npm after publication:

dsh plugin --profile web add dsh-flowglass-en@0.6.1

From a local package tarball:

dsh plugin --profile web add ./dsh-flowglass-en-0.6.1.tgz

Restart DeepSeek Harness after installation. To remove it:

dsh plugin --profile web remove dsh-flowglass-en

Build from source

npm run build
npm run check:english
npm pack

The generated native package is synchronized to flowglass/. The English-only check scans the source files and generated package for Han characters.

Runtime architecture

  • flowglass/lib/index.js: native Host plugin.
  • flowglass/lib/client.js: native web Client plugin.
  • flowglass/lib/remote.js: Host/Client Remote contract.
  • Bundle ID: flowglass-en.
  • Package and configuration identity: dsh-flowglass-en.
  • No dynamicCordisRunner or generated dyn/* packages are used.

Development

The source of truth is:

  • plugins/flow/tool.js
  • plugins/toolbox/client.js
  • plugins/toolbox/host.js
  • shared/
  • build/

Run the complete local verification with:

npm test

Credits

This English-only standalone package is based on the original Chinese Iwctwbh/dsh-flowglass project. Thanks to its author and contributors for the original Flowglass design and implementation.

This repository is independently maintained and is not an official English release of the upstream project.

License

MIT. The upstream copyright and license notice are preserved.