From f5bb595d51a076feeef6a1bd826f6e0a6c3ed8a9 Mon Sep 17 00:00:00 2001 From: alt-glitch Date: Mon, 25 May 2026 12:47:56 +0000 Subject: [PATCH] chore(release): map 8bit64k + hclsys in AUTHOR_MAP --- scripts/release.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index fd97af6431c..47d29326caa 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1308,6 +1308,8 @@ AUTHOR_MAP = { "claw@openclaw.ai": "wanwan2qq", # PR #10215 (strip brackets/quotes from /resume; gateway session-ID lookup) "simo.kiihamaki@gmail.com": "SimoKiihamaki", # PR #30773 (Windows /reset+/new freeze; stdin fallback for modal) "66773372+Tranquil-Flow@users.noreply.github.com": "Tranquil-Flow", # PR #27518 (bracketed-paste timeout) + "8bit64k@pm.me": "8bit64k", # PR #14681 (TUI /q alias from quit to queue) + "chenglunhu@gmail.com": "hclsys", # PR #31985 (TUI /q alias regression test) }