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.

Community Feature Requests — Plugin Hub News
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

COMMUNITY CHALLENGES

Find your next challenge.

Real problems from the community. Find one that sparks an idea, explore the discussion, and build something people need.

Showing 41–60 of 95 community requestsUpdated hourly from community discussions
All updatesDSH ReleasesFeature Requests
All3 days7 days14 days
TopNew
OpenShippedSolved by pluginWon't fixAll statuses

Window Sep 13, 2026 – Sep 20, 2026

#Problems worth solvingCommunity demand
41
HARNESS
2

Reject Unsupported Node.js Versions Before Startup

Add an early Node.js version guard to the CLI and build entry points, declare the supported engine range, and return a clear error with a nonzero exit code for unsupported versions.

Explore challenge ↗

The problem

Add an early Node.js version guard to the CLI and build entry points, declare the supported engine range, and return a clear error with a nonzero exit code for unsupported versions.

Possibly addressed by:Check For Updates · Install Guard · Version Update

Start with these discussions

  • Fix(cli) Proposal: 让入口守卫在 Node 24.0–24.1 上失败可见,并把它们移出 engines 范围github · ▲1 · 1 comments
  • Node 20 causes npx @deepseek-ai/dsh web to hang without a clear version errorgithub · ▲1 · 0 comments
Last active Sep 14, 2026
1 authors1 posts · 1 reactions1 comments
42▼32
HARNESS
6hackernews2

Limit runaway deliberation and request clarification

Add safeguards that detect excessive, repetitive, ambiguous, or stalled agent behavior, cap or halt it before wasting resources, and ask the user for clarification when intent or the next action is unclear. Support recovery or strategy changes where possible.

Explore challenge ↗

The problem

Add safeguards that detect excessive, repetitive, ambiguous, or stalled agent behavior, cap or halt it before wasting resources, and ask the user for clarification when intent or the next action is unclear. Support recovery or strategy changes where possible.

Possibly addressed by:Circuit Breaker · Continue On Limit · Loop Continue

Start with these discussions

  • agent 在长任务中回复陷入循环、大量重复,且无轮次预算/重复检测兜底github · ▲3 · 8 comments
  • [Bug] Agent output enters an infinite repetition loop that runs for ~10 minutes with no circuit breaker — only a manual abort stops it
43▼38
PLUGIN
11hackernews1

Configure per-model multimodal capabilities

Allow persistent per-model modality declarations and editable capability settings for text, image, audio, and video inputs across built-in, custom, and compatible providers. Document the configuration, report capability limits, and ensure attachments and multimodal plugin results use valid model routes.

Explore challenge ↗

The problem

Allow persistent per-model modality declarations and editable capability settings for text, image, audio, and video inputs across built-in, custom, and compatible providers. Document the configuration, report capability limits, and ensure attachments and multimodal plugin results use valid model routes.

Possibly addressed by:Model Modality · Image Vision · Models Input Modalities

Start with these discussions

  • BUG?:设置页无法声明模型的输入模态(图片),并导致图片无法正常输入github · ▲7 · 2 comments
44
HARNESS
3

Configure each model's API protocol

Allow each model in a provider or catalog route to declare its wire protocol and use that declaration for discovery and request routing across Anthropic Messages, OpenAI Chat Completions, and OpenAI Responses. Support adding protocols through the UI and provide a clear diagnostic when one cannot be inferred.

Explore challenge ↗

The problem

Allow each model in a provider or catalog route to declare its wire protocol and use that declaration for discovery and request routing across Anthropic Messages, OpenAI Chat Completions, and OpenAI Responses. Support adding protocols through the UI and provide a clear diagnostic when one cannot be inferred.

Possibly addressed by:Live Model Catalog · Provider Hub · Model Catalog Refresh

Start with these discussions

  • [Bug/UX] Cannot add a new model to a multi-protocol catalog route (opencode) from the GUI — "needs an api" with no way to set itgithub · ▲3 · 1 comments
  • Custom provider defaults to Chat Completions only, missing Anthropic / Response compatibility — some models undiscoverable
