From 7edaaf4682bffc3edbfbb4645b61577b574ef2c9 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:43:59 -0700 Subject: [PATCH] chore: map nnnet noreply email in release AUTHOR_MAP (PR #36024 salvage) --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 1b0abbc92995..cdd0c28622a0 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -200,6 +200,7 @@ AUTHOR_MAP = { "39369769+jasonQin6@users.noreply.github.com": "jasonQin6", # PR #15093 salvage (session staleness guard on stream consumer run() loop; #11016 follow-up) "znding04@gmail.com": "znding04", # PR #15487 salvage (distinguish OpenRouter upstream 429 from account 429; upstream_rate_limit failover reason) "zkowkmdx@sharklasers.com": "nnnet", # PR #25142 salvage (stop STT-failure chatter poisoning the LLM prompt; drop hardcoded English notice) + "21066097+nnnet@users.noreply.github.com": "nnnet", # PR #36024 salvage (dashboard: inline critical-CSS bootstrap for user themes) "vladimsmirnoff33@gmail.com": "londo161", # PR #15795 salvage (redact status --all API keys; tolerate dict/str compression message shape) "neo.assistant2026@gmail.com": "neo-2026", # PR #14026 salvage (clear input-blocking overlays on interrupt so the CLI doesn't freeze; #13618) "cypher@augmentl.com": "Nickperillo", # PR #8008 salvage (Discord channel-name matching + flush pending sends on shutdown)