wanghaonan3333-web/dsh-idea-jar0

dsh-idea-jar

A floating idea jar for DeepSeek Harness that generates, organizes, edits, optimizes, copies, and persistently saves creative ideas.

包名
dsh-idea-jar
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wanghaonan3333-web/dsh-idea-jar

Usage

  1. Click the transparent jar in the lower-right corner.
  2. Favorite a generated idea with the star in its bubble.
  3. Open the library with the star button attached to the jar.
  4. Edit, copy, optimize, delete, or assign a status from each paper card.

Copy writes category|idea to the system clipboard and reports browser permission failures on the card.

Configuration

Override the complete idea-jar row config in the profile's cordis.patch.yml:

- id: idea-jar
  config:
    maxFavorites: 200
    maxRequestChars: 2000
    maxIdeaChars: 1000
    maxTokens: 320
FieldDefaultPurpose
maxFavorites200Maximum saved favorites.
maxRequestChars2000Maximum extra-requirement length.
maxIdeaChars1000Maximum saved idea length.
maxTokens320Output-token cap for generation and optimization.