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.

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

dsh-sidemind

Sidemind

Parallel side questions and side conversations for DeepSeek Harness without polluting the main context.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Musdkar/dsh-sidemind#64d6d36df92e5349212c27b47b90b018f49d58f0
READMECompatibilityVersions

Compatibility and provenance

Sidemind is published as dsh-sidemind and currently resolves to version 0.2.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/18/2026

Versions

0.2.2stable
9/18/2026
0.2.1stable
9/18/2026
0.1.3stable
9/17/2026
Show 1 more versionCollapse versions
0.1.0stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.2.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/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

Related plugins

More verified plugins in memory-context.

Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agentsStratagate Dshstratagate-dshRecent conversations stay vivid. Older ones fade into summaries, not oblivion. StrataGate gives DeepSeek Harness six-layer, time-decaying memory, while lasting events and relationships settle into a knowledge graph. Bring your memories from other AIs withMeow Memorymeow-memoryCross-session project memory for DeepSeek Harness: seven-layer SQLite memory, first-turn snapshot injection, per-message keyword hits, memory_remember/search/project tools, automatic reflection with reflection-fold UI, and idle-triggered dream consolidati

README

SideMind

Parallel conversations without polluting your main context.

SideMind is an experimental DeepSeek Harness Web/Desktop plugin built around two deliberately different interaction models:

  • /side [question] — open an ephemeral multi-turn side thread in DSH's native right sidebar. It forks from the latest completed main turn, supports read-only tools, and is destroyed when its tab is actually closed.
  • /btw <question> — ask an ephemeral single-response side question in a compact overlay above the main composer. It sees the current completed conversation context, has no tools, and is destroyed when dismissed.

0.2.2

0.2 is a UI/interaction rewrite informed by the open-source Codex TUI /side, Grok Build's open-source /btw panel, and DSH's own UI primitives. 0.2.1 added a child-scoped fork-boundary system prompt; 0.2.2 replaces the BTW mini-chat chrome with Grok's compact bordered-panel interaction.

Side

  • no duplicate giant SideMind header inside the native DSH tab;
  • a thin From main thread · read-only · ephemeral context strip;
  • inherited parent history stays model-visible but is hidden from the Side transcript;
  • compact user bubbles + document-style assistant Markdown;
  • DSH MarkdownText when available, with a compatibility fallback;
  • copy-as-Markdown action on assistant replies;
  • auto-focused, auto-growing composer;
  • Enter sends and Shift+Enter inserts a newline;
  • /side why is this implemented this way? creates the branch and sends the first question immediately.

BTW

  • Grok Build-style bordered panel directly above the composer;
  • the top border itself carries /btw <question> and an always-visible [Esc] hint;
  • Loading / Done / Error states with no duplicate question card, product header, or footer;
  • DSH Markdown rendering for the answer;
  • bounded internal scrolling for long replies; completed long answers accept Arrow/Page/Home/End navigation;
  • Esc closes the panel and destroys the child;
  • no tools and no write-back to Main;
  • intentionally does not persist dismissed BTW answers into Main scrollback.

See docs/DESIGN.md for the reference analysis and interaction rationale.

Isolation model

  1. Both surfaces inherit only through the latest completed parent turn and then diverge.
  2. SideMind never sends side answers back into the parent Agent automatically.
  3. Side prompt bodies live only in the ephemeral child Session.
  4. /btw exposes no model tools.
  5. /side allows only a conservative known read-only tool set; unknown/custom tools fail closed.
  6. Closing the corresponding UI disposes the owning child AgentHandle and removes the in-memory child Session.
  7. SideMind deliberately avoids DSH's persistence-backed continuable-subagent path so close still means destroy.

The parent Session still records ordinary DSH command lifecycle events for command admission. SideMind uses recordInput: false, and successful internal control calls contain neither the side prompt body nor the side answer in those parent command records.

Compatibility

DSH is still a rapidly changing developer preview. SideMind avoids newer sidebar close-handler APIs and watches the tab occurrence AbortSignal instead, which works with the older DSH build currently shipped in the tested DSH Desktop.

The browser client prefers DSH-native UI primitives but keeps compatibility fallbacks for Desktop builds that expose a smaller client-module surface.

Development

npm test
npm run check

See:

  • Architecture
  • Interaction design

License

MIT