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.

Flowtext — DSH Plugin for DeepSeek Harness
← Plugins
F

dsh-flowtext

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-flowtext#e917304ab1500f2b90cf1b5860a5888693ea19ac
READMECompatibilityVersions

Compatibility and provenance

Flowtext is published as dsh-flowtext and currently resolves to version 0.9.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/9/2026

Versions

0.9.0stable
9/9/2026
0.8.0stable
9/9/2026

Related plugins

Loading related plugins…

Latest
0.9.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
Last push
9/9/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 integrations-communication.

Im@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.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

dsh-flowtext

中文

dsh-flowtext registers one DeepSeek Harness route: flowtext-direct. 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-flowtext

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

- id: flowtext-direct
  name: dsh-flowtext

No environment variable, token copy, or manual Profile edit is needed. FlowText automatically registers every open vault. The first task sent to each vault asks for local authorization in FlowText; DSH then stores and reuses a separate credential for that vault.

When upgrading from dsh-subagent-flowtext, remove the old package before installing dsh-flowtext. Existing per-vault pairing credentials are migrated automatically, so no token needs to be copied again.

Runtime behavior

  • Every DSH Agent request is forced through flowtext-direct.
  • One open FlowText vault is selected automatically. With multiple open vaults, DSH lists each as FlowText Agent · Vault name so the target can be selected before submission.
  • Every task carries the stable vault ID maintained by Obsidian itself. FlowText validates it before execution, preventing a dynamic port change from routing work to another vault.
  • The first Gateway prefers 127.0.0.1:27124; additional simultaneously open vaults use automatically assigned free ports with no user configuration.
  • 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 a sanitized compact trace and the final answer.
  • FlowText clarifications use DSH's native Session-scoped question composer and return structured choices or free text to the original FlowText task.
  • Dangerous FlowText operations use DSH's native approval card. The remote route intentionally exposes only allow-once and reject, never a task-wide grant.
  • The FlowText UI keeps showing the complete run and pending request, but DSH-owned interaction controls are read-only there to prevent competing answers.
  • Human interaction time does not consume the FlowText Agent execution timeout.
  • DSH model retries are disabled to prevent duplicate write tasks.

Configuration

FieldDefaultMeaning
baseUrlunsetAutomatically discover all open vaults by default; set a loopback Gateway URL only for compatibility with older FlowText versions.
registryDir~/.flowtext/agent-gatewaysOptional advanced discovery-directory override.
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.
runOptions{}FlowText options such as thinkingEnabled.
requestTimeoutMs30000Ordinary HTTP timeout.
longPollMs25000Gateway event long-poll duration.
maxResponseBytes2097152Gateway response limit.
maxPromptBytes1048576User-instruction limit.
maxAnswerBytes1048576Terminal-answer limit.
progressMode

Security

The Gateway accepts loopback endpoints only. Vault discovery records contain only identity, display name, path, and dynamic port, use owner-only local files, and never contain tokens. Automatic pairing rejects browser origins and requires explicit authorization in Obsidian. Credentials are isolated per vault and never enter the Profile, Obsidian vault, shell history, or model context. Clarification and approval use DSH's Agent-scoped interaction services directly: they do not create another DSH model turn and their answers are not sent to the DSH model. 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.

summary
summary streams a sanitized trace; off returns only the final answer.