mmyddd/dsh-prompt-optimize
DSH(DeepSeek Harness)web 插件:在聊天输入框右侧工具行加一个 ✨ 按钮, 用 LLM 一键优化当前草稿,再次点击还原原文(右键打开设置)。 这是 market-prompt-optimize(Codex 用户脚本)的 DSH 同款移植。
catalog description:—
Install
dsh-prompt-optimize/
├── package.json # 清单:dsh.bundle.patch + dsh.client(bundle 型)
│ # exports 必须含 "./client"(客户端 bundle 路径,client-modules 依赖)
│ # 与 "./package.json"(client-modules 用 require.resolve('<pkg>/package.json') 读元数据)
│ # exports 必须含 "./client"(客户端 bundle 路径,client-modules 依赖)
│ # 与 "./package.json"(client-modules 用 require.resolve('<pkg>/package.json') 读元数据)
├── cordis.patch.yml # bundle patch:要插入的 loader 行
├── dsh.plugin.json # 插件注册表清单(client.main = lib/client.js)
├── lib/
│ ├── index.js # host 半:/prompt-optimize/api/* JSON 路由(LLM 优化)
│ └── client.js # client 半:✨ 按钮(conversation.input.right 槽位)
└── README.md
Add mmyddd/dsh-prompt-optimize to your DSH config (web profile) to enable.
README
Expand full README Collapse
README is empty.
tt-a1i/archify
anywhere-labs/deepseek-harness-desktop
strukto-ai/mirage
liustack/modlens
omdsh-dev/DSH-better-sidebar
GanyuanRan/Aegis
dsh-market/dsh-market
toby-bridges/api-relay-audit