v0.51.12 — 3-PR batch (cron subprocess return + custom provider routing + session runtime invariants)#1755
Merged
nesquena-hermes merged 8 commits intomasterfrom May 6, 2026
Merged
Conversation
… custom provider routing + session runtime invariants) Constituent PRs: - #1746 (@Michaelyklam) — shorten cron profile lock for manual runs (closes #1574, RETURNS from v0.51.11 deferral with queue-drain blocker fixed) - #1752 (@Michaelyklam) — route custom provider models dict selections (slice of #1240 umbrella) - #1753 (@Michaelyklam) — guard session-owned runtime invariants (refs #1694) #1746 v2 fix: result_queue.get(timeout=...) BEFORE process.join() (drain-then-join), with queue.Empty recovery + 200,000-char regression test. Opus stage-306 verified the fix correct + complete; the prior fork→spawn SHOULD-FIX filed as follow-up issue #1754 (separate architectural change). Tests: 4622 → 4632 passing (+10). 0 regressions. Stably green on first try. Pre-release verification: - All 3 PRs CI-green individually + rebased onto master with NO conflicts (disjoint files: api/config.py + static/messages.js + api/routes.py) - pytest 4632 passed, 0 failed - node -c clean on static/messages.js - 11/11 browser API endpoints PASS - Opus advisor: SHIP all 3, 0 MUST-FIX, 1 SHOULD-FIX filed as #1754 Closes #1574.
This was referenced May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.51.12 — 3-PR batch (cron subprocess return + custom provider routing + session runtime invariants)
Constituent PRs
custom_providers[].modelsdict selections tocustom:<name>. Slice of Clarify and harden Provider/Model source-of-truth across WebUI, CLI, and Gateway #1240 umbrella that reconciles the still-relevant portion of stale conflicting [codex] fix model cache invalidation on config reload #1311.Tests
4622 → 4632 passing (+10 regression tests). 0 regressions.
Pre-release verification
fork→spawnmigration, architectural follow-up).Closes