dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:lavapapa/dsh-composer-layout
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English · 简体中文
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.

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.

The plugin is presentation-only: it does not add model-facing tools, change prompts, or alter token accounting.
Once published, npm installs use the same prebuilt package as the GitHub release:
dsh plugin --profile web add dsh-composer-layout@0.1.2
dsh web --profile web
DSH installs the plugin bundle directly from a GitHub repository; pinning the command to v0.1.2 makes the installed source explicit and repeatable.
dsh plugin --profile web add "github:lavapapa/dsh-composer-layout#v0.1.2"
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
The GitHub Release also contains a .tgz package for an offline or inspected install:
dsh plugin --profile web add /path/to/dsh-composer-layout-0.1.2.tgz
dsh web --profile web
For a later version, remove the installed package, then add the new npm version, tag, or release asset:
dsh plugin --profile web remove dsh-composer-layout
dsh plugin --profile web add dsh-composer-layout@0.1.2
# or: dsh plugin --profile web add "github:lavapapa/dsh-composer-layout#v0.1.2"
dsh web --profile web
The plugin requires a DSH Web build whose @deepseek-ai/dsh-* packages are in the 0.1.x prerelease line; the tested source checkout is recorded in the release notes.
The repository intentionally commits the generated lib/ artifacts used by GitHub installs. The source is under src/; the source-of-record implementation lives in the DSH workspace and is kept here so a release can be reviewed without opening the monorepo. Changes that touch DSH internals should be tested against the matching DSH checkout before publishing a new release.
MIT. See LICENSE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: ui-enhancement。