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.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`.
## [4.8.59] - 2026-06-10

- **CC drift patch** — `SUPPORTED_CC_RANGE.maxTested` bumped `2.1.170` → `2.1.172` for CC v2.1.172. 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.59",
"version": "4.8.60",
"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
2 changes: 1 addition & 1 deletion src/live-fingerprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ export function _resetInstalledVersionProbeForTest(): void {
*/
export const SUPPORTED_CC_RANGE = {
min: '1.0.0',
maxTested: '2.1.172',
maxTested: '2.1.173',
} as const;

/**
Expand Down
Loading