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.

Subagent Flowtext — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-subagent-flowtext

Subagent Flowtext

Run every DeepSeek Harness task directly in the FlowText Agent UI

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ytmaps/dsh-subagent-flowtext#817ef14f8e6d952a5d1f8844a2250d962f630030
READMECompatibilityVersions

Compatibility and provenance

Subagent Flowtext is published as dsh-subagent-flowtext and currently resolves to version 0.6.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/1/2026

Versions

0.6.0stable
9/1/2026
0.5.0stable
9/1/2026
0.3.0stable
9/1/2026
Show 1 more versionCollapse versions
0.2.0stable
9/1/2026

Related plugins

Loading related plugins…

Latest
0.6.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
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

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-subagent-flowtext

中文

dsh-subagent-flowtext registers one DeepSeek Harness route: flowtext-direct / flowtext-agent. DSH receives the user instruction, renders a sanitized compact execution trace, and records the terminal answer. FlowText exclusively owns classification, planning, discovery, reads, writes, tools, clarification, approval, and finalization.

The plugin does not register a SubagentProvider, expose subagent_flowtext, or install tool-subagent-flowtext.

Requirements

  • Node.js ^22.19.0 or >=24
  • DeepSeek Harness
  • Obsidian desktop with FlowText Agent Gateway enabled

Install

dsh plugin --profile web add github:ytmaps/dsh-subagent-flowtext

The bundled cordis.patch.yml creates only one Cordis entry:

- id: flowtext-direct
  name: dsh-subagent-flowtext

No environment variable, token copy, or manual Profile edit is needed. The first task asks for local authorization in FlowText; one approval stores and automatically reuses a local DSH credential.

If upgrading from 0.4.x or earlier, remove the old package before adding it again so obsolete subagent-flowtext and tool-subagent-flowtext entries are cleared.

Runtime behavior

  • Every DSH Agent request is forced through flowtext-direct / flowtext-agent.
  • By default, safe phase, plan, and tool summaries stream into DSH as reasoning content; they never become DSH tool calls.
  • Set progressMode: off to retain final-answer-only behavior.
  • Only the latest real user message and DSH sessionId are sent.
  • DSH system prompts, tool catalogs, assistant history, and plugin context are not forwarded.
  • The same DSH sessionId reuses one persistent FlowText conversation and Agent panel.
  • Different DSH sessions receive independent FlowText Agent panels.
  • The complete trajectory is shown in FlowText; DSH receives only the final answer.
  • Clarification and dangerous-operation approval pause DSH until handled in FlowText UI.
  • DSH model retries are disabled to prevent duplicate write tasks.

Configuration

FieldDefaultMeaning
baseUrlhttp://127.0.0.1:27124/flowtext-agent/v1Loopback-only FlowText Gateway URL.
autoPairtrueAsk FlowText for local authorization when no credential exists.
credentialPathDSH credential directoryOptional credential-file override.
clientNameDeepSeek HarnessName shown in the FlowText pairing prompt.
clientIddeepseek-harnessStable client identity.
modelIdunsetOptional FlowText model.
activePathunsetOptional vault-relative active note.
contextPaths[]Optional vault-relative context paths.
policy{}Requested authority; FlowText foreground policy remains authoritative.
runOptions{}FlowText options such as thinkingEnabled.
requestTimeoutMs30000Ordinary HTTP timeout.
longPollMs25000Gateway event long-poll duration.
maxResponseBytes2097152Gateway response limit.
maxPromptBytes1048576User-instruction limit.
maxAnswerBytes1048576Terminal-answer limit.

Security

The Gateway accepts loopback endpoints only. Automatic pairing rejects browser origins and requires explicit authorization in Obsidian. Credentials never enter the Profile, repository, shell history, or model context. Cancelling the parent request or disposing the DSH run cancels the matching FlowText task.

Only text instructions and text terminal answers are currently supported; images and structured output are not forwarded from DSH.