What's Changed
- chore: archive changelog for v1.2.2 by @github-actions[bot] in #1160
- docs: add v1.2.1 and v1.2.2 release news by @shiyiyue1102 in #1161
- fix(install): update default dashboard version by @nillikechatchat in #1162
- docs: restructure and expand bilingual documentation by @NingHua-jzp in #1164
- fix(install): promote QwenPaw and refresh embedded image by @NingHua-jzp in #1167
- fix(manager): standardize Worker Skill installation by @NingHua-jzp in #1168
- feat(controller): add project/workflow query API for human-visible workflows by @LUOSENGWA in #1169
- ci: generate release notes from merged PRs by @shiyiyue1102 in #1182
- fix(install): provision AppService tokens on Windows by @ump45nose in #1155
- feat(projects): add human intervention and lifecycle write APIs by @LUOSENGWA in #1172
- fix: enforce LF line endings for shell scripts by @YangMingSJTU in #1134
- Fix worker status schema inconsistency between --name and --team modes by @RerankerGuo in #1101
- fix: reject unsupported declarative apply flags by @YangMingSJTU in #1136
- fix(controller): preserve worker rooms for admin leave by @shiyiyue1102 in #1184
- fix(qwenpaw): avoid unrelated runtime component reloads by @NingHua-jzp in #1189
- Update README.zh-CN.md by @TobeBetterV in #1185
- docs: align Dashboard skill distribution UI paths by @NingHua-jzp in #1192
- feat(projects): add intervention history and worker checkpoint read endpoints by @LUOSENGWA in #1186
- fix: make Worker skill recovery failures non-blocking by @NingHua-jzp in #1193
- chore(install): bump default dashboard version to v1.2.4 by @nillikechatchat in #1195
- fix(controller): validate replan taskId against TeamHarness _safe_id by @haosong384 in #1191
- [codex] prepare v1.2.3 installer fallback by @shiyiyue1102 in #1197
New Contributors
- @ump45nose made their first contribution in #1155
- @YangMingSJTU made their first contribution in #1134
- @TobeBetterV made their first contribution in #1185
- @haosong384 made their first contribution in #1191
Full Changelog: v1.2.2...v1.2.3
Docker Images
Multi-architecture images (amd64 + arm64):
# Embedded all-in-one (infra + controller; pulled by the installer)
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/agentteams/agentteams-embedded:v1.2.3
# Manager (lightweight; spawned by the embedded controller)
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/agentteams/agentteams-manager:v1.2.3
# Worker
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/agentteams/agentteams-worker:v1.2.3
# QwenPaw Worker
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/agentteams/agentteams-qwenpaw-worker:v1.2.3
# Controller (used standalone in k8s; bundled inside agentteams-embedded for docker installs)
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/agentteams/agentteams-controller:v1.2.3Quick Start
Latest stable (v1.2.3)
macOS / Linux
bash <(curl -fsSL https://raw.githubusercontent.com/agentscope-ai/AgentTeams/v1.2.3/install/agentteams-install.sh)Windows (PowerShell 7+)
Set-ExecutionPolicy Bypass -Scope Process -Force; $wc=New-Object Net.WebClient; $wc.Encoding=[Text.Encoding]::UTF8; iex $wc.DownloadString('https://raw.githubusercontent.com/agentscope-ai/AgentTeams/v1.2.3/install/agentteams-install.ps1')Documentation
For more details, see the installation guide.