{ "name": "@dsh-external/dsh-client-plugin-context-assembler", "description": "组装式上下文(Assembled Context): a context tree over the dsh session surface with per-node assemble modes (full / key / off), agent-authored presets, and a browser panel that decides what the model actually sees.", "version": "0.1.0", "private": false, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [], "platform": "web" } }, "scripts": { "build": "tsdown", "test": "node --test test/" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/catsenior507/dsh-context-assembler.git" }, "homepage": "https://github.com/catsenior507/dsh-context-assembler#readme", "bugs": { "url": "https://github.com/catsenior507/dsh-context-assembler/issues" }, "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "cordis", "cordis-plugin", "context-engineering", "context-window", "token-budget", "llm-agent", "agent-memory", "typescript" ], "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@types/node": "^20.12.10", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "lightningcss": "^1.32.0", "tsdown": "0.22.14", "typescript": "^5.4.5" }, "files": [ "lib/index.js", "lib/client.js", "cordis.patch.yml", "src", "README.md", "README.zh.md", "assets", "LICENSE" ] }