From 0348905199c9bab678db7279f8ec28d06d27696a Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Tue, 22 Jul 2025 16:11:24 +0200 Subject: [PATCH] chore: bump agentapi version to 0.3.0 --- chat/package.json | 4 ++-- cmd/root.go | 2 +- lib/httpapi/server.go | 2 +- openapi.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chat/package.json b/chat/package.json index e6c69de..8b268b6 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.2.3", + "version": "0.3.0", "private": true, "scripts": { "dev": "next dev --turbopack", @@ -45,4 +45,4 @@ "tw-animate-css": "^1.3.0", "typescript": "^5" } -} +} \ No newline at end of file diff --git a/cmd/root.go b/cmd/root.go index 3dabbc9..6b79627 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.2.3", + Version: "0.3.0", } func Execute() { diff --git a/lib/httpapi/server.go b/lib/httpapi/server.go index 8b4872d..a343baa 100644 --- a/lib/httpapi/server.go +++ b/lib/httpapi/server.go @@ -70,7 +70,7 @@ func NewServer(ctx context.Context, agentType mf.AgentType, process *termexec.Pr }) router.Use(corsMiddleware.Handler) - humaConfig := huma.DefaultConfig("AgentAPI", "0.2.3") + humaConfig := huma.DefaultConfig("AgentAPI", "0.3.0") 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 7ee6573..276d1c6 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.2.3" + "version": "0.3.0" }, "openapi": "3.1.0", "paths": {