Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading