From 77deb35022646894d4430b35b6accc992978b059 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 9 May 2025 08:10:36 -0700 Subject: [PATCH] chore: Add model option to update history script --- scripts/update-history.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update-history.py b/scripts/update-history.py index e8fa455b2..f5fde9106 100755 --- a/scripts/update-history.py +++ b/scripts/update-history.py @@ -136,6 +136,8 @@ def main(): message, "--no-git", "--no-auto-lint", + "--model", + "o3", ] subprocess.run(cmd)