Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/cc-template-data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_version": "2.1.170",
"_version": "2.1.172",
"_captured": "2026-06-10T11:51:29.384Z",
"_source": "bundled",
"_schemaVersion": 3,
Expand Down Expand Up @@ -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",
Expand All @@ -1097,5 +1097,5 @@
"output_config",
"stream"
],
"_supportedMaxTested": "2.1.170"
"_supportedMaxTested": "2.1.172"
}
Loading