chore(release): lock runtime 0.0.37

This commit is contained in:
777genius 2026-05-18 22:28:24 +03:00
parent 3eacf81603
commit e5ace8c7cb
2 changed files with 7 additions and 6 deletions

View file

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

View file

@ -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'),
}));