mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
43abf0aca5
- 增加test:journey脚本,覆盖知识库跨命令全链路用户旅程测试 - 在文档中新增Journey E2E章节,详细说明用户旅程测试定位及断言机制 - 完善commands模块,新增知识库相关命令包括知识库列表、信息、创建、更新、删除 - 新增知识库文档相关命令,如文档列表、状态、上传、删除、打标签及OSS导入 - 添加知识服务管理命令,支持列表、创建、更新、部署、删除及复制 - 支持知识块增删查改命令,完善知识点的灵活操作能力 - 实现数据中心分类管理命令,支持分类增删查操作 - 优化knowledge chat命令,增加workspace-id统一解析及agent-version版本控制 - 重构与知识库相关命令的导出与注册,完善CLI整体能力覆盖 - 新增命令详尽的帮助文档,包含参数说明、使用示例及错误边界 - 实现批量删除知识块的自动分批处理逻辑,易于操作大规模数据 - 添加必要的输入校验与安全提示,确保操作安全且符合规范
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "bailian-cli-monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/modelstudioai/cli",
|
|
"bugs": {
|
|
"url": "https://github.com/modelstudioai/cli/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/modelstudioai/cli.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"ready": "vp check && vp run -r test && vp run -r build",
|
|
"prepare": "vp config",
|
|
"check": "vp check",
|
|
"sync:skill-assets": "pnpm --filter bailian-cli run generate:reference && pnpm --filter bailian-cli run sync:skill-version",
|
|
"dev": "pnpm -F bailian-cli-core dev",
|
|
"bl": "pnpm -F bailian-cli dev",
|
|
"kscli": "pnpm -F knowledge-studio-cli dev",
|
|
"test": "vp test",
|
|
"test:journey": "vp test packages/commands/tests/e2e/knowledge/journeys",
|
|
"release:check": "node tools/release/check.mjs",
|
|
"wiki:crawl": "node tools/wiki-crawler/index.mjs",
|
|
"test:stress": "node packages/cli/tests/stress/run.mjs"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tsx": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"packageManager": "pnpm@10.33.2"
|
|
}
|