XXXXXQ-0206/dsh-prompt-for-me0

dsh-prompt-for-me

Prompt optimizer and next-message predictor for DeepSeek Harness, with streamed direct-fill generation.

包名
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.