chore(cc-drift): v4.8.18 — maxTested → v2.1.157#404
Merged
Conversation
Contributor
Compat test: ✅ PASSEDRan Output |
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.
Auto-drafted by cc-drift-watch.yml
The drift watcher flagged CC v2.1.157 as outside the current supported range. This PR:
SUPPORTED_CC_RANGE.maxTestedfrom2.1.156→2.1.157insrc/live-fingerprint.tspackage.jsonversion →4.8.18## [Unreleased]inCHANGELOG.mdto## [4.8.18] - 2026-05-29and appends the drift-fix bulletItems in the drift report
What happens when you merge this
A separate workflow (
cc-drift-auto-release.yml) fires on merge of any version-bumping PR tomaster. It readspackage.jsonfrom master, tagsv4.8.18, creates the GitHub release, and runsnpm publish --provenance+ the GHCR docker push inline — all in one run (the old separatepublish.ymlwas removed in #369). Net: merging this PR ships@askalf/dario@4.8.18to npm within ~3 minutes, no further maintainer action.Maintainer checklist before merging
npm install -g @anthropic-ai/claude-code@2.1.157dario doctorand confirm it comes back clean against v2.1.157cc-drift-template-watch.yml(live capture on the self-hosted runner); if the wire format actually drifts it opens its ownbot/template-rebake-*PR. No manual capture needed here unless that watcher is failing.## [4.8.18]reads cleanly. The bot wrote a short factual line; feel free to rewrite with more context.About this auto-draft
Only
compat.rangeitems are auto-patched by this script. Template re-capture is auto-handled separately bycc-drift-template-watch.yml. The remaining categories (scope rotations, URL / clientId / tokenUrl changes) require judgment and stay manual — the bot opens the plain drift-issue for those as before.Generated by
scripts/auto-draft-drift-fix.mjs. Closes the detection-latency arc: #112 (CF bypass), #113 (hourly cadence), #114 (auto-draft PR).