Skip to content

Commit 1ec2583

Browse files
committed
chore: bump agentapi version to 0.3.2
1 parent 33124c2 commit 1ec2583

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

lib/httpapi/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func NewServer(ctx context.Context, agentType mf.AgentType, process *termexec.Pr
7373
})
7474
router.Use(corsMiddleware.Handler)
7575

76-
humaConfig := huma.DefaultConfig("AgentAPI", "0.3.1")
76+
humaConfig := huma.DefaultConfig("AgentAPI", "0.3.2")
7777
humaConfig.Info.Description = "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi"
7878
api := humachi.New(router, humaConfig)
7979
formatMessage := func(message string, userInput string) string {

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"info": {
308308
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
309309
"title": "AgentAPI",
310-
"version": "0.3.1"
310+
"version": "0.3.2"
311311
},
312312
"openapi": "3.1.0",
313313
"paths": {

0 commit comments

Comments
 (0)