From aa6f77596b88d43d4c2759e259ce7bf610c211a8 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Wed, 17 Jun 2026 07:30:53 -0700 Subject: [PATCH] chore: add AUTHOR_MAP entry for #47904 salvage --- scripts/release.py | 1 + tests/hermes_cli/test_xai_curated_models.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index 585cda6498d..86a59245f5c 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -45,6 +45,7 @@ ACP_REGISTRY_MANIFEST = REPO_ROOT / "acp_registry" / "agent.json" # Auto-extracted from noreply emails + manual overrides AUTHOR_MAP = { + "despitemeguru@gmail.com": "definitelynotguru", "chaslui@outlook.com": "ChasLui", "rio.jeong@thebytesize.ai": "rio-jeong", "yehaotian@xuanshudeMac-mini.local": "ArcanePivot", diff --git a/tests/hermes_cli/test_xai_curated_models.py b/tests/hermes_cli/test_xai_curated_models.py index 77b493b3c8f..05241d1b56a 100644 --- a/tests/hermes_cli/test_xai_curated_models.py +++ b/tests/hermes_cli/test_xai_curated_models.py @@ -11,4 +11,4 @@ def test_xai_oauth_includes_grok_composer_2_5_fast(): def test_grok_composer_slots_after_grok_build(): models = _PROVIDER_MODELS["xai-oauth"] assert models[0] == "grok-build-0.1" - assert models[1] == "grok-composer-2.5-fast" \ No newline at end of file + assert models[1] == "grok-composer-2.5-fast"