liuGuanYi-hub/dsh-message-edit

项目介绍Project Overview

dsh-message-edit 是面向 DSH Web 与桌面端的增强插件。它在历史用户消息旁加入“修改”按钮,可一键把提问回填输入框;模型生成时还能排队发送后续消息,并调整 Logo 与顶栏高度。适合想快速改写提问、连续发送消息时使用。插件通过 DOM 挂载实现,不修改源码,但界面结构更新后可能需适配。

dsh-message-edit is an enhancement plugin for the DSH web console and desktop app. It adds an edit button beside historical user messages to refill the prompt into the input box, and supports queued messages while the model is generating. It also simplifies the logo and adjusts the top bar height. Use it to quickly revise prompts or send messages in sequence. It works via DOM mounting without source patches, but UI changes may require compatibility updates.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:liuGuanYi-hub/dsh-message-edit

liuGuanYi-hub/dsh-message-edit 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-message-edit — DeepSeek Harness 用户消息修改与排队发送插件

DeepSeek Harness Plugin Version Platform Web/Desktop License MIT

原生体验 · 零源码侵入 · 用户消息一键修改回填 · Antigravity 同款排队发消息 · 极简黑鲸 Logo & 顶栏高度重构

dsh-message-edit 是为 DeepSeek Harness (DSH) Web 控制台及桌面端打造的增强插件。


✨ 核心特性

  • ✏️ 一键修改提问(Edit Prompt):在用户历史消息右下角(复制按钮旁)无缝嵌入精致的「修改 (✎)」按钮,点击自动将纯净提问文本回填到底部输入框并聚焦。
  • Antigravity 同款排队发送(Queued Messages):在模型正在思考/生成/重试时,输入框内只要输入文字,右侧 Stop 按钮自动切换为蓝色「启动/发送()」键,按回车即可加入待发队列,当前轮次结束后自动无缝发出。
  • 🐳 极简黑鲸 Logo 呈现:精简左上角品牌展示,仅保留官方经典的黑色小鲸鱼图标,视觉更纯净。
  • 🖥️ 舒适顶栏高度适配:将桌面端顶部标题栏高度从紧凑的 24px 提升至舒展大气的 38px,控制键热区与字形更加协调。
  • 🪶 零外部依赖 & 零源码补丁:纯客户端动态插槽与 DOM 挂载,无需重新编译 DSH 官方源码。

📦 安装与使用

本地安装(推荐)

dsh plugin --profile web add ./dsh-message-edit

启动 DSH Web / 桌面端:

dsh --profile web

📄 开源许可证

本项目采用 MIT License 开源。

上一个 Prev oh-my-ticket 下一个 Next DSHBox