From a22333ab4ec74be8db50541106baefed04f3a76b Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Wed, 6 Aug 2025 13:03:55 +0200 Subject: [PATCH] chore: bump agentapi version to 0.3.3 --- chat/package.json | 2 +- cmd/root.go | 2 +- lib/httpapi/server.go | 2 +- openapi.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chat/package.json b/chat/package.json index f159cdd9..c37fcb9c 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.3.2", + "version": "0.3.3", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/cmd/root.go b/cmd/root.go index 6761fdb4..dbeb9c4a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -13,7 +13,7 @@ var rootCmd = &cobra.Command{ Use: "agentapi", Short: "AgentAPI CLI", Long: `AgentAPI - HTTP API for Claude Code, Goose, Aider, Gemini and Codex`, - Version: "0.3.2", + Version: "0.3.3", } func Execute() { diff --git a/lib/httpapi/server.go b/lib/httpapi/server.go index 7032f682..e9e71cb5 100644 --- a/lib/httpapi/server.go +++ b/lib/httpapi/server.go @@ -80,7 +80,7 @@ func NewServer(ctx context.Context, config ServerConfig) *Server { }) router.Use(corsMiddleware.Handler) - humaConfig := huma.DefaultConfig("AgentAPI", "0.3.2") + humaConfig := huma.DefaultConfig("AgentAPI", "0.3.3") humaConfig.Info.Description = "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi" api := humachi.New(router, humaConfig) formatMessage := func(message string, userInput string) string { diff --git a/openapi.json b/openapi.json index 1326c253..639e1807 100644 --- a/openapi.json +++ b/openapi.json @@ -307,7 +307,7 @@ "info": { "description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi", "title": "AgentAPI", - "version": "0.3.2" + "version": "0.3.3" }, "openapi": "3.1.0", "paths": {