xarleyn/dsh-draft-sessions ↗★ 0
dsh-draft-sessions
Persistent unsent draft sessions for DeepSeek Harness
AI 分析
核心用途是持久化保存未发送的草稿会话,防止内容丢失。适合经常撰写长文本、需要跨设备或重启后继续编辑草稿的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xarleyn/dsh-draft-sessionsドキュメント
README 全文を読む ↗Configuration
The bundle inserts the draft-sessions Cordis row. Override it from the profile patch when needed:
- id: draft-sessions
config:
# Blank uses $DSH_HOME/storages/dsh-draft-sessions/drafts.json
storagePath: ""
maxDraftsPerWorkspace: 50