From 77349efb4d102107835bab3b3aa8cc2926d39eeb Mon Sep 17 00:00:00 2001 From: eric-wang-1990 Date: Wed, 12 Aug 2026 22:13:21 -0700 Subject: [PATCH] chore(bots): bump engine pin d05dcb11 -> 654a31d0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move all bots to engine main (654a31d0), 30 commits ahead of the current pin. This repo already runs the modern daily-cron retrospective + closed loop; this brings the pinned engine in line with the sibling driver repos (kernel + the go/nodejs/jdbc/odbc learning PRs), whose engine was bumped to the same SHA. The main addition since d05dcb11 is per-bot model selection (default opus-4.8). SDK/CLI locked versions (0.2.102 / 2.1.61) are unchanged at 654a31d0, so this is a SHA-only bump — no install-bot-engine edit needed. Co-authored-by: Isaac Signed-off-by: eric-wang-1990 --- .github/actions/bot-prelude/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bot-prelude/action.yml b/.github/actions/bot-prelude/action.yml index aa825648e..b158c5344 100644 --- a/.github/actions/bot-prelude/action.yml +++ b/.github/actions/bot-prelude/action.yml @@ -31,7 +31,7 @@ inputs: # value to move every bot to a new engine commit; never @main. description: 'Engine commit SHA (full 40-char) to install.' required: false - default: 'd05dcb113332401b4aee8d6aa05c7107399ad44f' + default: '654a31d0d26d2b77bcb58e84f1e4abe018f9fd5a' engine-repo: description: 'owner/name of the engine repo.' required: false