Skip to content

Commit d01026e

Browse files
committed
chore: release v7.67.1
Patch release. Fixes tool-name mangling on the openai-sse wire, where a `<function=` opened in model prose swallowed following text, including argument values, into the dispatched tool name (#223). Co-Authored-By: Magus <magus@madappgang.com> Crafted with agentic harness Magus (https://github.com/MadAppGang/magus)
1 parent e82c315 commit d01026e

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.67.0",
3+
"version": "7.67.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.67.0",
3+
"version": "7.67.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.67.0";
2+
export const VERSION = "7.67.1";

0 commit comments

Comments
 (0)