chore(runtime): pin orchestrator 0.0.24
This commit is contained in:
parent
0146c2b600
commit
deef93a81f
1 changed files with 6 additions and 6 deletions
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"version": "0.0.23",
|
||||
"sourceRef": "v0.0.23",
|
||||
"version": "0.0.24",
|
||||
"sourceRef": "v0.0.24",
|
||||
"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.23.tar.gz",
|
||||
"file": "agent-teams-runtime-darwin-arm64-v0.0.24.tar.gz",
|
||||
"archiveKind": "tar.gz",
|
||||
"binaryName": "claude-multimodel"
|
||||
},
|
||||
"darwin-x64": {
|
||||
"file": "agent-teams-runtime-darwin-x64-v0.0.23.tar.gz",
|
||||
"file": "agent-teams-runtime-darwin-x64-v0.0.24.tar.gz",
|
||||
"archiveKind": "tar.gz",
|
||||
"binaryName": "claude-multimodel"
|
||||
},
|
||||
"linux-x64": {
|
||||
"file": "agent-teams-runtime-linux-x64-v0.0.23.tar.gz",
|
||||
"file": "agent-teams-runtime-linux-x64-v0.0.24.tar.gz",
|
||||
"archiveKind": "tar.gz",
|
||||
"binaryName": "claude-multimodel"
|
||||
},
|
||||
"win32-x64": {
|
||||
"file": "agent-teams-runtime-win32-x64-v0.0.23.zip",
|
||||
"file": "agent-teams-runtime-win32-x64-v0.0.24.zip",
|
||||
"archiveKind": "zip",
|
||||
"binaryName": "claude-multimodel.exe"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue