fff122/dsh-prompt-presets ↗★ 1
dsh-prompt-presets
DSH 本地可复用提示词预设插件,支持在本地保存并快速调用常用的 Prompt 模板。
AI 分析
核心用途是管理和复用提示词。具体用途尚不清楚,建议阅读仓库说明以获取详细配置和使用方法。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Step 2: Create the plugin configuration
Run this command from the repository root:
cat > prompt-presets.patch.yml <<EOF
- insert:
- id: dsh-prompt-presets
name: '$PWD/dist/src/index.js'
EOF
The plugin path is absolute because the Harness patch loader requires an absolute path.