lizhecome/deepseek-harness-prompt-optimizer
lizhecome★ 2TypeScriptLast synced: 2026-08-15
LLM-backed prompt optimization bundle for DeepSeek Harness
README excerpt
DeepSeek Harness Prompt Optimizer An installable DeepSeek Harness profile bundle that uses an auxiliary LLM call to improve prompts. The Web UI adds a sparkle button beside Send, and the host plugin can also optimize direct user messages on the cooperative agent/pre-step waterfall. It does not patch the agent loop. 中文说明 Install Requires DeepSeek Harness 0.1.0-rc.6 or later. Use headless instead of web to enable automatic optimization for one-shot tasks. The composer button is available only in the web profile. DeepSeek Harness anchors add . to the invoking checkout before pnpm switches to the profile directory. The package manifest declares a dsh.bundle patch and a Web client entry, so installation mounts the host optimizer, invariant companion, and composer control automatically. To remove it: Behavior Composer button The Web UI contributes a sparkle button to conversation.input.right , immediately before the normal send control. It is disabled while the draft is blank or the composer is busy. Clicking it runs one auxiliary request and replaces the unsent draft with the rewritten text. The button compares both the draft revision and exact text before applying the response. If the …
View full README on GitHub →