DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Composer Dynamic Island — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
C

dsh-composer-dynamic-island

Composer Dynamic Island

一个紧凑型 DSH Web composer island,可集成按钮式输入扩展,但不支持用户自定义定位。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:says693/dsh-composer-dynamic-island#2ccd12ff807c3bc983defd2177e15be1a416106f
README兼容性版本

兼容性与来源证明

Composer Dynamic Island 以 dsh-composer-dynamic-island 发布,当前版本为 2.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/2

版本

2.1.0stable
2026/9/2
2.0.0stable
2026/9/2

相关插件

正在加载相关插件…

最新版
2.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/2
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包

README

DSH Composer Dynamic Island

English | 简体中文

Collapse selected DeepSeek Harness Web composer controls into a compact, upward-expanding island without moving their DOM nodes or changing the host React tree.

dsh-TUI · A DeepSeek Harness ecosystem plugin.

Compatibility boundary

This package has two deliberately separate layers:

  • src/index.ts (published as lib/types/index.js) and dsh-plugin.json form a headless Community v0.15 host facet. It requires no contracts, permissions, credentials, browser, or GUI.
  • lib/client.js is an optional DSH Web compatibility adapter. Community v0.15 does not define a client facet, so the adapter is not represented as one and is not claimed as cross-host UI conformance.

See docs/COMPATIBILITY.md for the exact boundary.

Web behavior

The adapter detects controls from an active DSH input or composer surface and lets the user choose which controls collapse into an upward-expanding island. It discovers:

  • native controls and contributions in conversation.input.left, conversation.input.right, and conversation.input.model;
  • button-style contributions in future conversation.input.* or composer.* slots;
  • nested button contributions marked with data-plugin, data-plugin-id, data-extension, data-extension-id, or data-contribution;
  • unmarked button controls that are direct members of a confirmed composer toolbar, as manual opt-in choices.

Discovery stays inside a confirmed input/composer surface. Text-entry widgets such as text/search inputs, textareas, contenteditable regions, and ARIA textboxes are never collapsed, even when they carry a plugin marker. Search, settings, and ordinary form controls outside the composer are not scanned.

Defaults collapse left-side plugin controls and the WebUI team-mode selector. Native tools, permission controls, model controls, and send/stop remain in their original positions. Existing controls remain owned by their original React parent; the adapter changes presentation attributes and styles without moving nodes to another parent.

Open DSH Settings and select 输入灵动岛 to change the detected controls. Selections apply immediately and remain in browser local storage. Hover or focus the three-dot handle to open, click to pin on touch devices, move away to close, or press Escape to close and restore focus.

The plugin deliberately does not provide drag-and-drop, coordinate storage, or any other user-facing button-position editor. Panel placement is calculated only to render the island beside its fixed composer trigger.

Installation

This repository is currently distributed from GitHub:

dsh plugin add github:says693/dsh-composer-dynamic-island

Alternatively, add dsh-composer-dynamic-island to a target profile and enable its bundle. cordis.patch.yml contains the portable Cordis row. If the DSH Web slot service or composer surface is unavailable, the browser adapter is not a supported target and the host facet remains a no-op.

Data and permissions

  • Declared Community v0.15 permissions: none.
  • Network requests: none.
  • Filesystem access: none.
  • Browser storage: only whether configuration is enabled and the identifiers of controls selected for the island.
  • Conversation content, model-provider settings, API keys, and credentials are neither read nor stored.

Older stored layout coordinates and cached control labels are removed when the adapter next loads.

Removal

Remove dsh-composer-dynamic-island from the profile bundles and dependencies, then restart DSH. Browser settings are intentionally preserved unless the site's local storage key dsh-composer-dynamic-island-config-v1 is removed.

Development

Requires Node.js ^22.19 || >=24 and pnpm 10.

The package root follows the dsh-TUI plugin-template contract and exports name, typed Config, and apply without a default export. The optional DSH Web adapter remains a separate, explicitly non-standard client layer.

corepack pnpm install --frozen-lockfile
corepack pnpm build
corepack pnpm verify

Author

This plugin is written and maintained solely by says693.

Status and license

The Community v0.15 metadata is a community draft compatibility declaration, not an official DSH certification. The optional Web adapter must be tested on each supported DSH Web host.

Released under the MIT License.