45
PLUGIN
2

Allow Runtime Subagent Model Overrides

Expose runtime provider and model selection for subagent and subagent_fork tools, allowing users to inspect and switch running subagents independently while preserving parent-model inheritance by default.

Explore challenge ↗

The problem

Expose runtime provider and model selection for subagent and subagent_fork tools, allowing users to inspect and switch running subagents independently while preserving parent-model inheritance by default.

Possibly addressed by:Subagent Model Picker · Subagent Model · Submodel Change

Start with these discussions

  • [Bug] Subagent 工具未暴露 model/provider 参数,子代理强制继承父代理模型导致无法按需切换模型github · ▲1 · 3 comments
  • Clearly show the subagent model and let user change it on the flygithub · ▲1 · 1 comments
Last active Sep 18, 2026
1 authors1 posts · 1 reactions1 comments
46
HARNESS
1hackernews1

Force tool selection for agents

Add a toolChoice option that lets agents require a specified tool and propagate that requirement through adapters, wire requests, durable headers, and resumed sessions. This supports integrations that depend on stable tool invocation.

Explore challenge ↗

The problem

Add a toolChoice option that lets agents require a specified tool and propagate that requirement through adapters, wire requests, durable headers, and resumed sessions. This supports integrations that depend on stable tool invocation.

Possibly addressed by:Tool Call Limit · Toolcall Compat · Tool Manager

Start with these discussions

  • Plumb `toolChoice` from an agent option to the wire — pi-ai already carries the fieldgithub · ▲1 · 1 comments
  • Comment on: Claude Fable 5.1 and Claude Mythos 5.1hackernews · ▲0 · 0 comments
Last active Sep 18, 2026
47
HARNESS
3

Enable Codex-to-DeepSeek Harness message delivery

Enable bidirectional communication so Codex can send information directly to DeepSeek Harness, eliminating manual copy-and-paste between the two systems.

Explore challenge ↗

The problem

Enable bidirectional communication so Codex can send information directly to DeepSeek Harness, eliminating manual copy-and-paste between the two systems.

Possibly addressed by:Codex · Codex Community · Embedded Codex

Start with these discussions

  • i might even try to add on the deepseek harness which was released if i can get it to connect to codex i will be runningx · ▲0 · 0 comments
  • @thsottiaux Tibo,我今天意外发现Deepseek harness内的子线程的可以直接将信息发送给codex内的sol主线程,通过codex cli queue。这样我就不需要手动粘贴来传递信息了,不过怎么才能让codex发送x · ▲0 · 0 comments
  • 我今天意外发现Deepseek harness内的子线程的可以直接将信息发送给codex内的sol主线程,通过codex cli queue。这样我就不需要手动粘贴来传递信息了,不过怎么才能让codex发送信息给Deepseek harnex · ▲0 · 0 comments
Last active Sep 18, 2026
2 authors3 posts · 0 reactions0 comments
48▲28
HARNESS
5

Unify the Plugin Architecture

Build a minimal, flexible plugin-based core that supports user-created plugins across GUI and CLI environments, while implementing DSH’s own desktop capabilities as plugins.

Explore challenge ↗

The problem

Build a minimal, flexible plugin-based core that supports user-created plugins across GUI and CLI environments, while implementing DSH’s own desktop capabilities as plugins.

Possibly addressed by:Deepseek Harness Plugins · Plugin Optimization · Plugin Hub

Start with these discussions

  • @nachooolk @emanueledpt Also do you feel like it would be good if there was a plugin/customisation system so that you cax · ▲0 · 2 comments
  • @Teknium @honchodotdev @mem0ai Doesn't deepseek harness architecture serve as a better guide? If you look at it, you onx · ▲0 · 0 comments
  • I was thinking for hermes like deepseek harness concept. Means everything is plugin so hermes imo should able to createx · ▲0 · 0 comments
