CM-71772: increase required CLI version to 3.21.0 - #155
Merged
Conversation
omer-roth
force-pushed
the
CM-71772-cli-min-version-3.21.0
branch
from
August 30, 2026 08:37
8b30bf4 to
53f09ab
Compare
avishaiamiel
approved these changes
Aug 30, 2026
Concurrent CLI processes spawned by parallel scans corrupt ~/.cycode/credentials.yaml, which leaves the user in an auth loop. That is fixed in cycode-cli 3.21.0, but the extension pinned 3.12.2, so no user could receive the fix. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
omer-roth
force-pushed
the
CM-71772-cli-min-version-3.21.0
branch
from
August 30, 2026 09:11
53f09ab to
ee92295
Compare
omer-roth
enabled auto-merge (squash)
August 30, 2026 09:12
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.
Why
Parallel scans spawn one
cycodeCLI process per scan type, and every process does a non-atomic read-modify-write on~/.cycode/credentials.yaml. Concurrent writes corrupt the file,cycode statusthen crashes, the plugin reports "not authenticated", and the browser login that follows succeeds server-side but is lost at write-back — an auth loop the user cannot escape. See CM-71772.Fixed in cycode-cli v3.21.0 (0% corruption / 0 reader crashes vs 96.7% on 3.18.0), published 2026-08-25 with all per-OS assets.
What
Required CLI version bumped to 3.21.0.
CLI_GITHUB.TAGderives from the constant, so the download tag follows. Plugin version + CHANGELOG bumped alongside.The exact-match pin behaviour is unchanged — the plugin still installs exactly this version.
Out of scope
CLI-side items from the ticket: serialising device-auth initiation across processes, and surfacing write-back failures to the user.
🤖 Generated with Claude Code