From 8c847202465628300736c535f10abe62002ec2d3 Mon Sep 17 00:00:00 2001 From: 777genius Date: Wed, 29 Apr 2026 12:18:50 +0300 Subject: [PATCH] chore(runtime): bump orchestrator lock to 0.0.13 --- runtime.lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime.lock.json b/runtime.lock.json index 11995845..56440b59 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.12", - "sourceRef": "v0.0.12", + "version": "0.0.13", + "sourceRef": "v0.0.13", "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.12.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.13.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.12.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.13.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.12.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.13.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.12.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.13.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" }