chore(runtime): bump lock to 0.0.27

This commit is contained in:
777genius 2026-05-10 15:43:54 +03:00
parent da1e5dfc81
commit 108838381a
2 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View file

@ -50,3 +50,5 @@ remotion/*
.home/
.board-task-log-freshness/
.serena/

View file

@ -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"
}