Last active Sep 19, 2026
2 authors2 posts · 0 reactions0 comments
49
HARNESS
1hackernews6

Add safety-aware automatic action approval

Add an automatic approval mode that evaluates proposed agent actions using configurable policies and, where useful, a classifier. Support soft and hard denials while retaining explicit approval gates for risky, destructive, costly, or external operations.

Explore challenge ↗

The problem

Add an automatic approval mode that evaluates proposed agent actions using configurable policies and, where useful, a classifier. Support soft and hard denials while retaining explicit approval gates for risky, destructive, costly, or external operations.

Possibly addressed by:Auto Approve · Auto Approver · Auto Pass

Start with these discussions

  • Git-aware Auto Approval for long-running coding tasksgithub · ▲1 · 0 comments
  • Comment on: HarnessTax: How Much Does the Harness Matter for Coding Agents?hackernews · ▲0 · 0 comments
  • Comment on: Gemini 3.8 Live and 3.8 Live Extended Thinking
50
HUB
hackernews4

Add cross-harness benchmark comparisons

Provide a standardized place to run, publish, and compare agent-harness benchmarks using consistent prompts and models so users can evaluate DSH against alternatives.

Explore challenge ↗

The problem

Provide a standardized place to run, publish, and compare agent-harness benchmarks using consistent prompts and models so users can evaluate DSH against alternatives.

Possibly addressed by:Harness Audit · Harness All In Dsh · Harness Self Evolution

Start with these discussions

  • Comment on: HarnessTax: How Much Does the Harness Matter for Coding Agents?hackernews · ▲0 · 0 comments
  • Comment on: HarnessTax: How Much Does the Harness Matter for Coding Agents?hackernews · ▲0 · 0 comments
  • Comment on: DeepSeek Harness developer previewhackernews · ▲0 · 0 comments
Last active Sep 19, 2026
2 authors2 posts · 0 reactions0 comments
51
HARNESS
hackernews41

Enable provider-agnostic multi-model workflows

Support arbitrary models and providers, including local and frontier models, and allow workflows to delegate across them or switch between them without restarting the harness.

Explore challenge ↗

The problem

Support arbitrary models and providers, including local and frontier models, and allow workflows to delegate across them or switch between them without restarting the harness.

Possibly addressed by:Better Model Provider · Model Sync · Model Provider

Start with these discussions

  • Comment on: Claude Code now reads AGENTS.md if there is no Claude.mdhackernews · ▲0 · 0 comments
  • DeepSeek Harness:x · ▲0 · 0 comments
  • Comment on: The Harness Is the Thinghackernews · ▲0 · 0 comments
Last active Sep 18, 2026
2 authors2 posts · 0 reactions0 comments
52
HARNESS
2

Add native SSH workspace support

Provide built-in SSH support for remote development and operations through native SSH workspace integration, similar to zcode.

Explore challenge ↗

The problem

Provide built-in SSH support for remote development and operations through native SSH workspace integration, similar to zcode.

Possibly addressed by:Remote Ssh · Ssh Workspaces · Ssh Remote

Start with these discussions

  • dsh 的 desktop能否原生支持下WSL 工作空间和SSH 工作空间?github · ▲1 · 0 comments
  • SSH能力尽快增加github · ▲0 · 1 comments
Last active Sep 19, 2026
1 authors1 posts · 1 reactions0 comments
53
HARNESS
1hackernews2

Verify Code-Grounded Claims

Add automated verification for assistant claims by checking relevant code and cited source text, requiring supporting evidence before claims enter deliverables. Flag high-risk claims for mandatory verification and route cases that cannot be automated to human review.

Explore challenge ↗

The problem

Add automated verification for assistant claims by checking relevant code and cited source text, requiring supporting evidence before claims enter deliverables. Flag high-risk claims for mandatory verification and route cases that cannot be automated to human review.

