From 8a62aebb3d413fa64296382c3748b6ca7ad6bb70 Mon Sep 17 00:00:00 2001 From: 777genius Date: Fri, 8 May 2026 09:51:32 +0300 Subject: [PATCH] chore(runtime): pin orchestrator 0.0.23 --- runtime.lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime.lock.json b/runtime.lock.json index c47e4b38..46923b4e 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.22", - "sourceRef": "v0.0.22", + "version": "0.0.23", + "sourceRef": "v0.0.23", "sourceRepository": "777genius/agent_teams_orchestrator", "releaseRepository": "777genius/agent-teams-ai", "releaseTag": "v1.2.0", "assets": { "darwin-arm64": { - "file": "agent-teams-runtime-darwin-arm64-v0.0.22.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.23.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.22.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.23.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.22.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.23.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.22.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.23.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" }