wanghaonan3333-web/dsh-idea-jar ↗★ 0
dsh-idea-jar
A floating idea jar for DeepSeek Harness that generates, organizes, edits, optimizes, copies, and persistently saves creative ideas.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wanghaonan3333-web/dsh-idea-jar说明文档
阅读完整 README ↗Usage
- Click the transparent jar in the lower-right corner.
- Favorite a generated idea with the star in its bubble.
- Open the library with the star button attached to the jar.
- 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
| Field | Default | Purpose |
|---|---|---|
maxFavorites | 200 | Maximum saved favorites. |
maxRequestChars | 2000 | Maximum extra-requirement length. |
maxIdeaChars | 1000 | Maximum saved idea length. |
maxTokens | 320 | Output-token cap for generation and optimization. |