DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-composer-alcove

Composer Alcove

DSH composer:滚动至 iPhone 主屏幕指示条,角落弧线将真实输入框停靠在左侧或右侧留白处。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Nixz0824/dsh-composer-alcove#4f791807bb8452bf20df82409aeb71eec194c795
README兼容性版本
Bottom composer with outside corner arcsSide writing pad with restore arcMini home-indicator pill

兼容性与来源证明

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

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

版本

0.5.9stable
2026/8/29
0.5.8stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.5.9
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/29
查看源码 ↗
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 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。

README

dsh-composer-alcove

中文 · 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.

Bottom composer with outside corner arcs

Side writing pad with restore arc

Mini home-indicator pill


中文

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.


English

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.