ChuanTianML/prompt-for-me
ChuanTianML★ 0JavaScriptLast synced: 2026-08-16
Context-aware next-message suggestions for the DeepSeek Harness composer.
README excerpt
Prompt for Me 中文 Prompt for Me (中文名:Prompt 嘴替) suggests the next message you may want to send from the DeepSeek Harness composer. It learns from bounded conversation history and your local suggestion interactions, but it never submits on your behalf. What it does - Adds one Sparkles button to the composer action row. - Uses the same Trigger for the whole flow: click the button or press Mod+Shift+Space . - Streams complete candidates progressively: the first validated suggestion enters the draft immediately while the other two continue generating in the background. - Cycles through the ready suggestions one by one. If the next candidate is still arriving, the same Trigger waits for it without starting a duplicate request. - Requests a fresh batch after the current batch is exhausted. The new request excludes only the batch you just saw, so the flow can continue indefinitely without an ever-growing prompt. - Writes the selected suggestion into the draft. Press Enter to send, edit it first, delete it, or Trigger again for another suggestion. - Never bypasses Harness approvals, never invokes tools, and never sends a message automatically. Install The release tarball is the simplest opt…
View full README on GitHub →