1321928757 / dsh-prompt-polish

목록에 있음

输入栏提示词优化插件 / Input-bar prompt optimizer for DeepSeek Harness:6 种策略 × 3 种语言一键重写草稿,可选会话上下文,带确认弹窗、最近 5 次历史与三级设置持久化。

main스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:1321928757/dsh-prompt-polish

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 7a8cc57동기화 2026. 8. 17.

dsh-prompt-polish

English | 中文

Input-bar prompt optimizer for DeepSeek Harness (DSH): an ✨ Optimize button that rewrites your draft into a clearer, more specific, more executable prompt — optionally grounded in the current session's context.

  • 6 strategies × 3 languages plus custom instructions
  • Optional context: goal, todo list, compaction summary, tool results, conversation history
  • Confirm dialog (Adopt / Keep draft / Later) — the draft is never silently overwritten
  • Last-5 optimization history (review / refill / delete)
  • Composer freeze while optimizing, with dual timeouts
  • Three-tier settings persistence (browser L1 → settings row L2 → workspace file L3)

Install

dsh plugin --profile web add github:1321928757/dsh-prompt-polish#v0.2.0

Or from npm (once published):

dsh plugin --profile web add dsh-prompt-polish

PowerShell one-liner (bootstraps pnpm, pins versions, self-checks):

irm https://raw.githubusercontent.com/1321928757/dsh-prompt-polish/v0.2.0/scripts/install.ps1 | iex

Restart dsh web and the ✨ Optimize button appears on the left of the composer. Verify:

dsh --profile web --dump-config | findstr dsh-prompt-polish

Uninstall: dsh plugin --profile web remove dsh-prompt-polish

Requirements: DeepSeek Harness (Node ≥ 20). The package ships prebuilt JavaScript, so git installs need no build approval. Every model call goes through the model you already configured in DSH; nothing is sent to third parties.

Usage

EntryWhat it does
Composer ✨ OptimizeRewrites the draft with the current strategy; includes session context when 📖 is on
Composer Settings panel: 📖 context toggle, 🔧 tool-results toggle, mode, language, custom instructions, optimization history, carry stats
Settings page rowL2 settings row, linked with the panel toggles

Modes: Default (disambiguate and fix) / Concise / Structured (目标·背景·要求·期望输出) / Creative / Translate / Code request. Languages: follow draft / Chinese / English (target language in Translate mode).

Output guarantee: the result is always the user's first-person request to an AI — it never opens with "可以" / "好的" / "我来" and never answers the draft's questions. This is a fixed, byte-identical prompt red line.

Screenshots

Composer with the ✨ Optimize button and the ⚙ settings toggle:

Composer with the Optimize button

Optimization result confirm dialog (Adopt / Keep draft / Later):

Optimization confirm dialog

Settings panel (context toggles, mode, language, custom instructions, optimization history):

Settings panel

Settings persistence (three tiers)

  1. L1 browser: localStorage key ptopt.settings.v1, effective immediately;
  2. L2 settings page: a row under DSH Settings → General, linked with the panel;
  3. L3 workspace file: <workspace>/.dsh/prompt-optimizer/settings.json, synced across browsers/machines; writes are bound by the DSH sandbox policy and silently degrade to L1 when denied.

Compatibility

  • Required host capabilities (all provided by the default web profile via @deepseek-ai/dsh-base): llm, sessions, fs, sandboxPolicy, agentDefaultModel, timer, typert-loader;
  • The browser half talks to the host over Typert RPC (remote.promptPolish.*) — no extra network endpoints;
  • All UI consumes --dsw-* theme tokens and follows the global light/dark theme.

Development

node --test test/          # unit tests (strategy assembly, truncation, classification)
node --check lib/index.js  # syntax check

Local install loop:

dsh plugin --profile demo add ./path/to/dsh-prompt-polish
dsh --profile demo --dump-config

License

MIT. Not affiliated with DeepSeek. Installing runs third-party code on your machine — review the source first.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 17. AM 5:47

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.