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 Stretch — DSH Plugin for DeepSeek Harness
← Plugins

dsh-composer-stretch

Composer Stretch

Auto-expand composer for DeepSeek Harness: a ⤢ button appears at the top-right of the composer card when the text wraps to 3+ visual lines, stretching the input to near-fullscreen height on click.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-composer-stretch@0.1.2
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/29/2026

Versions

0.1.2
stable
8/29/2026
0.1.1stable
8/26/2026
0.1.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
66.8 kB
Files
10
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
8/29/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Deepseek Idesigndeepseek-idesigniPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

dsh-composer-stretch

中文 | English

为 DeepSeek Harness 打造的输入框扩展插件。当输入框内容行数 ≥ 3 行时,输入框右上角出现扩展按钮;点击后输入框高度扩展到全屏,再点击恢复默认高度。

https://github.com/user-attachments/assets/3d15f435-284f-4cbe-87c1-e59e47c64667

整体交互体验与 Gemini 相似,针对 DSH 再做了些高度适配、修复滚动穿透背景等问题。

安装

dsh plugin --profile web add dsh-composer-stretch

触发方式

  • 条件显示 — 输入框行数 ≥ 3 行时,右上角出现扩展按钮,点击可扩展输入框高度
  • 三连换行自动扩展 — 连续按 3 次 Shift+Enter 自动进入扩展模式

扩展后效果

  • 全屏输入 — 扩展后,输入框达到接近全屏高度(已做适配,不会被会话标题、输入框图片等组件遮挡)。
  • 发送后自动折叠 — 发送消息后自动恢复默认高度,无需手动关闭
  • 扩展时 Enter 换行 — 展开模式下 Enter 键换行,Cmd/Ctrl+Enter 发送
  • 滚动不穿透 — 扩展后修复 DSH 输入框内滚动到边缘时会滚动背景对话区的问题

其他说明

  • 已适配至 DSH v0.1.2-alpha.1
  • 稳定 UI - 依赖高稳定性的 data-slot 标识 + DSH 官方设计令牌,兼容性好,与原生系统适配度极高。
  • 不持久化 — 刷新页面恢复默认状态,无 localStorage 残留
  • 纯前端 — 无自定义协议、无 host 命令、无 LLM 调用、不进会话日志

License

MIT