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-sessionsConfiguration
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