xarleyn/dsh-draft-sessions0

dsh-draft-sessions

Persistent unsent draft sessions for DeepSeek Harness

AI Analysis

核心用途是持久化保存未发送的草稿会话,防止内容丢失。适合经常撰写长文本、需要跨设备或重启后继续编辑草稿的用户。

Package
dsh-draft-sessions
Version
0.1.0-alpha.0
License
MIT
Last updated
Aug 22, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xarleyn/dsh-draft-sessions

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