chore(runtime): pin orchestrator 0.0.23

This commit is contained in:
777genius 2026-05-08 09:51:32 +03:00
parent 51650dca33
commit 8a62aebb3d

View file

@ -1,27 +1,27 @@
{ {
"version": "0.0.22", "version": "0.0.23",
"sourceRef": "v0.0.22", "sourceRef": "v0.0.23",
"sourceRepository": "777genius/agent_teams_orchestrator", "sourceRepository": "777genius/agent_teams_orchestrator",
"releaseRepository": "777genius/agent-teams-ai", "releaseRepository": "777genius/agent-teams-ai",
"releaseTag": "v1.2.0", "releaseTag": "v1.2.0",
"assets": { "assets": {
"darwin-arm64": { "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", "archiveKind": "tar.gz",
"binaryName": "claude-multimodel" "binaryName": "claude-multimodel"
}, },
"darwin-x64": { "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", "archiveKind": "tar.gz",
"binaryName": "claude-multimodel" "binaryName": "claude-multimodel"
}, },
"linux-x64": { "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", "archiveKind": "tar.gz",
"binaryName": "claude-multimodel" "binaryName": "claude-multimodel"
}, },
"win32-x64": { "win32-x64": {
"file": "agent-teams-runtime-win32-x64-v0.0.22.zip", "file": "agent-teams-runtime-win32-x64-v0.0.23.zip",
"archiveKind": "zip", "archiveKind": "zip",
"binaryName": "claude-multimodel.exe" "binaryName": "claude-multimodel.exe"
} }