fix(circle): bump Circle CLI floor to 1.1.4 - #198
Merged
Merged
Conversation
Circle's wallet-operations backend now rejects 1.1.2/1.1.3 (no longer supported, required 1.1.4), surfacing as read failures on `circle gateway balance` / `circle wallet balance`. Move MIN_CIRCLE_CLI_VERSION to 1.1.4 so `selat init`/`doctor` catch and upgrade stale installs instead of failing mid-read. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
init-and-history.test.mjs's fake circle binary reported 1.1.1, which read as current under the old floor but now triggers an unwanted auto-upgrade attempt that the test's fake npm intentionally fails. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
SELAT-DEV
added a commit
that referenced
this pull request
Sep 22, 2026
Circle CLI floor 1.1.1 -> 1.1.4 (#198): Circle's wallet-operations backend rejects 1.1.2/1.1.3, so selat init/doctor now catch and upgrade stale installs at the real floor instead of failing mid-read. Co-authored-by: Karen Sheng <ksherlocked@gmail.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.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
circle gateway balance/circle wallet balanceerror with "no longer supported ... Required: 1.1.4")MIN_CIRCLE_CLI_VERSIONfrom1.1.1to1.1.4inlib/circle.mjssoselat init/selat doctorcatch and upgrade stale installs before hitting the read failurecircle-version-floor,init-circle-autoinstall) to matchTest plan
node --test test/circle-version-floor.test.mjs test/init-circle-autoinstall.test.mjs— 6/6 passnpm install -g @circle-fin/cli@1.1.4resolves the "no longer supported" error oncircle gateway balance🤖 Generated with Claude Code