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.

AI 分析

基于当前会话和历史记录自动生成 3 个后续提问建议。适合需要启发灵感、加速对话引导,或在连续对话中减少打字输入的用户。

パッケージ
dsh-prompt-for-me
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

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.