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"