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 Layout — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-composer-layout

Composer Layout

Keep long answers and detailed prompts side by side with a dockable DSH Composer.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-composer-layout@0.1.19
READMECompatibilityVersions
A real DSH Web session beside a tall right-side ComposerRight-edge handle, layout switch, and right-pane resize

Compatibility and provenance

Composer Layout is published as dsh-composer-layout and currently resolves to version 0.1.19. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.19stable
9/16/2026
0.1.18stable
9/16/2026
0.1.17stable
9/9/2026
Show 16 more versionsCollapse versions
0.1.17-legacy.1prerelease
9/9/2026
0.1.16stable
9/9/2026
0.1.15stable
9/9/2026
0.1.14stable
9/8/2026
0.1.13stable
9/8/2026
0.1.12stable
8/27/2026
0.1.11stable
8/27/2026
0.1.10stable
8/27/2026
0.1.9stable
8/27/2026
0.1.8stable
8/25/2026
0.1.7stable
8/25/2026
0.1.6stable
8/24/2026
0.1.5stable
8/20/2026
0.1.4stable
8/20/2026
0.1.3stable

Related plugins

Loading related plugins…

Latest
0.1.19
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
2.5 MB
Files
18
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
442
Security scan
✓ v0.1.19 scan passed
View source ↗Project homepage ↗
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
8/20/2026
0.1.2stable
8/19/2026

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 pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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 Layout

English · 简体中文

Overview · Install · Why side by side? · See it in DSH · Switch and resize · Features · Release checks · Contributing · 简体中文

Keep the answer in view while you write. Dock Composer to the right so the answer and your growing draft can stay side by side.

DeepSeek Harness Web plugin that lets the Composer stay at the bottom or dock in a right-side column. The chat and Composer keep their own space, while the normal DSH model, permission, quota, session, and tool behavior remains intact.

Keep the answer in view while you write

Why a side-by-side Composer?

The familiar bottom Composer works well when both the answer and the next message are short. Once either one grows, they have to compete for the same vertical strip: a long answer pushes the input away, while a long draft hides the material it is supposed to reference. The work then turns into compensation—copy a detail out, resize the input, scroll back to recover context, search for the passage just read, and repeat.

This is especially wasteful on a desktop. Most desktop displays are wide; horizontal room is usually available, while the height shared by a growing answer, a growing draft, and browser chrome is scarce. A vertical layout spends the abundant dimension poorly and makes the constrained one do all the work.

Docking Composer to the right gives reading and writing separate vertical space. The conversation can stay visible as it grows; the draft can become as detailed as the task requires. The important change is simultaneous access: read a passage, think through it, and shape the corresponding part of the next prompt without losing either surface. It is a small layout change that removes a recurring interruption from long-form work.

See it in DSH

A real DSH Web session beside a tall right-side Composer

Switch and resize

Right-edge handle, layout switch, and right-pane resize

What it adds

  • Bottom, Right, and Automatic Composer placement from Settings → Plugins → Composer Layout. Automatic uses the main area's width-to-height ratio, with a threshold of 0.5–2 (default 1), and requires enough width for both columns.
  • A docking handle shifted left away from the Composer input border; in the right layout it also resizes the Composer pane. When Right is unavailable, its disabled action explains the width requirement.
  • Per-session placement and manually resized right-pane width when “Remember this session layout” is enabled.
  • When the window cannot fit both columns, temporarily stack the Composer while retaining a layout rail; the remembered right-side layout returns automatically once width is available again.
  • In the right-side layout, close slash/reference candidates before another Composer popup opens, so model, access, and context panels do not overlap them. Third-party right-slot controls collapse into an ellipsis popup when space is limited.
  • Adapt to DSH's nested conversation scroll containers and bridge scroll events between the host container and Chat. See release checks for verification scope and the outstanding stream-end timing issue.

In the right-side layout, Chat uses the available left-column width and the plugin divider adjusts reading space. DSH's two native transcript-width handles are hidden to prevent them from overlapping Composer; independent transcript whitespace adjustment is unavailable in this mode. Returning to Bottom restores those handles and preserves DSH's saved width preference.

The plugin is presentation-only: it does not add model-facing tools, change prompts, or alter token accounting.

Install

Install from npm

The npm package contains the prebuilt plugin bundle. The current RC (0.1.5-rc.2) and latest alpha (0.1.6-alpha.1) are checked in Chromium and WebKit. Consult the version-paired checks before choosing a package; a successful alpha test does not promise compatibility with future alpha releases. The previous RC line (0.1.2) remains historical evidence and is not part of the current maintenance matrix. Check the current npm release with npm view dsh-composer-layout version.

dsh plugin --profile web add dsh-composer-layout@latest
dsh web --profile web

Install directly from GitHub

DSH installs the plugin bundle directly from a GitHub repository; the current release tag is v0.1.18.

dsh plugin --profile web add "github:lavapapa/dsh-composer-layout#v0.1.18"
dsh web --profile web

Then open Settings → Plugins → Composer Layout and select Right side. Restarting the Web profile is required because DSH does not hot-reload profile patches.

The repository ships the prebuilt host and browser artifacts used by this command, so installation does not need an install-time build step. To confirm that DSH added the bundle to the intended profile:

dsh --profile web --dump-config

Update

To move an existing installation to the current npm release (check it with npm view dsh-composer-layout version first):

dsh plugin --profile web remove dsh-composer-layout
dsh plugin --profile web add dsh-composer-layout@latest
dsh web --profile web

Dependency declarations are in package.json; the DSH versions actually verified are recorded in release checks. The DSH compatibility workflow regularly checks the plugin against the current DSH release.

Development

The repository intentionally commits the generated lib/ artifacts used by GitHub installs. The plugin owns its implementation under src/; run pnpm typecheck, pnpm build, and pnpm test before publishing. Each release is also checked in a clean matching DSH checkout.

Related links

  • DeepSeek Harness
  • DSH plugin topic
  • Awesome DSH Plugin
  • DSH Market

License

MIT. See LICENSE.