Skip to content

Commit 0022359

Browse files
committed
chore(release): pin runtime v0.0.73
1 parent 95d6a5a commit 0022359

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

docs/RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Target branch: `dev`.
3434

3535
Runtime gate:
3636

37-
- Agent Teams runtime: `v0.0.72`.
37+
- Agent Teams runtime: `v0.0.73`.
3838
- Terminal Platform runtime: `v0.3.2`.
3939

4040
Draft body source for GitHub release:
@@ -54,6 +54,7 @@ Use self-hosted OpenAI-compatible models with team members.
5454

5555
- Ollama models discovered by the app can now be selected for team members.
5656
- Local model choices no longer disappear during refresh or team launch.
57+
- Messages sent during team startup now wait until teammates finish joining.
5758
- Interrupted team launches, restarts, and deletions no longer restore stale state.
5859
- Fixed packaged builds failing to find the bundled agent runtime, including on Windows.
5960
- Updated dependencies with disclosed security vulnerabilities.

runtime.lock.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"version": "0.0.72",
3-
"sourceRef": "v0.0.72",
2+
"version": "0.0.73",
3+
"sourceRef": "v0.0.73",
44
"sourceRepository": "777genius/agent_teams_orchestrator",
55
"releaseRepository": "777genius/agent_teams_orchestrator_binaries",
6-
"releaseTag": "runtime-v0.0.72",
6+
"releaseTag": "runtime-v0.0.73",
77
"assets": {
88
"darwin-arm64": {
9-
"file": "agent-teams-runtime-darwin-arm64-v0.0.72.tar.gz",
9+
"file": "agent-teams-runtime-darwin-arm64-v0.0.73.tar.gz",
1010
"archiveKind": "tar.gz",
1111
"binaryName": "claude-multimodel",
12-
"sha256": "2468b6f1527e1344c88c7691a99b7b737b2234addac2032312197957536218e1"
12+
"sha256": "8c3554533fa4cac482d96746ccabf7c987507c8b2e87634fe5b175eba9f631c7"
1313
},
1414
"darwin-x64": {
15-
"file": "agent-teams-runtime-darwin-x64-v0.0.72.tar.gz",
15+
"file": "agent-teams-runtime-darwin-x64-v0.0.73.tar.gz",
1616
"archiveKind": "tar.gz",
1717
"binaryName": "claude-multimodel",
18-
"sha256": "ff2bc731faa358f22a44a6244040b7fcece5aeea416d9d07f7f6b1927b6733f2"
18+
"sha256": "b520e182794bd8d55f12cdb1208fdb0719b0d7e4e4218463961b82266fe43172"
1919
},
2020
"linux-x64": {
21-
"file": "agent-teams-runtime-linux-x64-v0.0.72.tar.gz",
21+
"file": "agent-teams-runtime-linux-x64-v0.0.73.tar.gz",
2222
"archiveKind": "tar.gz",
2323
"binaryName": "claude-multimodel",
24-
"sha256": "0663d78c965bc45054e14bfb9bad54b5ea8eec36b6dc3f72b7ee7804b20b5bc4"
24+
"sha256": "a2b6e8522204999b705bb0d465c58a49ec847bf524bdb0384be2ad037e94b761"
2525
},
2626
"win32-x64": {
27-
"file": "agent-teams-runtime-win32-x64-v0.0.72.zip",
27+
"file": "agent-teams-runtime-win32-x64-v0.0.73.zip",
2828
"archiveKind": "zip",
2929
"binaryName": "claude-multimodel.exe",
30-
"sha256": "bf554623cf2ae4b526c4009ea21fa9a51cff60b7388b2ee3c75902ce9bd91d1c"
30+
"sha256": "f1302eaa3e8cbf4fee2dafd2f630d3b1101e47da989bd3627274ecf9af2887d0"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)