From 97c4c7e5ae7176c6c3b16051171874ec6b04a54b Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Wed, 28 Jan 2026 18:20:05 +0100 Subject: [PATCH] release: v3.18.0 - Known Issues Tracker & RTK Integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MAJOR ADDITIONS: 1. Known Issues Tracker (guide/known-issues.md, 285 lines) - GitHub issue auto-creation bug (Issue #13797, v2.0.65+, ACTIVE) - Excessive token consumption (Issue #16856, v2.1.1+, Jan 2026) - Model quality degradation (Aug-Sep 2025, RESOLVED) - Verified: 17+ accidental public disclosures, 20+ token reports - Fact-checked: Perplexity Pro + GitHub API direct queries - Impact: Critical security awareness, actionable workarounds 2. RTK (Rust Token Killer) Integration - 72.6% average token reduction for git operations - Benchmarks: git log (92.3%), git status (76.0%), find (76.3%) - Templates: CLAUDE.md, skill, PreToolUse hook - Limitations documented: grep broken, ls worse, early-stage FIXES: - Corrected "mgrep" misattribution in Everything Claude Code evaluation VERSION UPDATES: - VERSION: 3.17.1 → 3.18.0 - Synced across README.md, cheatsheet.md, ultimate-guide.md, reference.yaml FILES MODIFIED: 6 (CHANGELOG, VERSION, README, cheatsheet, guide, reference) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 45 ++++++++++++++++++++------------- README.md | 2 +- VERSION | 2 +- guide/cheatsheet.md | 4 +-- guide/ultimate-guide.md | 4 +-- machine-readable/reference.yaml | 4 +-- 6 files changed, 35 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccab19e..ea2a238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,30 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] -### Fixed - -- **Corrected "mgrep" misattribution in Everything Claude Code evaluation** - - **Issue**: Incorrectly claimed Everything Claude Code contained "mgrep (50% token reduction)" tool - - **Reality**: No such tool exists in affaan-m/everything-claude-code repository (verified via WebFetch) - - **Confusion**: Mixed up mgrep (mixedbread-ai semantic search) with non-existent token reduction tool - - **Files corrected**: - - `docs/resource-evaluations/015-everything-claude-code-github-repo.md`: Removed 14 erroneous mgrep mentions - - `machine-readable/reference.yaml:724`: Removed "mgrep (50% token reduction)" from unique patterns - - `guide/ultimate-guide.md:14821`: Replaced with verified patterns (hookify, strategic compaction) - - `CHANGELOG.md`: Updated v3.17.0 and v3.15.0 entries - - **Verified patterns now documented**: hookify, pass@k metrics, sandboxed subagents, strategic compaction skills - - **Impact**: Maintains guide credibility, prevents user confusion, ensures accuracy of ecosystem documentation +## [3.18.0] - 2026-01-28 ### Added -- **Known Issues Tracker** — New `guide/known-issues.md` documenting verified critical bugs +- **Known Issues Tracker** — New `guide/known-issues.md` (285 lines) documenting verified critical bugs - **GitHub Issue Auto-Creation Bug**: Verified Issue #13797 (Dec 2025), 17+ confirmed accidental public disclosures - Security/privacy risk: Private project details exposed in public anthropics/claude-code repo - Affected versions: v2.0.65+ - Status: ACTIVE as of Jan 28, 2026 - Workarounds documented: Explicit repo specification, manual approval, pre-execution verification + - Examples: #20792, #16483, #16476, #17899, #16464 ("wrong repo", "delete this") - **Excessive Token Consumption**: Issue #16856 (Jan 2026), 20+ reports of 4x+ faster consumption - - Affected versions: v2.1.1+ (reported) + - Affected versions: v2.1.1+ (reported, published Jan 7, 2026) + - Corrected version: Report claimed v2.0.61 (doesn't exist), real bug is v2.1.1 - Anthropic status: "Not officially confirmed as bug" (investigating) - Possible causes: Holiday bonus expiration (Dec 25-31) + potential underlying issues - Workarounds: Monitor with /context, shorter sessions, disable auto-compact, reduce MCP tools @@ -37,10 +27,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Official Anthropic postmortem: 3 infrastructure bugs (traffic misrouting, output corruption, XLA:TPU miscompilation) - Not intentional model degradation (community theories debunked) - All bugs fixed by mid-September 2025 - - **Stats verified via GitHub API** (Jan 28, 2026): 5,702 open issues, 527 invalid labels, 80+ releases - - **Fact-checked**: Perplexity searches + direct GitHub API queries confirmed all claims - - **References**: Official links to GitHub issues, Anthropic postmortem, community reports + - Source: https://www.anthropic.com/engineering/a-postmortem-of-three-recent-issues + - **Stats verified via GitHub API** (Jan 28, 2026): 5,702 open issues (not 4,697 reported), 527 invalid labels (not 263), 80+ releases + - **Fact-checking methodology**: Perplexity Pro (4 searches) + direct GitHub API queries (gh api, gh search issues, gh issue view) + - **References**: Official links to GitHub issues, Anthropic postmortem, The Register article - **Impact**: Critical security awareness for users, actionable workarounds, transparent issue tracking + - **Files modified**: + - `guide/README.md`: Added known-issues.md to docs table + - `machine-readable/reference.yaml`: 4 new entries (known_issues, github_bug:16, token_consumption:136, model_quality:231) + - `docs/resource-evaluations/023-community-discussions-report-jan2026.md`: Full evaluation process (score 2/5, partial integration) - **RTK (Rust Token Killer) integration** — Command output optimization tool for 72.6% token reduction - **New documentation**: `docs/resource-evaluations/rtk-evaluation.md` (comprehensive evaluation, score 4/5) @@ -60,6 +55,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Impact**: Proven 72.6% token reduction for git operations, validates preprocessing optimization strategy - **Reference**: https://github.com/pszymkowiak/rtk +### Fixed + +- **Corrected "mgrep" misattribution in Everything Claude Code evaluation** + - **Issue**: Incorrectly claimed Everything Claude Code contained "mgrep (50% token reduction)" tool + - **Reality**: No such tool exists in affaan-m/everything-claude-code repository (verified via WebFetch) + - **Confusion**: Mixed up mgrep (mixedbread-ai semantic search) with non-existent token reduction tool + - **Files corrected**: + - `docs/resource-evaluations/015-everything-claude-code-github-repo.md`: Removed 14 erroneous mgrep mentions + - `machine-readable/reference.yaml:724`: Removed "mgrep (50% token reduction)" from unique patterns + - `guide/ultimate-guide.md:14821`: Replaced with verified patterns (hookify, strategic compaction) + - `CHANGELOG.md`: Updated v3.17.0 and v3.15.0 entries + - **Verified patterns now documented**: hookify, pass@k metrics, sandboxed subagents, strategic compaction skills + - **Impact**: Maintains guide credibility, prevents user confusion, ensures accuracy of ecosystem documentation + ## [3.17.1] - 2026-01-27 ### Added diff --git a/README.md b/README.md index 23bf823..83f722a 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.17.1 | January 2026 | Crafted with Claude* +*Version 3.18.0 | January 2026 | Crafted with Claude*