diff --git a/CHANGELOG.md b/CHANGELOG.md index b9002dcf..13448736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2026-06-13 + ### Added - **OpenAI Codex provider** — Integrate `codex app-server` (JSON-RPC 2.0 over stdio) as a third coding-agent backend behind the existing `CodingProcess` interface, unlocking ChatGPT-subscription-gated OpenAI models for sessions and workflows. Includes a `CodexProcess` adapter (handshake, event mapping, command/file-change approvals, thread resume across restarts, permission-mode → approvalPolicy/sandbox mapping), model discovery at `/api/codex/models`, startup binary/auth detection, and a frontend provider option with `codex login` guidance (#499) - **Claude Fable 5 model support** (#492) diff --git a/package-lock.json b/package-lock.json index 5599562f..29aea740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codekin", - "version": "0.6.5", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codekin", - "version": "0.6.5", + "version": "0.7.0", "license": "MIT", "dependencies": { "better-sqlite3": "^12.9.0", diff --git a/package.json b/package.json index 5b2af056..b2c4c47a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codekin", - "version": "0.6.5", + "version": "0.7.0", "license": "MIT", "licenseNotes": "dompurify is dual-licensed (MPL-2.0 OR Apache-2.0); both are permissively compatible with MIT for library use. lightningcss (MPL-2.0) is a build-time-only dependency used by TailwindCSS and is not included in distributed artifacts.", "author": "multiplier-labs",