xarleyn/dsh-draft-sessions0

dsh-draft-sessions

Persistent unsent draft sessions for DeepSeek Harness

AI 分析

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

パッケージ
dsh-draft-sessions
バージョン
0.1.0-alpha.0
ライセンス
MIT
最終更新
2026/08/22

インストール

$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