XXXXXQ-0206/dsh-prompt-for-me ↗★ 0
dsh-prompt-for-me
Prompt optimizer and next-message predictor for DeepSeek Harness, with streamed direct-fill generation.
AI 분석
核心用途是辅助用户优化输入提示词并预测后续对话。适合希望提升与 AI 交互效率、获得更精准提示词引导的 DSH 用户。支持在 Web UI 中进行日常配置调节。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XXXXXQ-0206/dsh-prompt-for-meConfiguration
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:
| Field | Default | Meaning |
|---|---|---|
automatic | false | Kept for backward compatibility; this fork never renders or starts an automatic ghost workflow. |
maxCandidateBytes | 4096 | UTF-8 limit per suggestion. |
maxDraftBytes | 32768 | UTF-8 limit for a draft or edited outcome. |
maxCurrentCycleSkipped | 10 | Skipped suggestions retained as hard negative context for the next Trigger. |
maxCurrentCycleSkippedBytes | 16384 | Shared JSON budget for suggestions skipped during the current cycle. |
maxCurrentTurns | 3 | Most recent current-session turns retained. |
maxCurrentContextBytes | 16384 | JSON budget for the retained turns. |
maxCurrentFeedbackBytes | 4096 | JSON budget for current-session suggestion feedback. |
maxPreferenceMemoryBytes | 8192 | JSON budget for cross-session preference memory. |
maxHistorySessions | 20 | Earlier sessions inspected. |
maxManualPrompts | 8 | Earlier manual prompts retained. |
maxEditedSuggestions | 6 | Edited suggestion pairs retained per feedback tier. |
maxAcceptedExact | 6 | Exact accepts retained per feedback tier. |
maxRejectedSuggestions | 4 | Weak rejection signals retained per feedback tier. |
maxLocalOutcomes | 50 | Browser-local interaction records retained. |
maxLocalOutcomesBytes | 131072 | Shared JSON budget for browser-local records and their RPC copy. |
maxOutputTokens | 2048 | Auxiliary model output budget. |
timeoutMs | 30000 | Auxiliary model-call timeout. |
shortcut | Mod+Shift+Space | Portable Trigger, or disabled. |