Skip to content

refactor: complete the AgentTeams hard-cut rename#1065

Merged
shiyiyue1102 merged 4 commits into
mainfrom
codex/complete-agentteams-hard-cut
Jul 21, 2026
Merged

refactor: complete the AgentTeams hard-cut rename#1065
shiyiyue1102 merged 4 commits into
mainfrom
codex/complete-agentteams-hard-cut

Conversation

@shiyiyue1102

Copy link
Copy Markdown
Collaborator

Summary

  • hard-cut active source, installer, Helm, controller, runtime paths, environment contracts, storage identifiers, Matrix aliases, and docs to the canonical AgentTeams names
  • remove retired installer wrappers, CLI/env/path aliases, image tags, migration branches, and release-name compatibility
  • add a CI gate that rejects retired-brand content in active files and in every tracked path
  • align the CoPaw bridge on the canonical controller entry point

Intentional breaking boundary

This PR does not preserve backward compatibility. Fresh AgentTeams installs are the supported boundary; existing retired-name scripts, environment variables, container paths, Helm release naming, CLI aliases, and state migrations are removed by design.

Historical release notes, changelogs, blog prose, and legacy FAQ snapshots remain archival content, while their tracked filenames and all active links use AgentTeams names.

Validation

  • go test ./... (agentteams-controller)
  • Helm dependency build, canonical render check, and helm lint
  • make check-crd-sync
  • all changed shell scripts: bash -n
  • PowerShell installer parser validation
  • Python compileall for CoPaw, Hermes, QwenPaw, plugins, and scripts
  • AgentTeams hard-cut naming gate
  • TeamHarness and WorkerFlow plugin manifest validation
  • CoPaw canonical bridge materialization smoke test
  • focused CoPaw tests: 30 passed; four unchanged mirror tests still expose pre-existing fixture drift, and the full existing bridge suite references pre-existing missing standard/runtime sync functions

Change-Id: Id90459456f93b573312c4f83306aab085f0c81ed
Change-Id: I9b9a8c98dc04dd04b950d2f698182826dbaf7396
Change-Id: I72c8ba0c6d6652185d7103edbf742fe663004358
Change-Id: Ib8ab878e8de8f69b3176f0e51eb04e4f89dd5c49
@github-actions

Copy link
Copy Markdown
Contributor

📊 CI Metrics Report

Summary

Metric Current Baseline Change
LLM Calls 146 97 +49 ↑ +50.5%
Input Tokens 4202630 2719498 +1483132 ↑ +54.5%
Output Tokens 26385 16508 +9877 ↑ +59.8%
Total Tokens 4229015 2736006 +1493009 ↑ +54.6%

By Role

Role Metric Current Baseline Change
🧠 Manager LLM Calls 102 72 +30 ↑ +41.7%
Input Tokens 3089295 2092724 +996571 ↑ +47.6%
Output Tokens 17007 10274 +6733 ↑ +65.5%
Total Tokens 3106302 2102998 +1003304 ↑ +47.7%
🔧 Workers LLM Calls 44 25 +19 ↑ +76.0%
Input Tokens 1113335 626774 +486561 ↑ +77.6%
Output Tokens 9378 6234 +3144 ↑ +50.4%
Total Tokens 1122713 633008 +489705 ↑ +77.4%

Per-Test Breakdown

Test Mgr Calls Wkr Calls Δ Calls Mgr In Wkr In Mgr Out Wkr Out Δ Tokens Trend
02-create-worker 7 0 +2 ↑ +40.0% 191812 0 835 0 +55659 ↑ +40.6% ⚠️ regressed
03-assign-task 11 5 +3 ↑ +23.1% 306310 113679 1589 765 +112163 ↑ +36.2% ⚠️ regressed
04-human-intervene 15 0 +1 ↑ +7.1% 400846 0 1896 0 +66305 ↑ +19.7% ⚠️ regressed
05-heartbeat 9 0 +2 ↑ +28.6% 289270 0 1721 0 +92787 ↑ +46.8% ⚠️ regressed
06-multi-worker 60 39 +41 ↑ +70.7% 1901057 999656 10966 8613 +1166095 ↑ +66.5% ⚠️ regressed

Trends

⚠️ 5 test(s) regressed (more LLM calls)


Generated by AgentTeams CI on 2026-07-21 03:52:14 UTC


📦 Download debug logs & test artifacts

@shiyiyue1102

Copy link
Copy Markdown
Collaborator Author

@johnlanni @Jing-ze @Sunrisea All checks are green now. Could you take a look when convenient?

@maplefeng-a maplefeng-a left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is green. The hard-cut AgentTeams rename matches the stated breaking-boundary policy, and I did not find blocking issues in the reviewed installer, Helm, controller storage, runtime entrypoint, or CoPaw bridge changes. Approving.

