From eba28998dc68d7488b89699072b877ad97740444 Mon Sep 17 00:00:00 2001 From: Brandon Chatham Date: Thu, 10 Sep 2026 20:53:05 -0700 Subject: [PATCH] chore(seidroid): take the uci review workflow with deadline headroom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-pins to uci b01c2dd, which raises the driver's run deadline from 1200s to 1800s and takes sei-agent-driver v0.19.0. Reviews were reaching the old ceiling. Measured on sei-protocol/platform, ordinary reviews landed at 943s and 1029s, and two runs crossed 1200s and published no verdict at all — no findings and no check a reader can act on. No caller input changes: the 1800s default applies, and the job cap moves to 60 minutes in the callee so a timeout stays the driver's own report rather than a runner cancellation. v0.19.0 also lets the scouts settle a diff with no runtime effect without spending a review turn. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/seidroid.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/seidroid.yml b/.github/workflows/seidroid.yml index c0f30e6e..d51bb2d7 100644 --- a/.github/workflows/seidroid.yml +++ b/.github/workflows/seidroid.yml @@ -22,7 +22,7 @@ jobs: github.event.issue.pull_request != null && contains(github.event.comment.body, '@seidroid review') && !contains(github.event.comment.body, '@seidroid review close')) - uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@92f74c9a68e4967c59b289b8e2632da7a63a6910 + uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@b01c2ddc8d486d689c3243c4fc3572a268df62c9 permissions: contents: read pull-requests: write @@ -44,7 +44,7 @@ jobs: github.event_name == 'issue_comment' && github.event.issue.pull_request != null && contains(github.event.comment.body, '@seidroid review close') - uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@92f74c9a68e4967c59b289b8e2632da7a63a6910 + uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@b01c2ddc8d486d689c3243c4fc3572a268df62c9 permissions: contents: read pull-requests: write @@ -63,7 +63,7 @@ jobs: # pull request, comment `@seidroid review close` before merging. seidroid-review-reclaim: if: github.event_name == 'pull_request' && github.event.action == 'closed' - uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@92f74c9a68e4967c59b289b8e2632da7a63a6910 + uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@b01c2ddc8d486d689c3243c4fc3572a268df62c9 permissions: contents: read pull-requests: write