Skip to content

Commit 5f7bbb1

Browse files
committed
chore: release v7.66.1
Ships the probe/hint fix from #219: a spent flat-rate plan is now reported as "plan limit reached" instead of "out of credit", and the provider's own sentence survives to the screen rather than being severed at 160 characters. Co-Authored-By: Magus <magus@madappgang.com> Crafted with agentic harness Magus (https://github.com/MadAppGang/magus)
1 parent c044eb8 commit 5f7bbb1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudish-monorepo",
3-
"version": "7.66.0",
3+
"version": "7.66.1",
44
"private": true,
55
"description": "Monorepo for Claudish - Run Claude Code with any model",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudish",
3-
"version": "7.66.0",
3+
"version": "7.66.1",
44
"description": "Run Claude Code with any model - OpenRouter, Ollama, LM Studio & local models",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Auto-generated by scripts/generate-version.ts — do not edit
2-
export const VERSION = "7.66.0";
2+
export const VERSION = "7.66.1";

0 commit comments

Comments
 (0)