johnvictorio/dsh-custom-prompt0

dsh-custom-prompt

DSH plugin that injects an editable section into the global system prompt, with a settings page to customize it.

AI Analysis

核心用途是允许用户在设置中自定义一段全局系统提示词(如工作规则),并持久化保存。适合需要让 DSH 所有会话都遵循特定行为准则或约束的用户。

Package
dsh-custom-prompt
Version
1.0.0
License
MIT
Last updated
Aug 27, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:johnvictorio/dsh-custom-prompt

Usage

  1. Open Settings, then Custom Prompt.
  2. Check Enabled.
  3. Write your prompt text, for example a short list of working rules.
  4. Save. The change applies to subsequent model steps in every session.

Reset clears both stored fields and returns to the shipped defaults (disabled, empty).

Your text is stored in the custom-prompt section of ~/.dsh/settings.yaml, so it survives restarts.