Releases: useorgx/openclaw-plugin
Releases · useorgx/openclaw-plugin
v0.7.33
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
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
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
Summary
- patch release bump for
@useorgx/openclaw-pluginand 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
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
milestoneBreakdowndata - 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
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
v0.7.15
v0.7.8
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
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
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/summarypre-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