From 108838381afb628e160990b8bdcfba3e91b4e41c Mon Sep 17 00:00:00 2001 From: 777genius Date: Sun, 10 May 2026 15:43:54 +0300 Subject: [PATCH] chore(runtime): bump lock to 0.0.27 --- .gitignore | 2 ++ runtime.lock.json | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 32a0b50c..4f9e30fc 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ remotion/* .home/ .board-task-log-freshness/ + +.serena/ diff --git a/runtime.lock.json b/runtime.lock.json index 323d51d1..a1350554 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.26", - "sourceRef": "v0.0.26", + "version": "0.0.27", + "sourceRef": "v0.0.27", "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.26.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.27.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.26.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.27.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.26.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.27.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.26.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.27.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" }