Skip to content

Commit 32aa30a

Browse files
committed
chore: update version to 0.12.1
1 parent 702b10b commit 32aa30a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.12.1
4+
5+
### Fixes
6+
- Prevent terminal echo from being captured as agent messages
7+
- Update codex message box detection
8+
39
## v0.12.0
410

511
### Features

chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"start": "next start",
4949
"storybook": "storybook dev -p 6006"
5050
},
51-
"version": "0.12.0"
51+
"version": "0.12.1"
5252
}

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package version
44

5-
var Version = "0.12.0"
5+
var Version = "0.12.1"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"info": {
358358
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
359359
"title": "AgentAPI",
360-
"version": "0.12.0"
360+
"version": "0.12.1"
361361
},
362362
"openapi": "3.0.3",
363363
"paths": {

0 commit comments

Comments
 (0)