From 261c297014f1a0d50f31987eacbda0f7044e1421 Mon Sep 17 00:00:00 2001 From: 35C4n0r <70096901+35C4n0r@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:52:09 +0530 Subject: [PATCH 1/2] fix: fix build release workflow error (#197) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10e2ba2b..ece71e18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ on: jobs: build: name: Build Release Binaries - runs-on: depot-ubuntu-22.04-4 + runs-on: ubuntu-latest-8-cores if: ${{ github.repository_owner == 'coder' }} steps: From 96a53e8ae8b85d348c57bab34d063dfb87507d35 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Mon, 2 Mar 2026 18:06:04 +0530 Subject: [PATCH 2/2] chore: update version to 0.12.0 --- CHANGELOG.md | 14 ++++++++++++++ chat/package.json | 2 +- internal/version/version.go | 2 +- openapi.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 431d00c3..a7ead361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.12.0 + +### Features +- Experimental ACP integration +- Introduce state persistence + +### Fixes +- Fix pr-preview and build release workflow errors + +### Chore +- Codebase refactor for abstraction +- Go version bump to 1.24 +- Use coder/quartz + ## v0.11.8 ### Fix diff --git a/chat/package.json b/chat/package.json index d91274d0..7300cb27 100644 --- a/chat/package.json +++ b/chat/package.json @@ -48,5 +48,5 @@ "start": "next start", "storybook": "storybook dev -p 6006" }, - "version": "0.11.8" + "version": "0.12.0" } diff --git a/internal/version/version.go b/internal/version/version.go index 042d6176..79e47b1c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version -var Version = "0.11.8" +var Version = "0.12.0" diff --git a/openapi.json b/openapi.json index aa4d3e6b..c25f483c 100644 --- a/openapi.json +++ b/openapi.json @@ -357,7 +357,7 @@ "info": { "description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi", "title": "AgentAPI", - "version": "0.11.8" + "version": "0.12.0" }, "openapi": "3.0.3", "paths": {