From 99aeafc44f1b5383f312e9ad789f63a8682dabfd Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Jul 2026 22:27:10 +0200 Subject: [PATCH] =?UTF-8?q?test:=20=E5=AF=B9=E9=BD=90=20Artificer=20v0.2?= =?UTF-8?q?=20toolBundle=20=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/selftest/cases/76-aipod-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selftest/cases/76-aipod-spec.ts b/src/selftest/cases/76-aipod-spec.ts index 9b1471c..9e5c7c9 100644 --- a/src/selftest/cases/76-aipod-spec.ts +++ b/src/selftest/cases/76-aipod-spec.ts @@ -63,7 +63,7 @@ const selfTest: SelfTestCase = async (context) => { const bundles = bundle.bundles as JsonRecord[]; const toolBundle = bundles.find((item) => item.name === "agentrun-runner-tools") as JsonRecord | undefined; assert.equal(toolBundle?.repoUrl, "git@github.com:pikasTech/agentrun.git"); - assert.equal(toolBundle?.ref, "v0.1"); + assert.equal(toolBundle?.ref, "v0.2"); assert.equal(toolBundle?.subpath, "tools"); assert.equal(toolBundle?.targetPath, "tools"); assert.equal((bundle.requiredSkills as JsonRecord[]).some((item) => item.name === "dad-dev"), true);