diff --git a/CHANGELOG.md b/CHANGELOG.md index c359f19..5b39862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ checklist. ## [Unreleased] +## [4.8.61] - 2026-06-11 + +- **Template label refresh** — `_version`, `_supportedMaxTested`, and the `user-agent` header bumped to `2.1.172` to track `@anthropic-ai/claude-code@latest`. The live wire shape is unchanged — cc-drift-template-watch ran `capture-and-bake --check` against live CC v2.1.172 and found zero shape drift vs the bundle — so this is a label refresh, not a re-capture (`_captured` stays at the last real capture). Auto-merged; clears the `sdk-drift` early-warning signal. ## [4.8.60] - 2026-06-11 - **CC drift patch** — `SUPPORTED_CC_RANGE.maxTested` bumped `2.1.172` → `2.1.173` for CC v2.1.173. Auto-drafted by `cc-drift-watch.yml`. Template re-capture, if needed, is auto-handled by `cc-drift-template-watch.yml`. diff --git a/package.json b/package.json index 5238a2c..cab425f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askalf/dario", - "version": "4.8.60", + "version": "4.8.61", "description": "Use your Claude Pro/Max subscription in any tool — Cursor, Cline, Aider, the Agent SDK, your scripts — at subscription pricing, not per-token API bills. One local Anthropic + OpenAI-compatible endpoint.", "type": "module", "bin": { diff --git a/src/cc-template-data.json b/src/cc-template-data.json index abd5379..26b155b 100644 --- a/src/cc-template-data.json +++ b/src/cc-template-data.json @@ -1,5 +1,5 @@ { - "_version": "2.1.170", + "_version": "2.1.172", "_captured": "2026-06-10T11:51:29.384Z", "_source": "bundled", "_schemaVersion": 3, @@ -1072,7 +1072,7 @@ "anthropic_beta": "claude-code-20250219,interleaved-thinking-2025-05-14,thinking-token-count-2026-05-13,context-management-2025-06-27,prompt-caching-scope-2026-01-05,mid-conversation-system-2026-04-07,advisor-tool-2026-03-01,effort-2025-11-24", "header_values": { "accept": "application/json", - "user-agent": "claude-cli/2.1.170 (external, sdk-cli)", + "user-agent": "claude-cli/2.1.172 (external, sdk-cli)", "x-stainless-arch": "x64", "x-stainless-lang": "js", "x-stainless-os": "Linux", @@ -1097,5 +1097,5 @@ "output_config", "stream" ], - "_supportedMaxTested": "2.1.170" + "_supportedMaxTested": "2.1.172" }