Skip to content

Releases: useorgx/openclaw-plugin

v0.7.33

14 Apr 03:50
0912f9e

Choose a tag to compare

Release Management

  • Use Node 24's bundled npm runtime for trusted publishing instead of a global npm self-upgrade.
  • Remove token-oriented registry setup so npm trusted publishing can authenticate through GitHub OIDC.
  • Patch release after v0.7.32 failed before publish during the npm upgrade step.

Verification

  • git diff --check
  • version consistency check
  • npm run typecheck
  • npm run test:hooks
  • npm run build
  • PR CI: Node 18, 20, and 22 passed

v0.7.32

14 Apr 03:37
b770080

Choose a tag to compare

Changes

  • Switch npm release workflow to trusted publishing with provenance.
  • Remove the blank NPM_TOKEN path that caused v0.7.31 publish to fail with ENEEDAUTH.
  • Bump @useorgx/openclaw-plugin to 0.7.32 for the corrected publish release.

Verification

  • GitHub CI passed on PR #272.
  • Local typecheck, hook tests, version consistency check, and build passed before merge.

v0.7.31

14 Apr 03:23
032b8fc

Choose a tag to compare

Changes

  • Extends orgx_record_outcome so MCP clients can report outcomes with run_id, correlation_id, source_client, and execution_type metadata.
  • Fixes autopilot slice reconciliation so closed child handles clear stale pid state and auto-continue can advance reliably.
  • Preserves artifact proof metadata through orgx_register_artifact for proof-chain reporting.

Verification

  • npm run test:hooks
  • npm run typecheck
  • npm run build
  • git diff --check origin/main..HEAD
  • GitHub CI on PR #271

Rollout

  • No migrations.
  • No environment variable changes.

v0.7.27

12 Mar 14:33
3720d56

Choose a tag to compare

Summary

  • patch release bump for @useorgx/openclaw-plugin and the OpenClaw plugin manifest
  • packages the Mission Control operator UX improvements shipped after 0.7.26

Included

  • calmer bulk-review trays for decisions and interventions in the Mission Control rail
  • stronger blocked-slice decision handoff in the slice detail modal, including fallback handling when only decision counts are emitted
  • default-open completed and upcoming scope groups in queue detail views so work scope is visible immediately

v0.7.20

05 Mar 14:21
2bc86bc

Choose a tag to compare

What's Changed

  • feat: add milestone breakdown hierarchy to Next Up queue, cards, and modals (#241)
  • fix: enrich canonical next-up path with milestoneBreakdown + dashboard polish (#242)

Highlights

  • Next Up cards now show segmented milestone progress bars and task counts
  • SliceDetailModal renders status-grouped scope sections (Completed / Upcoming / In Progress / Blocked)
  • Activity timeline milestone scope section in modal
  • All 4 API response paths enriched with milestoneBreakdown data
  • Agent avatar user identity detection with fractal avatar fallback
  • Activity timeline status update display improvements

Full Changelog: v0.7.19...v0.7.20

v0.7.17

04 Mar 21:18
6b7709b

Choose a tag to compare

Activity Feed Audit — Chronological Flow, Seamless Scroll, Modal Clarity

Highlights

  • Chronological sort — oldest-first default for narrative reading
  • Scroll fix — removed collapsed mode that broke infinite scroll
  • Modal reorder — artifacts promoted to hero position, structured outcome cards (PR/tests/tasks/blockers)
  • Actor distinction — visual identity system: user (You/lime), system (dimmed), orchestrator (Xandy/iris), agent (domain color)
  • Structured evidence — blocker and decision cards above collapsed raw file paths
  • Queue lifecycle — position badges on timeline cards, horizontal stepper on autopilot modals
  • Collapsible sections — Details and Narrative collapse by default when long

PRs

  • #237 feat: activity feed audit — chronological flow, seamless scroll, modal clarity
  • #238 chore(release): bump patch to v0.7.17

v0.7.15

04 Mar 13:15
8d13682

Choose a tag to compare

Patch release v0.7.15\n\n- package: 0.7.15\n- plugin manifest: 1.0.7\n- includes workspace scope + MCP stream reliability fixes\n- adds ignore rules for generated run/QA artifacts

v0.7.8

03 Mar 12:16
2212f41

Choose a tag to compare

0.7.8

Release Management

  • Patch release bump for npm package + plugin manifest versions.

Included in this bump

  • QA/verifier hardening updates included in the release line:
    • BOM-safe skill heading extraction
    • malformed frontmatter fallback for heading detection
    • stable idempotency key prefix fallback
    • regression tests for verifier + hash utils

Validation

  • typecheck: pass
  • build: pass
  • targeted verifier/hash tests: pass
  • full hook suite: still has 2 known pre-existing failures on main

v0.7.7

03 Mar 11:53
48c02f7

Choose a tag to compare

0.7.7 - 2026-03-03

Release Management

  • Patch release bump for npm package + plugin manifest versions.
  • Published release tag v0.7.7.

QA Capture Reliability

  • Hardened component capture retries with locator re-acquire and viewport fallback when element screenshots timeout.
  • Added failed-capture retry pass in addition to warning retries to improve full-run stability.
  • Stabilized activity/settings capture selectors and action paths used by QA automation.

Validation

  • ✅ npm run typecheck
  • ✅ npm run build
  • ⚠️ npm run test:hooks currently has 2 failing tests on main:
    • autopilot slice lifecycle: completed without outputs blocks and requests decision
    • iwmt cascade: auto-continue stops with blocked on no_updates scenario

v0.7.6

01 Mar 22:22
b9a9a6d

Choose a tag to compare

Changes since v0.7.5

Backend Optimizations (PR #203)

  • Type-safe scoring fields on NextUpQueueItem (objectiveScore, roiPerToken, expectedTokens, expectedValueUsd)
  • 30s TTL cache for usage control plane summary
  • Plumb activeAgents/totalAgents through live initiatives
  • New /api/live/initiatives/summary pre-aggregated endpoint

Activity & Autopilot UX Fixes (PR #204)

  • Fix auto-expand overriding manual "Last hour" filter selection
  • Replace developer jargon in activity timeline with customer-friendly copy
  • Autopilot stop button shows "Stopping Autopilot…" during graceful shutdown
  • Clean up sync event filter labels