chore(release): v4.8.5#354
Merged
Merged
Conversation
Ships the dario doctor Identity drift check from #353. New "Identity" row detects when a pool account's stored {deviceId, accountUuid} snapshot has drifted from the live ~/.claude.json — the silent-401 footgun where Haiku calls still succeed but Sonnet/Opus return authentication_error on a mismatched bearer vs metadata.user_id.
This was referenced May 21, 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.
Ships #353 (dario doctor Identity drift check) as v4.8.5.
Bumps
package.json4.8.4 → 4.8.5CHANGELOG.md— moves the Identity check entry from[Unreleased]to[4.8.5] - 2026-05-21What ships
New
[ OK | WARN | INFO ] Identityrow indario doctorthat detects pool-account drift vs live~/.claude.json. Catches the silent-401 footgun where Haiku calls succeed but Sonnet/Opus returnauthentication_errorbecause the OAuth bearer doesn't match themetadata.user_idthe proxy builds from.claude.json. Full reasoning + branch coverage in #353.Auto-release path
Merge fires
cc-drift-auto-release.yml→ tags v4.8.5 → builds + smoke-tests → npm publish + docker push toghcr.io/askalf/dario:4.8.5and:latest. Idempotent (gate step short-circuits ifv4.8.5already exists).