From f8896dedc86d47404c49d7fb96f733dd7a866723 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Thu, 28 May 2026 03:02:52 -0700 Subject: [PATCH] chore(release): map biser@bisko.be -> bisko in AUTHOR_MAP --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index a81aee9f93d..4bf04f3e8f8 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1346,6 +1346,7 @@ AUTHOR_MAP = { "timothy.b.dixon@gmail.com": "Codename-11", # PR #29302 (API server session controls — sessions/chat/fork/stream) "jpschwartz2@uwalumni.com": "Schwartz10", # PR #29302 sub-PR (multimodal media in session chat API) "JohnC1009@users.noreply.github.com": "JohnC1009", # PR #32020 salvage (auth: global auth.json fallback in _load_provider_state) + "biser@bisko.be": "bisko", # PR #33784 salvage (re-pad reasoning_content on cross-provider fallback to require-side providers) }