Possibly addressed by:Harness Audit · Verify Claims · Plugin Verify

Start with these discussions

  • Subagent claims can ship with citations that don't support them — a concrete case and a cheap fixgithub · ▲1 · 0 comments
  • Comment on: Why your local LLM feels dumber than it ishackernews · ▲0 · 0 comments
54▼3
PLUGIN
2

Enhance and preserve file-tree navigation

Improve the file-tree sidebar with icons, filtering, highlighting, and auto-scrolling, while preserving expanded folders, the active file context, and scroll position when files are opened or the interface reloads.

Explore challenge ↗

The problem

Improve the file-tree sidebar with icons, filtering, highlighting, and auto-scrolling, while preserving expanded folders, the active file context, and scroll position when files are opened or the interface reloads.

Possibly addressed by:Sidebar Files · File Tree · Sidebar Enhancement Search

Start with these discussions

  • 侧边栏文件目录优化github · ▲1 · 0 comments
  • File tree in the right sidebar: four additions it already has room forgithub · ▲1 · 0 comments
Last active Sep 20, 2026
1 authors1 posts · 1 reactions0 comments
55▼53
HARNESS
8

Make Web UI authentication configurable

Add configurable authentication for the Web UI across local and remote deployments, including user tokens and external providers such as OAuth. Preserve secure defaults while allowing users to explicitly disable the built-in one-time token when appropriate.

Explore challenge ↗

The problem

Add configurable authentication for the Web UI across local and remote deployments, including user tokens and external providers such as OAuth. Preserve secure defaults while allowing users to explicitly disable the built-in one-time token when appropriate.

Possibly addressed by:Web Auth · Auth Proxy · Web Auth

Start with these discussions

  • Allow bypass one-time token authenticationgithub · ▲5 · 2 comments
  • 访问web的URL新增token认证不方便github · ▲3 · 1 comments
  • dsh web: provide an opt-out for the mandatory browser token auth (reverse-proxy / trusted-LAN deployments)
56▼40
HARNESS
3

Resolve Plugin Conflicts During Upgrades

Detect conflicts between installed, bundled, and updated plugins—including duplicate registrations—and automatically disable or migrate conflicting standalone plugins so startup succeeds. Upgrade controls should continue honoring the setting that hides prerelease versions.

Explore challenge ↗

The problem

Detect conflicts between installed, bundled, and updated plugins—including duplicate registrations—and automatically disable or migrate conflicting standalone plugins so startup succeeds. Upgrade controls should continue honoring the setting that hides prerelease versions.

Possibly addressed by:Conflict Checker · Plugin Updater · Plugin Optimization

Start with these discussions

  • 0.1.3-alpha.2 装有 dsh-file-upload 插件时无法启动(duplicate loader entry id: file-upload)github · ▲2 · 2 comments
  • 新版本更新的时候,经常会有跟插件的冲突导致启动不了。所以能不能变成保障本体启动,有冲突的插件自动禁用?github · ▲1 · 2 comments
  • 能不能自动修复这些兼容问题啊?每次升级都是灾难
57
HARNESS
2

Show repository status beside workspace names

Display each workspace’s active branch and Git state in the sidebar, including clean or dirty status and ahead/behind information, with detailed repository data available on hover.

Explore challenge ↗

The problem

Display each workspace’s active branch and Git state in the sidebar, including clean or dirty status and ahead/behind information, with detailed repository data available on hover.

Possibly addressed by:Git Branch · Workspace Overview · Workspace Status Badge

Start with these discussions

  • Feature request: Git status badge on sidebar workspace rowsgithub · ▲1 · 2 comments
  • Show repository branch name along side workspace name on the sidebargithub · ▲1 · 0 comments
Last active Sep 18, 2026
1 authors1 posts · 1 reactions0 comments
58
HARNESS
2

Add expandable multiline goal display and editing

