fix(mise): pin claude-code 2.1.143 → 2.1.128 to match alex/patcher - #173
Merged
Conversation
PR #172 pinned to 2.1.143 (Jack's PR #157 commit version). But all agent repos (alex/jack/henry mise.toml) and the bin/agent patcher use 2.1.128. Mismatch causes the launcher's `mise which claude` to resolve differently in CI vs on agents. Bump down to 2.1.128 for parity. Per Nate Discord 02:54Z. Co-Authored-By: Agent Alex Picard <alex-nsheaps[bot]@users.noreply.github.com>
alex-nsheaps Bot
added a commit
that referenced
this pull request
May 25, 2026
…ettings scope Branch protection on agents/main allowed gh pr merge to succeed without an approving review (PR #172 merged after REQUEST_CHANGES, PR #173 with zero reviews). Captures the 4 protections E2 should configure: require approval, dismiss stale on push, required status checks, bypass list. Per Nate Discord 2026-05-25 03:10Z msg 1508306137437704282. Co-Authored-By: Agent Alex Picard <alex-nsheaps[bot]@users.noreply.github.com>
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.
Summary
Correction to PR #172: that PR (Jack's cherry-picked commits from PR #157) pinned claude-code to
2.1.143, but all the agent repos and the bin/agent patcher use2.1.128. Bump down for parity.2.1.1282.1.1282.1.1282.1.1282.1.143→2.1.128Why
Per Nate Discord 02:54Z: "it needs to work with the patcher". The bin/agent launcher's
mise which clauderesolution can pick the wrong version when the agent's local mise pins a different version than the workspace mise.toml. Keep all in lockstep.Test plan