From 85ceac443142650078568352ed115fe2ab0e30b1 Mon Sep 17 00:00:00 2001 From: Noah-Bytes Date: Wed, 22 Jul 2026 11:37:00 +0800 Subject: [PATCH] chore: bump version to 0.1.0-alpha.5 Release the owner-sync empty-name backfill fix (PR #14, merged as efb64ce): short-circuit only when the owner id matches AND a non-empty name is already stored; encodeURIComponent on member-id paths; no redundant persist when core still returns no name. Tag v0.1.0-alpha.5 after this merges (the release workflow verifies the tag matches package.json version). Co-Authored-By: Claude Opus 4.8 --- 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 3e81e0d..58e1ad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openmaxai/codex-openmax", - "version": "0.1.0-alpha.4", + "version": "0.1.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openmaxai/codex-openmax", - "version": "0.1.0-alpha.4", + "version": "0.1.0-alpha.5", "dependencies": { "@openmaxai/openmax-agent-sdk": "^1.0.1" }, diff --git a/package.json b/package.json index c351543..7cb83e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openmaxai/codex-openmax", - "version": "0.1.0-alpha.4", + "version": "0.1.0-alpha.5", "private": false, "description": "Codex CLI ⇆ OpenMax/CWS channel adapter (Category B): Layer 1 shared SDK bridge + Layer 2 runtime adapter.", "repository": {