From 6f2c7710757eab3c6e1133033c0f5e73685bcae5 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Fri, 19 Dec 2025 21:38:56 +0530 Subject: [PATCH] chore: update version to 0.11.5 --- CHANGELOG.md | 6 ++++++ chat/package.json | 2 +- internal/version/version.go | 2 +- openapi.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0015741..6d06a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.11.5 + +### Features +- Add tool call logging. +- Improve parsing/detection of tool call messages. + ## v0.11.4 ### Features diff --git a/chat/package.json b/chat/package.json index 3938260..549c0ce 100644 --- a/chat/package.json +++ b/chat/package.json @@ -48,5 +48,5 @@ "start": "next start", "storybook": "storybook dev -p 6006" }, - "version": "0.11.4" + "version": "0.11.5" } diff --git a/internal/version/version.go b/internal/version/version.go index bce6860..1310268 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version -var Version = "0.11.4" +var Version = "0.11.5" diff --git a/openapi.json b/openapi.json index bc5a5a0..764a899 100644 --- a/openapi.json +++ b/openapi.json @@ -310,7 +310,7 @@ "info": { "description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi", "title": "AgentAPI", - "version": "0.11.4" + "version": "0.11.5" }, "openapi": "3.0.3", "paths": {