DeepSeek Harness plugin

dsh-composer-alcove

DSH composer: scroll to an iPhone home-indicator pill; corner arcs dock the real composer into the left or right gutter. 下滑收到 Home 条,左右弧线把原输入框停到两侧留白。

Jump to install

Source facts

Repository
Nixz0824/dsh-composer-alcove
Latest update
Aug 21, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Nixz0824/dsh-composer-alcove
Plugin: dsh-composer-alcove
Author: Nixz0824

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-composer-alcove

[中文](#zhongwen) · [English](#english)

> 阅读长回复时,把 DSH 输入栏收到一条 iPhone Home 指示条;点左右圆角弧线,把原来的输入框停到两侧留白。 > > While you read a long DeepSeek Harness reply, the composer shrinks to an iPhone home-indicator pill. Corner arcs dock that same composer into the unused left or right gutter.

!License !DSH !topic

<p align="center"> <img src="assets/screenshots/05-composer-live.png" alt="Bottom composer with outside corner arcs" width="720"> </p>

<p align="center"> <img src="assets/screenshots/06-side-live.png" alt="Side writing pad with restore arc" width="360"> </p>

<p align="center"> <img src="assets/screenshots/03-mini-home.png" alt="Mini home-indicator pill" width="720"> </p>

---

<h2 id="zhongwen">中文</h2>

Web 端客户端插件。不改 DeepSeek Harness 源码,只移动官方输入框本身。

注意: 全新对话的欢迎页(还没发出第一条消息)上插件不生效。开始对话、进入带会话输入栏的窗口后,细条和弧线才会出现。

做什么

操作结果
在长对话里向下滚轮整块输入栏收到底部一条约 134×5px 的 Home 指示条(颜色跟随深/浅色主题)
滑到最新消息后继续向下滚输入栏保持展开,不再收到 Home 细条
鼠标移到细条上输入栏回到原来的展开高度(预览)
移走鼠标再收成细条
点击细条,或点开后的输入栏钉住展开;再向下滚轮会取消钉住
向上滚轮展开并钉住
框里有未发送文字或附件不会收成细条
滑到对话底部细条轻轻放缩一次
点左上 / 右上圆角弧原来的输入框(含 +、模型、发送)滑到左 / 右留白
中间原位换成一根与统计文字同色同粗、长度为统计条 2.5 倍的横线
侧栏右下 / 左下弧,或 Esc滑回底部输入框

圆角弧画在输入框 22px 圆角的外侧,点击范围不进输入区。侧栏里的加号、模型切换、发送、粘贴图片、附件删除都是原来的控件。

安装

仓库是公开的,不必等社区列表收录。

# 推荐:GitHub Release 预构建包
dsh plugin --profile web add https://github.com/Nixz0824/dsh-composer-alcove/releases/latest/download/dsh-composer-alcove-0.5.8.tgz

# 或从 GitHub 源码安装
dsh plugin --profile web add github:Nixz0824/dsh-composer-alcove

# 或本地目录
dsh plugin --profile web add "link:<本目录绝对路径>"

装完刷新浏览器页面。若看不到细条或弧线,重启一次 dsh --profile web

结构

  • lib/index.js — 宿主入口(纯客户端插件,宿主侧为空)
  • lib/client.js — 客户端 bundle(官方 ModuleLoader 格式,免构建)
  • cordis.patch.yml — bundle 装配层
  • assets/screenshots/ — README 与市场用截图

lib/ 为手写维护的发布源;改完刷新页面即可。

开发

npm run check

License

MIT.

---

<h2 id="english">English</h2>

A Web-only client plugin. It does not fork DeepSeek Harness. It repositions the official composer card.

Note: The plugin does nothing on a brand-new empty chat (the welcome / hero screen). It starts after a conversation is underway and the session composer is showing.

Behavior

ActionResult
Wheel down on a long transcriptThe whole composer collapses to a ~134×5px black home-indicator pill
Hover the pillThe original composer height peeks back
Leave the pillIt collapses again
Click the pill, or the expanded composerPins expanded; another wheel-down unpins
Wheel upExpands and pins
Draft text or attachments in the boxCollapse is frozen
Scroll to the bottomThe pill plays a short scale nudge
Click the top-left / top-right black arcThe real composer (including +, model, send) docks into the left / right gutter
Original center slotReplaced by a hairline, same color and thickness as the stats caption, 2.5× that caption's width
Inner bottom arc on the pad, or EscSlides back to the bottom composer

Arcs sit outside the card's 22px corner radius. Their hit stroke does not enter the input. On the side pad, plus, model, send, image paste, and attachment remove are the original controls.

Install

The repository is public. You can install it now; listing on the community catalog is separate.

# Recommended: GitHub Release tarball
dsh plugin --profile web add https://github.com/Nixz0824/dsh-composer-alcove/releases/latest/download/dsh-composer-alcove-0.5.8.tgz

# Or from GitHub source
dsh plugin --profile web add github:Nixz0824/dsh-composer-alcove

# Or a local checkout
dsh plugin --profile web add "link:<absolute-path-to-this-folder>"

Reload the browser page after install. Restart dsh --profile web once if the pill or arcs do not appear.

Layout

  • lib/index.js — host entry (empty; this plugin is client-only)
  • lib/client.js — client bundle (official ModuleLoader format, no build)
  • cordis.patch.yml — bundle patch
  • assets/screenshots/ — README and storefront shots

lib/ is the hand-maintained source. Edit and reload.

Development

npm run check

License

MIT.