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 21–40 of 54 community requestsUpdated hourly from community discussions
All updatesDSH ReleasesFeature Requests
All3 days7 days14 days
TopNew
OpenShippedSolved by pluginWon't fixAll statuses

Window Sep 17, 2026 – Sep 20, 2026

#Problems worth solvingCommunity demand
21
HARNESS
4

Fold turns when their own history is loaded

Allow reasoning and completed conversation turns to fold as soon as each turn’s own start boundary is loaded, without waiting for older session history. Preserve the partially loaded boundary turn and support efficient handling of collapsed content through techniques such as DOM unloading or virtualization.

Explore challenge ↗

The problem

Allow reasoning and completed conversation turns to fold as soon as each turn’s own start boundary is loaded, without waiting for older session history. Preserve the partially loaded boundary turn and support efficient handling of collapsed content through techniques such as DOM unloading or virtualization.

Possibly addressed by:Auto Fold · Collapse History · Chat Window Fold

Start with these discussions

  • 思考过程无法被折叠github · ▲3 · 2 comments
  • 紧凑模式:只要还能「加载更早」,所有已关闭轮次都不折叠(含刚结束的那个)—— 建议折叠门禁从会话级 hasMore 改为逐轮次 turn/start / Compact mode: no closed Turn folds while older history is still loadable, including the one that just finished — gate folding on the Turn's own turn/start instead of session-wide hasMoregithub · ▲2 · 0 comments
  • 长会话以尾部窗口打开时(hasMore=true),完成折叠整场静默失效 —— historyIncomplete 把会话级折叠一起关掉了github · ▲1 · 1 comments
Last active Sep 20, 2026
1 authors1 posts · 2 reactions0 comments
22▲7
HARNESS
2

Detect and stop repetitive generation loops

Detect excessive repetition in generated content, including reasoning blocks and n-gram or near-identical text patterns, then interrupt the degraded generation and notify the user. The guard should avoid false positives on legitimate long reasoning where possible.

Explore challenge ↗

The problem

Detect excessive repetition in generated content, including reasoning blocks and n-gram or near-identical text patterns, then interrupt the degraded generation and notify the user. The guard should avoid false positives on legitimate long reasoning where possible.

Possibly addressed by:Repetition Guard · Loop Guard · Dupguard

Start with these discussions

  • 长会话下输出陷入重复循环(degenerate repetition),建议加输出重复检测github · ▲1 · 1 comments
  • Runaway repetition in the reasoning channel: one 736 KB block with 48,898 repeated phrases, and no guard to stop itgithub · ▲1 · 0 comments
Last active Sep 18, 2026
23
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
24
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
25
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
26▼13
HARNESS
4

Configure per-conversation session-affinity headers

Attach stable per-conversation session identifiers, such as UUID-based OpenCode headers, to outbound inference requests. Allow provider- and model-level control over header names, formats, and omission, together with related prompt-cache settings to improve routing and cache affinity.

Explore challenge ↗

The problem

Attach stable per-conversation session identifiers, such as UUID-based OpenCode headers, to outbound inference requests. Allow provider- and model-level control over header names, formats, and omission, together with related prompt-cache settings to improve routing and cache affinity.

Possibly addressed by:Opencode Session Header · X Opencode Session · Session Header

Start with these discussions

  • Please send x-opencode-session header on API requests (OpenCode Go requires it from 09/05)github · ▲175 · 30 comments
  • bug(llm-pi-ai): openai-responses 路由无法关闭 session_id 请求头github · ▲1 · 2 comments
27
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
28
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
29
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
30▼8
HARNESS
2

Show balance and conversation cost

Add a visible balance indicator that shows the current conversation’s spending and the remaining account balance, whether in the status bar or at the bottom of the chat.

Explore challenge ↗

The problem

Add a visible balance indicator that shows the current conversation’s spending and the remaining account balance, whether in the status bar or at the bottom of the chat.

Possibly addressed by:Balance Guard · Balance · Balance Dock

Start with these discussions

  • 什么时候能在对话框的底部加入一个余额显示的功能github · ▲1 · 0 comments
  • 新增一个余额显示功能github · ▲1 · 0 comments
Last active Sep 20, 2026
1 authors1 posts · 1 reactions0 comments
31
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
32
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
33
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
34
HARNESS
4hackernews5

Configure models and reasoning per teammate

Allow team leads or agent-teams users to independently select a provider, model, and reasoning effort for each teammate, including cheaper or local models.

Explore challenge ↗

The problem

Allow team leads or agent-teams users to independently select a provider, model, and reasoning effort for each teammate, including cheaper or local models.

Possibly addressed by:Agent Team Model · Agent Teams · Agent Teams

Start with these discussions

  • tool-agent-team:agent/created 时序竞态会随机杀死一次性子代理(TEAM_NOT_MEMBER)github · ▲1 · 2 comments
  • Model selection in agent-teamsgithub · ▲1 · 0 comments
  • 【功能建议】Agent Team模式建议加入可以让Lead给teammate指定模型的功能
35
HARNESS
2

Bound and resume session streaming

Optimize remote session delivery over slow or unreliable WebSocket connections by bounding or chunking snapshots, compressing transfers, prioritizing heartbeats, and resuming incremental updates instead of retransmitting large windows.

Explore challenge ↗

The problem

Optimize remote session delivery over slow or unreliable WebSocket connections by bounding or chunking snapshots, compressing transfers, prioritizing heartbeats, and resuming incremental updates instead of retransmitting large windows.

