XXXXXQ-0206/dsh-prompt-for-me0

dsh-prompt-for-me

DeepSeek Harness 的提示词优化器与下一条消息预测器,支持流式直接填充生成

AI 分析

核心用途是辅助用户优化输入提示词并预测后续对话。适合希望提升与 AI 交互效率、获得更精准提示词引导的 DSH 用户。支持在 Web UI 中进行日常配置调节。

套件
dsh-prompt-for-me
版本
0.6.1
授權
MIT
最近更新
2026年9月7日

安裝

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

Configuration

The Web UI exposes only the three everyday choices above. The table below documents cordis.patch.yml composition controls for deployment maintainers; ordinary users are not expected to tune the stable generation limits:

FieldDefaultMeaning
automaticfalseKept for backward compatibility; this fork never renders or starts an automatic ghost workflow.
maxCandidateBytes4096UTF-8 limit per suggestion.
maxDraftBytes32768UTF-8 limit for a draft or edited outcome.
maxCurrentCycleSkipped10Skipped suggestions retained as hard negative context for the next Trigger.
maxCurrentCycleSkippedBytes16384Shared JSON budget for suggestions skipped during the current cycle.
maxCurrentTurns3Most recent current-session turns retained.
maxCurrentContextBytes16384JSON budget for the retained turns.
maxCurrentFeedbackBytes4096JSON budget for current-session suggestion feedback.
maxPreferenceMemoryBytes8192JSON budget for cross-session preference memory.
maxHistorySessions20Earlier sessions inspected.
maxManualPrompts8Earlier manual prompts retained.
maxEditedSuggestions6Edited suggestion pairs retained per feedback tier.
maxAcceptedExact6Exact accepts retained per feedback tier.
maxRejectedSuggestions4Weak rejection signals retained per feedback tier.
maxLocalOutcomes50Browser-local interaction records retained.
maxLocalOutcomesBytes131072Shared JSON budget for browser-local records and their RPC copy.
maxOutputTokens2048Auxiliary model output budget.
timeoutMs30000Auxiliary model-call timeout.
shortcutMod+Shift+SpacePortable Trigger, or disabled.