ChuanTianML/prompt-for-me2

dsh-prompt-for-me

Context-aware next-message suggestions for the DeepSeek Harness composer, always reviewed by the user before sending.

包名
dsh-prompt-for-me
版本
0.2.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChuanTianML/prompt-for-me

Configuration

All generation limits are configurable in cordis.patch.yml:

FieldDefaultMeaning
candidateCount3Suggestions required per batch.
maxCandidateBytes4096UTF-8 limit per suggestion.
maxDraftBytes32768UTF-8 limit for a draft or edited outcome.
maxCurrentContextBytes65536JSON budget for current-session text.
maxHistorySessions20Earlier sessions inspected.
maxHistoryMessages100Earlier direct user prompts retained.
maxHistoryBytes65536JSON budget for earlier prompts.
maxLocalOutcomes50Browser-local suggestion outcomes retained.
maxOutputTokens2048Auxiliary model output budget.
timeoutMs30000Auxiliary model-call timeout.
shortcutMod+Shift+SpacePortable Trigger, or disabled.