Make the GoalBar expandable so long objectives can be fully read, provide a full-text hover fallback, and replace the single-line editor with a bounded multiline textarea. Preserve the compact collapsed layout and existing save, cancel, and empty-goal validation behavior.

Explore challenge ↗

The problem

Make the GoalBar expandable so long objectives can be fully read, provide a full-text hover fallback, and replace the single-line editor with a bounded multiline textarea. Preserve the compact collapsed layout and existing save, cancel, and empty-goal validation behavior.

Possibly addressed by:Goal Mode · Grok Goals · Goal

Start with these discussions

  • Proposal: support multiline editing for active goal objectivesgithub · ▲1 · 2 comments
  • [功能建议] 目标栏只有一行且无法展开:长目标读不全,内联编辑框也只有单行github · ▲1 · 0 comments
Last active Sep 18, 2026
1 authors1 posts · 1 reactions0 comments
59▲24
HARNESS
2

Browse and view workspace files in the web UI

Add a web-based workspace browser that supports directory navigation, source-file viewing, and inspection of code changes. It should work well for remote or headless deployments and make agent edits accessible without a local editor.

Explore challenge ↗

The problem

Add a web-based workspace browser that supports directory navigation, source-file viewing, and inspection of code changes. It should work well for remote or headless deployments and make agent edits accessible without a local editor.

Possibly addressed by:Solution Explorer · Session Diff · Code Workbench

Start with these discussions

  • 可以提供类似opencode的web页面中源代码文件查看功能github · ▲1 · 4 comments
  • DSH的webUI看不到本地文件内容真的挺难受的github · ▲1 · 0 comments
Last active Sep 20, 2026
1 authors1 posts · 1 reactions0 comments
60▼4
HARNESS
2

Add post-compaction plugin hooks

Expose deterministic pre- and post-compaction integration points, including a post-compaction lifecycle signal, so plugins can restore or re-seed model-visible context after compaction without polling.

Explore challenge ↗

The problem

Expose deterministic pre- and post-compaction integration points, including a post-compaction lifecycle signal, so plugins can restore or re-seed model-visible context after compaction without polling.

Possibly addressed by:Force Compact · Compactor · Manual Compact Plugin

Start with these discussions

  • [Feature] Expose compaction integration points for plugins that own model-visible contextgithub · ▲1 · 0 comments
  • [core/agent] 'compact' SessionStartSource is reserved but never emitted — no lifecycle signal for plugins to re-seed context after compactiongithub · ▲1 · 0 comments
Last active Sep 16, 2026
← PreviousPage 3 of 5Next →
github · ▲1 · 3 comments
  • 大模型过度思考github · ▲1 · 1 comments
  • Last active Sep 16, 2026
    1 authors1 posts · 1 reactions1 comments
    加入的模型无法设置是否支持图片!
    github · ▲3 · 6 comments
  • 给模型设置加个多模态支持吧,每次改配置文件不方便。github · ▲3 · 1 comments
  • Last active Sep 15, 2026
    1 authors1 posts · 1 reactions1 comments
    github · ▲1 · 2 comments
  • llm-pi-ai: a mixed-protocol catalog route cannot serve a model the installed catalog has not shippedgithub · ▲1 · 1 comments
  • Last active Sep 18, 2026
    1 authors1 posts · 1 reactions1 comments
    1 authors1 posts · 1 reactions1 comments
    hackernews · ▲0 · 0 comments
    Last active Sep 17, 2026
    2 authors2 posts · 0 reactions0 comments
    Comment on: Why does Opus 5 feel worse to work with?
    hackernews · ▲0 · 0 comments
    Last active Sep 14, 2026
    1 authors1 posts · 1 reactions0 comments
    github · ▲2 · 1 comments
    Last active Sep 17, 2026
    1 authors1 posts · 1 reactions0 comments
    github · ▲1 · 0 comments
    Last active Sep 15, 2026
    1 authors1 posts · 1 reactions0 comments
    1 authors
    1 posts · 1 reactions
    0 comments