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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openclaw.plugin.json
Original file line number Diff line number Diff line change
@@ -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",
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": "@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",
Expand Down
Loading