mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
186c500ca4
- Deleted the `tool-image`, `tool-managed-agent`, `tool-vision`, and `web-search-rag` modules from the codebase. - Updated the Vite configuration to remove entries for the deleted tools and added a new entry for `tokenplan-usage`. - Adjusted tests to reflect the removal of TokenPlan key handling logic from the now-deleted tools.
103 lines
3.0 KiB
JSON
103 lines
3.0 KiB
JSON
{
|
|
"name": "bailian-cli-dsh",
|
|
"version": "1.14.2",
|
|
"description": "Aliyun Model Studio (Bailian) plugin bundle for DeepSeek Harness (dsh): TokenPlan LLM provider and personal-edition TokenPlan usage display in the webui.",
|
|
"homepage": "https://bailian.console.aliyun.com/cli",
|
|
"bugs": {
|
|
"url": "https://github.com/modelstudioai/cli/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "Aliyun Model Studio",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/modelstudioai/cli.git",
|
|
"directory": "packages/dsh"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"client.bundle.js",
|
|
"cordis.patch.yml"
|
|
],
|
|
"type": "module",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./tokenplan-usage": {
|
|
"types": "./src/tokenplan-usage/index.ts",
|
|
"default": "./dist/tokenplan-usage/index.mjs"
|
|
},
|
|
"./memory": {
|
|
"types": "./src/memory/index.ts",
|
|
"default": "./dist/memory/index.mjs"
|
|
},
|
|
"./client": "./client.bundle.js",
|
|
"./cordis.patch.yml": "./cordis.patch.yml",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./tokenplan-usage": "./dist/tokenplan-usage/index.mjs",
|
|
"./memory": "./dist/memory/index.mjs",
|
|
"./client": "./client.bundle.js",
|
|
"./cordis.patch.yml": "./cordis.patch.yml",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"build": "vp pack",
|
|
"dev": "vp pack --watch",
|
|
"test": "vp test",
|
|
"check": "vp check"
|
|
},
|
|
"dependencies": {
|
|
"@deepseek-ai/schemastery": "^3.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
"@deepseek-ai/dsh-agent": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-attachment": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-fs": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-launch-environment": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-session": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-subagent": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-subprocess": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-web": "^0.1.0-rc.6",
|
|
"@types/node": "catalog:",
|
|
"typescript": "^6.0.2",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
"@deepseek-ai/dsh-agent": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-attachment": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-fs": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-launch-environment": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-session": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-subagent": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-subprocess": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
|
|
"@deepseek-ai/dsh-web": "^0.1.0-rc.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.19.0"
|
|
},
|
|
"dsh": {
|
|
"bundle": {
|
|
"patch": "./cordis.patch.yml"
|
|
},
|
|
"client": {
|
|
"platform": "web"
|
|
}
|
|
}
|
|
}
|