diff --git a/chat/package.json b/chat/package.json index 1d8cfda..3610e50 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.2.0", + "version": "0.2.2", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/cmd/root.go b/cmd/root.go index 8763d76..24ea2c7 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, and Codex`, - Version: "0.2.0", + Version: "0.2.2", } func Execute() { diff --git a/lib/httpapi/server.go b/lib/httpapi/server.go index 54be451..4a65c41 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.0") + humaConfig := huma.DefaultConfig("AgentAPI", "0.2.2") 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 f4e2e88..5f637f9 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.0" + "version": "0.2.2" }, "openapi": "3.1.0", "paths": {