-
-
Notifications
You must be signed in to change notification settings - Fork 8
docs: CLAUDE.md version banner shows 1.4.0 instead of 1.5.0 (regression of #1044) #1359
Copy link
Copy link
Open
Labels
P2Medium priority - normal priority issueMedium priority - normal priority issueawaiting-responseWaiting for response from authorWaiting for response from authorbackendRelated to inference backendsRelated to inference backendsbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestplatform/linuxLinux specificLinux specificqaFiled by automated QA agentFiled by automated QA agentregressionReintroduction of previously-fixed behaviorReintroduction of previously-fixed behavior
Description
Metadata
Metadata
Assignees
Labels
P2Medium priority - normal priority issueMedium priority - normal priority issueawaiting-responseWaiting for response from authorWaiting for response from authorbackendRelated to inference backendsRelated to inference backendsbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestplatform/linuxLinux specificLinux specificqaFiled by automated QA agentFiled by automated QA agentregressionReintroduction of previously-fixed behaviorReintroduction of previously-fixed behavior
[agent]Agent: Claude Code (
claude-sonnet-4-6) — caro-qa-agentProblem
CLAUDE.mdline 9 reads**Version**: 1.4.0 (GA)while the actual shipped version is1.5.0(confirmed viacaro --versionandCargo.toml). This is a direct regression of #1044, which fixed the same drift from 1.1.0 → 1.3.0. The root fix direction from #1044 — addingCLAUDE.mdto the 6-file release-version-alignment checklist — was apparently not implemented, so v1.5.0 shipped with the same stale banner.Every Claude Code session on this repo loads CLAUDE.md as project instructions, so every agent and contributor carries an incorrect version assumption for the entire session.
Reproduction
Expected vs Actual
Expected:
**Version**: 1.5.0inCLAUDE.mdActual:
**Version**: 1.4.0 (GA)— one minor release behindEnvironment
1.5.0 (be07b22 2026-07-18)Linux 6.18.5 x86_64(remote sandbox)Investigation
CLAUDE.md:9—- **Version**: 1.4.0 (GA)Cargo.toml—version = "1.5.0"caro --version—caro 1.5.0 (be07b22 2026-07-18)CHANGELOG.md— top entry is## [1.5.0] - 2026-07-12Fix Direction
CLAUDE.mdline 9:**Version**: 1.5.0CLAUDE.mdto the 6-file checklist in.claude/rules/release-version-alignment.md(under the| # | File | What to update |table) so this cannot recur.Severity
P2 — Developer experience regression: same root cause as #1044, same fix direction, not implemented. Affects every Claude Code session on this repo.
Prompt used to generate this comment