diff --git a/chat/package.json b/chat/package.json index f159cdd..c37fcb9 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 6761fdb..dbeb9c4 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 7032f68..e9e71cb 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 1326c25..639e180 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": {