From 588d28b22b2ed205b7794d4092a0942e3b383ed0 Mon Sep 17 00:00:00 2001 From: Noah-Bytes Date: Mon, 20 Jul 2026 23:19:46 +0800 Subject: [PATCH] chore: bump version to 0.1.0-alpha.2 Ships this release's onboarding work: self-register (invitation_id + invitation_token) as an alternative to pre-provisioned api_key + identity_id, CF-Access header support, a cross-origin-redirect credential-leak guard, and correct cws-core error-detail extraction (RFC 9457 problem+json). --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4dfd7f..51910fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openmaxai/codex-openmax", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openmaxai/codex-openmax", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "dependencies": { "@openmaxai/openmax-agent-sdk": "^1.0.1" }, diff --git a/package.json b/package.json index 9084705..c97c52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openmaxai/codex-openmax", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "private": false, "description": "Codex CLI ⇆ OpenMax/CWS channel adapter (Category B): Layer 1 shared SDK bridge + Layer 2 runtime adapter.", "repository": {