Possibly addressed by:Session Snapshot · Session Handoff · Session Robustness

Start with these discussions

  • 性能优化提案:压缩 remote.mux WebSocket(permessage-deflate)并为首屏快照设界——移动端/远端链路实测首屏缩小 5~8 倍github · ▲1 · 0 comments
  • 关于WebSocket承载大体积数据的问题:慢链路下心跳误杀 + 整窗重发风暴github · ▲1 · 0 comments
Last active Sep 20, 2026
1 authors1 posts · 1 reactions0 comments
36▼26
PLUGIN
6

Configure SSRF-Safe Fake-IP Resolution Allowlisting

Allow web-fetch plugins to configure trusted resolvers, domains, or CIDR ranges for transparent-proxy fake-IP DNS while retaining SSRF protection. Support relevant IPv4 and IPv6 pools, keep private and link-local networks blocked by default, and provide actionable errors.

Explore challenge ↗

The problem

Allow web-fetch plugins to configure trusted resolvers, domains, or CIDR ranges for transparent-proxy fake-IP DNS while retaining SSRF protection. Support relevant IPv4 and IPv6 pools, keep private and link-local networks blocked by default, and provide actionable errors.

Possibly addressed by:Web Fetch Enhanced · Fakeip Compat · Fetch Third Party

Start with these discussions

  • web-fetch-http: add a config toggle to allow non-public DNS answers (fake-ip proxy compatibility)github · ▲12 · 4 comments
  • 建议为 web_fetch 增加可配置的非公网 CIDR 白名单,以支持 Fake-IP 与特殊路由环境github · ▲6 · 1 comments
37▼30
HARNESS
12

Support OpenCode Go Flash models

Update the OpenCode Go integration to discover and expose current Flash models, including V4.1 Flash, and send the required session header so requests work correctly.

Explore challenge ↗

The problem

Update the OpenCode Go integration to discover and expose current Flash models, including V4.1 Flash, and send the required session header so requests work correctly.

Possibly addressed by:Llm Opencode Go · Web Search Opencode Go · Opencodego

Start with these discussions

  • opencode-go provider returns stale model list — deepseek-flash (V4.1 Flash) missing & custom provider fails with MissingSessionIDgithub · ▲3 · 2 comments
  • @ashen_one I tried to use DeepSeek Harness with OpenCode Go API, but I couldn’t use DeepSeek Flash 4.1 on DeepSeek Harne
38
HARNESS
hackernews3

Coordinate parallel coding-agent teams

Provide orchestration for multiple coding-agent teams or workers running in parallel, with shared relevant context, coordination, and ongoing feedback between them.

Explore challenge ↗

The problem

Provide orchestration for multiple coding-agent teams or workers running in parallel, with shared relevant context, coordination, and ongoing feedback between them.

Possibly addressed by:Subagent Profile · Background Agents · Parallel Agent Ade

Start with these discussions

  • Comment on: Show HN: Share your AI Setup, Learn from othershackernews · ▲0 · 0 comments
  • Comment on: GLM-5.3-Flashhackernews · ▲0 · 0 comments
  • Comment on: DeepSeek V4 Flash 0731hackernews · ▲0 · 0 comments
Last active Sep 17, 2026
1 authors1 posts · 0 reactions0 comments
39
HARNESS
1hackernews71

Preserve Unified Sessions Across Providers and Handoffs

Preserve complete conversation, memory, tools, prompts, workspace, and unfinished-work state when switching channels, agents, models, or workflows. Use provider-independent transcripts and centralized project configuration so sessions can move without manual copying or silent rebuilding.

Explore challenge ↗

The problem

Preserve complete conversation, memory, tools, prompts, workspace, and unfinished-work state when switching channels, agents, models, or workflows. Use provider-independent transcripts and centralized project configuration so sessions can move without manual copying or silent rebuilding.

Possibly addressed by:Background Agents · Agent Mode Switcher · Subagent Model Picker

Start with these discussions

40▼3
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
1 authors1 posts · 0 reactions0 comments
← PreviousPage 2 of 3Next →
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
  • opencode-go 无法发送逐对话会话头(x-opencode-session):compat 门控 withhold 导致配置层无解,缓存命中率受损github · ▲1 · 1 comments
  • Last active Sep 10, 2026
    0 authors0 posts · 4 reactions3 comments
    github · ▲1 · 0 comments
    Last active Sep 17, 2026
    1 authors1 posts · 1 reactions0 comments
    web-fetch-http SSRF guard rejects every fetch under transparent-proxy fake-ip DNS (198.18.0.0/15) - no resolver/allowlist escape hatch
    github · ▲3 · 10 comments
    Last active Sep 15, 2026
    0 authors0 posts · 3 reactions2 comments
    x · ▲0 · 0 comments
  • @thdxr 嗨,我们是否可以在 DeepSeek Harness 中使用 OpenCode Go 提供的 V4.1 Flash?x · ▲0 · 0 comments
  • Last active Sep 16, 2026
    0 authors0 posts · 2 reactions1 comments
    子代理加了创建时选模型后,运行中反而切不了了
    github · ▲1 · 0 comments
  • Comment on: HarnessTax: How Much Does the Harness Matter for Coding Agents?hackernews · ▲0 · 0 comments
  • Comment on: OpenAI Agents APIhackernews · ▲0 · 0 comments
  • Last active Sep 18, 2026
    1 authors1 posts · 0 reactions0 comments