From 403673117ffa3d1f09dee4fa3c68b3bc79532848 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Thu, 16 Oct 2025 22:00:04 +0530 Subject: [PATCH] chore: update version to 0.10.1 --- CHANGELOG.md | 7 +++++++ chat/package.json | 2 +- internal/version/version.go | 2 +- openapi.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fdef1..f4ea5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.10.1 + +### Features +- Visual indicator for agent name in the UI (not in embed) +- Downgrade openapi version to v3.0.3 +- Add CLI installation instructions in README.md + ## v0.10.0 ### Features diff --git a/chat/package.json b/chat/package.json index be004b7..f348ba8 100644 --- a/chat/package.json +++ b/chat/package.json @@ -48,5 +48,5 @@ "start": "next start", "storybook": "storybook dev -p 6006" }, - "version": "0.10.0" + "version": "0.10.1" } diff --git a/internal/version/version.go b/internal/version/version.go index b96c1a5..b3ebd4c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version -var Version = "0.10.0" +var Version = "0.10.1" diff --git a/openapi.json b/openapi.json index a0f8c52..f051925 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.10.0" + "version": "0.10.1" }, "openapi": "3.0.3", "paths": {