XXXXXQ-0206/dsh-prompt-for-me0

dsh-prompt-for-me

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

AI 分析

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

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

インストール

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

ドキュメント

README 全文を読む ↗

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.