mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
589e3a4f14
- 修改 package.json 中 typecheck 脚本,新增对 tsconfig.web.json 的检查 - 更新 pnpm-lock.yaml 文件,增加多个依赖项和绑定包的版本信息及平台支持 - 新增 react、lightningcss 等多种平台及架构的预编译绑定库 - 添加多种类型定义依赖,提升类型覆盖范围 - 升级部分工具包及插件版本,优化构建和开发体验
13 lines
577 B
YAML
13 lines
577 B
YAML
# bailian-kb-dsh: inserts the Bailian knowledge-base consumer over dsh-base.
|
|
# workspaceId here is one resolution layer, not the only one: a config value
|
|
# (this env read included) wins per call; when it is unset the plugin resolves
|
|
# the BAILIAN_WORKSPACE_ID credential instead (web UI card or
|
|
# ~/.dsh/.credentials.yaml). The same fallback covers defaultAgentId via
|
|
# BAILIAN_DEFAULT_AGENT_ID, and the API key via DASHSCOPE_API_KEY.
|
|
|
|
- insert:
|
|
- id: tool-bailian-kb
|
|
name: dsh-tool-bailian-kb
|
|
config:
|
|
workspaceId: !!js process.env.BAILIAN_WORKSPACE_ID
|