mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-18 09:51:59 +00:00
chore: add AUTHOR_MAP entry for #47904 salvage
This commit is contained in:
parent
eaddeaf2e6
commit
aa6f77596b
2 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
assert models[1] == "grok-composer-2.5-fast"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue