{ "name": "dsh-prompt-injector", "version": "0.2.0", "description": "Generic per-turn prompt injector for the DeepSeek Harness web profile — manage a list of context prompts (with enable switch) in the settings page; every round of conversation injects each enabled prompt as a notice line (「上下文注入 xxx」) into the model context, exactly like the mem0 recall reminder. Host-only logic + client settings card; zero dsh source changes.", "type": "module", "main": "src/index.js", "exports": { ".": "./src/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "src", "lib", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE", "docs" ], "license": "MIT", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "prompt-injector", "context-injection", "reminder" ], "engines": { "node": ">=22" }, "dependencies": { "@deepseek-ai/dsh-settings": "^0.1.2-alpha.3", "@deepseek-ai/schemastery": "^3.18.2" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "repository": { "type": "git", "url": "git+https://github.com/runfali/dsh-prompt-injector.git" } }