Skip to content

Commit e354256

Browse files
alari76claude
andauthored
chore: release v0.7.0 (#513)
Bump version 0.6.5 → 0.7.0 and cut the CHANGELOG [Unreleased] section into a dated 0.7.0 release covering the Codex provider, OpenCode resilience, the Agent Joe resilience suite, dynamic model discovery, and the UI/visual updates (#474#510). Co-authored-by: Claude Opus 4 <noreply@anthropic.com>
1 parent 8617cac commit e354256

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2026-06-13
11+
1012
### Added
1113
- **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)
1214
- **Claude Fable 5 model support** (#492)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codekin",
3-
"version": "0.6.5",
3+
"version": "0.7.0",
44
"license": "MIT",
55
"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.",
66
"author": "multiplier-labs",

0 commit comments

Comments
 (0)