From 2f55d38431d2e0cf1f3715b1ce46fb3a04f317e5 Mon Sep 17 00:00:00 2001 From: hopeatina Date: Thu, 12 Mar 2026 09:27:41 -0500 Subject: [PATCH] chore: release 0.7.27 --- CHANGELOG.md | 11 +++++++++++ openclaw.plugin.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a19ee53..5546101c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to `@useorgx/openclaw-plugin` are documented in this file. +## 0.7.27 - 2026-03-12 + +### Release Management +- Patch release bump for npm package + plugin manifest metadata. +- Published release tag `v0.7.27`. + +### Mission Control Operator UX +- Refined decision and intervention bulk-review trays for the narrow Mission Control rail so multi-select actions stay legible and calm instead of collapsing into dense button rows. +- Elevated blocked-slice decision handoff in the slice detail modal so operators can review the primary pending decision directly from the blocker surface, with a fallback path when only decision counts were emitted. +- Kept grouped scope sections in queue detail views open by default for completed and upcoming work so the work scope is visible immediately. + ## 0.7.26 - 2026-03-10 ### Release Management diff --git a/openclaw.plugin.json b/openclaw.plugin.json index aaae7daf..781cf1a1 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,7 +1,7 @@ { "id": "openclaw-plugin", "name": "OrgX Integration", - "version": "0.7.26", + "version": "0.7.27", "description": "Connects Clawdbot to OrgX for agent orchestration, quality gates, and model routing", "entry": "./dist/index.js", "author": "OrgX Team", diff --git a/package-lock.json b/package-lock.json index 3aac4828..2fdfd30f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@useorgx/openclaw-plugin", - "version": "0.7.26", + "version": "0.7.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@useorgx/openclaw-plugin", - "version": "0.7.26", + "version": "0.7.27", "license": "MIT", "dependencies": { "better-sqlite3": "^11.10.0" diff --git a/package.json b/package.json index 3874e95d..ebc711d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@useorgx/openclaw-plugin", - "version": "0.7.26", + "version": "0.7.27", "description": "OrgX plugin for OpenClaw — agent orchestration, quality gates, model routing, and live dashboard", "type": "module", "main": "./dist/index.js",