From 1dd9f65467da5a369162f86efd13b48c2f85a6fb Mon Sep 17 00:00:00 2001 From: 777genius Date: Sat, 25 Apr 2026 23:53:49 +0300 Subject: [PATCH] chore(runtime): pin orchestrator 0.0.9 --- runtime.lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime.lock.json b/runtime.lock.json index cdaa66c4..8e766058 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.8", - "sourceRef": "v0.0.8", + "version": "0.0.9", + "sourceRef": "v0.0.9", "sourceRepository": "777genius/agent_teams_orchestrator", "releaseRepository": "777genius/claude_agent_teams_ui", "releaseTag": "v1.2.0", "assets": { "darwin-arm64": { - "file": "agent-teams-runtime-darwin-arm64-v0.0.8.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.9.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.8.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.9.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.8.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.9.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.8.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.9.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" }