Skip to content

Commit 8a0fb87

Browse files
committed
feat(agent): update openagentpack sdk version
1 parent 5f0966e commit 8a0fb87

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

packages/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"check": "vp check"
4141
},
4242
"dependencies": {
43-
"@openagentpack/sdk": "0.3.0-beta-8d9edcd-20260722",
43+
"@openagentpack/sdk": "0.3.1-beta-85cd4b6-20260727",
4444
"bailian-cli-core": "workspace:*",
4545
"bailian-cli-runtime": "workspace:*",
4646
"boxen": "catalog:",

packages/commands/tests/engines-contract.test.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ import { expect, test } from "vite-plus/test";
77
* 1) bl 全部发布包的 engines.node 必须一致(版本 bump 一动多动的另一面)。
88
* 2) 外部运行时依赖 @openagentpack/sdk 的 engines 下限不得高于 bl 的下限,
99
* 否则 Node 18/20 用户安装 bailian-cli 会触发 EBADENGINE / engine-strict 失败。
10-
* 当前固定的 beta 版本是已知冲突(上游降级已合入,等发版后 bump),用版本号
11-
* 白名单做棘轮:一旦升级依赖版本,本检查自动强制生效。
10+
* 历史上出现过冲突版本,用版本号白名单做棘轮:一旦升级依赖版本,本检查自动强制生效。
1211
*/
1312

1413
const repoRoot = join(import.meta.dirname, "..", "..", "..");
1514
const BL_PACKAGES = ["core", "runtime", "commands", "cli", "kscli"] as const;
1615

17-
/** 上游 engines 降级发版前的已知冲突版本;bump 依赖后请勿把新版本加进来。 */
18-
const KNOWN_SDK_ENGINE_CONFLICT_VERSIONS = new Set(["0.3.0-beta-8d9edcd-20260722"]);
16+
/** 上游 engines 冲突版本白名单;当前依赖版本已对齐,请勿把新版本加进来。 */
17+
const KNOWN_SDK_ENGINE_CONFLICT_VERSIONS = new Set<string>([]);
1918

2019
interface PackageManifest {
2120
name: string;

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)