chore(release): lock runtime 0.0.37
This commit is contained in:
parent
3eacf81603
commit
e5ace8c7cb
2 changed files with 7 additions and 6 deletions
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"version": "0.0.36",
|
||||
"sourceRef": "v0.0.36",
|
||||
"version": "0.0.37",
|
||||
"sourceRef": "v0.0.37",
|
||||
"sourceRepository": "777genius/agent_teams_orchestrator",
|
||||
"releaseRepository": "777genius/agent-teams-ai",
|
||||
"releaseTag": "v2.0.0",
|
||||
"assets": {
|
||||
"darwin-arm64": {
|
||||
"file": "agent-teams-runtime-darwin-arm64-v0.0.36.tar.gz",
|
||||
"file": "agent-teams-runtime-darwin-arm64-v0.0.37.tar.gz",
|
||||
"archiveKind": "tar.gz",
|
||||
"binaryName": "claude-multimodel"
|
||||
},
|
||||
"darwin-x64": {
|
||||
"file": "agent-teams-runtime-darwin-x64-v0.0.36.tar.gz",
|
||||
"file": "agent-teams-runtime-darwin-x64-v0.0.37.tar.gz",
|
||||
"archiveKind": "tar.gz",
|
||||
"binaryName": "claude-multimodel"
|
||||
},
|
||||
"linux-x64": {
|
||||
"file": "agent-teams-runtime-linux-x64-v0.0.36.tar.gz",
|
||||
"file": "agent-teams-runtime-linux-x64-v0.0.37.tar.gz",
|
||||
"archiveKind": "tar.gz",
|
||||
"binaryName": "claude-multimodel"
|
||||
},
|
||||
"win32-x64": {
|
||||
"file": "agent-teams-runtime-win32-x64-v0.0.36.zip",
|
||||
"file": "agent-teams-runtime-win32-x64-v0.0.37.zip",
|
||||
"archiveKind": "zip",
|
||||
"binaryName": "claude-multimodel.exe"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ vi.mock('@main/services/team/ClaudeBinaryResolver', () => ({
|
|||
|
||||
vi.mock('@main/utils/shellEnv', () => ({
|
||||
resolveInteractiveShellEnv: vi.fn(() => Promise.resolve({})),
|
||||
resolveInteractiveShellEnvBestEffort: vi.fn(() => Promise.resolve({})),
|
||||
getCachedShellEnv: vi.fn(() => null),
|
||||
getShellPreferredHome: vi.fn(() => '/Users/tester'),
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue