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.

Composer Dynamic Island — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-composer-dynamic-island

Composer Dynamic Island

A compact DSH Web composer island that integrates button-style input extensions without user-defined positioning.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:says693/dsh-composer-dynamic-island#2ccd12ff807c3bc983defd2177e15be1a416106f
READMECompatibilityVersions

Compatibility and provenance

Composer Dynamic Island is published as dsh-composer-dynamic-island and currently resolves to version 2.1.0. 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/2/2026

Versions

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

Related plugins

Loading related plugins…

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

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

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.