deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:wanghaonan3333-web/dsh-idea-jar
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 中文
Idea Jar is a floating creative tool for DeepSeek Harness Web. Click the transparent jar to generate one idea, then keep useful results as colored paper notes inside the jar.
idea-jar namespace across page reloads, plugin updates, and DSH restarts.After the package is published:
dsh plugin --profile web add dsh-idea-jar
Restart dsh web, then refresh the browser page.
dsh plugin --profile web add github:wanghaonan3333-web/dsh-idea-jar
GitHub installation runs the package prepare build. pnpm 10 and newer block dependency builds by default. Review the source, add the exact package key printed by the CLI to the profile's pnpm-workspace.yaml allowBuilds, and retry the installation.
The prebuilt release avoids dependency-build approval:
dsh plugin --profile web add "https://github.com/wanghaonan3333-web/dsh-idea-jar/releases/latest/download/dsh-idea-jar-0.3.1.tgz"
Copy writes category|idea to the system clipboard and reports browser permission failures on the card.
workspaces service; paste the copied prompt to start. It is hidden unless enableNewSession is set to true.{ "favorites": [...] }) and the legacy dynamic-plugin .idea-jar-favorites.txt (tab-separated, base64-encoded category and idea).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
maxBatch: 3
enableNewSession: false
| 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, optimization, and expansion. |
maxBatch |
3 |
Maximum candidates per generation request. |
enableNewSession |
false |
Show the "新会话" action that opens a new session with the idea as a prompt. |
idea-jar section of $DSH_HOME/settings.yaml; the plugin creates no project-local data file./idea-jar/api; cross-site requests are rejected and bodies are capped at 2 MiB.Node.js 22.19 or newer is required.
npm install
npm run check
Install the checkout into a Web profile:
dsh plugin --profile web add ./dsh-idea-jar
dsh --profile web --dump-config
The composed output should contain the idea-jar row.
wanghaonan3333-web placeholder in the project with the real GitHub owner.dsh-plugin topic.npm run check and npm pack --dry-run.npm publish --access public so installs use prebuilt artifacts.community/awesome-entry.yml to awesome-dsh-plugin/awesome-dsh-plugin.Generation and optimization are independent auxiliary model requests and do not enter the active chat session. The plugin sends one requirement or saved idea to the current default model and requests only category|idea. Each call requests at most maxTokens output tokens. Changes to the requirement, saved idea, default model, or system prompt change the independent request prefix.
web profile and provides no headless UI.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。