@shiyiyue1102
shiyiyue1102 merged commit 687b6d9 into main Jul 21, 2026
23 checks passed
nattiini45 added a commit to nattiini45/AgentTeams that referenced this pull request Jul 23, 2026
* fix: align AgentTeams runtime naming defaults (agentscope-ai#1041)

* fix: prepare beta release workflow (agentscope-ai#1054)

* fix: harden beta release gates (agentscope-ai#1056)

* fix(cli): reject unsafe plugin archive links (agentscope-ai#1043)

* fix(scripts): redact complete Matrix events (agentscope-ai#1047)

* fix(migrate): analyze current cron job format (agentscope-ai#1049)

* fix(migrate): print runnable ZIP import command (agentscope-ai#1048)

* fix(replay): capture immediate manager replies (agentscope-ai#1045)

* fix(hack): persist containerized skopeo auth (agentscope-ai#1050)

* chore: archive changelog for v1.2.0-beta.1 (agentscope-ai#1058)

Co-authored-by: shiyiyue1102 <20452676+shiyiyue1102@users.noreply.github.com>

* fix(copaw): route Team Leader assignments to Team Room (agentscope-ai#1060)

* fix(install): user can specify which docker.sock to mount when run install script (agentscope-ai#553)

* docs: clarify Element homeserver port (agentscope-ai#978)

Co-authored-by: Ziyang Guo <121015044+RunMarshal@users.noreply.github.com>

* docs: clarify Higress AI route matching (agentscope-ai#980)

Co-authored-by: Ziyang Guo <121015044+RunMarshal@users.noreply.github.com>

* docs: clarify OpenAI-compatible provider setup (agentscope-ai#1013)

* refactor: complete AgentTeams runtime rename (agentscope-ai#1063)

* refactor: complete the AgentTeams hard-cut rename (agentscope-ai#1065)

* docs: add v1.2.0-beta.1 release news (agentscope-ai#1066)

* feat(sync): restore fork-only product trees on agentteams paths

Replay dashboard Helm templates under helm/agentteams, dashboard values and
helpers, qwenpaw worker image defaults, and path-adapted remediation-gates
(agentteams-controller / helm/agentteams). Root dashboard/, shared/python/,
openwiki/, and Gastown skills already survived the merge baseline.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(controller): port fork Project CRD, health, APIs, and status CLI

Replay fork-only agentteams-controller features onto the upstream rename
baseline: Project CRD/reconciler/Helm, health monitor, message and
manager-tasks APIs, worker health probes, managerstate CLI, enhanced agt
status overview, SoloOperator/QwenPaw/docker resource wiring, and related
tests.

Co-authored-by: Cursor <cursoragent@cursor.com>

* feat(runtimes): restore quiet-rooms and Higress extra-provider prefix strip

Keep upstream CoPaw Team Leader DM-to-Team-Room routing while replaying
fork AGENTTEAMS_QUIET_ROOMS bridge/channel wiring. Restore OPT-IN
AGENTTEAMS_EXTRA_LLM_PROVIDERS setup with modelMapping prefix strip in
setup-higress.sh (route names agentteams-*-route).

Co-authored-by: Cursor <cursoragent@cursor.com>

* docs(sync): truth-up migration doc, merge changelog, agt naming sweep

Rewrite upstream-integration-migration.md for rename acceptance + fork
overlay DoD (drop dual-CRD/HICLAW_* claims). Merge changelog entries from
both sides. Point pre-commit and openwiki paths at agentteams-controller /
helm/agentteams. Align agent-facing CLI examples to agt.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(qwenpaw): resolve Windows file:// agent package refs

urlparse puts file://C:\path entirely in netloc with an empty path; Path('') became cwd and silently copied the repo instead of the package archive.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(ci): purge brand leftovers and restore fork runtime bridge/sync

Clear remaining retired-brand strings/paths so helm-lint rename gate passes, restore CoPaw fork bridge/worker APIs and Hermes thin sync semantics, and harden installer prompt helpers with printf -v.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(copaw): restore Matrix channel APIs and thin sync wrapper

Bring back fork Matrix channel behavior needed by worker tests, switch sync back to the agentteams_sync wrapper, and share filesync helpers via _toolhelpers.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(sync): restore agentteams- bucket prefix stripping for team storage

The rename pass incorrectly shortened the hiclaw- bucket prefix check to agt-, breaking team path derivation for agentteams-* buckets.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(security): remediate Kilo review findings on sync/upstream-main

Harden appservice token compare, proxy body limits, lifecycle error logging,
Helm image/RBAC/CRD alignment, OpenHuman TOML escaping, and storage alias safety.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(helm): avoid retired brand in storage.bucket comment

Rename gate rejects hiclaw tokens even in comments; keep migration note brand-free.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: shiyiyue1102 <zunfei.lzf@alibaba-inc.com>
Co-authored-by: Ziyang Guo <121015044+RerankerGuo@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shiyiyue1102 <20452676+shiyiyue1102@users.noreply.github.com>
Co-authored-by: Daniel Qian <chanjarster@gmail.com>
Co-authored-by: Ziyang Guo <121015044+RunMarshal@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants