From 6fc1989a5dd713563274fd56965735c48d026291 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Wed, 20 May 2026 03:25:45 -0700 Subject: [PATCH] chore(release): correct AUTHOR_MAP for jonny@nousresearch.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The email "jonny@nousresearch.com" belongs to @yoniebans (GitHub id 5584832, display name "jonny"), not to Jeffrey Quesnelle (@jquesnelle, id 687076, who commits as emozilla@nousresearch.com). Verified across all 60 historical commits on the repo authored from this email — every one of them was a yoniebans commit being mis-credited to jquesnelle in the changelog. Surfaced while salvaging PR #29182 (yoniebans's session-log refactor). --- scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index 6658513f9ca..ff4d2c8fc6a 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -681,7 +681,7 @@ AUTHOR_MAP = { "hmbown@gmail.com": "Hmbown", "iacobs@m0n5t3r.info": "m0n5t3r", "jiayuw794@gmail.com": "JiayuuWang", - "jonny@nousresearch.com": "jquesnelle", + "jonny@nousresearch.com": "yoniebans", "jake@nousresearch.com": "simpolism", "juan.ovalle@mistral.ai": "jjovalle99", "julien.talbot@ergonomia.re": "Julientalbot",