Changelog Highlights
See full source changelog in repository root: CHANGELOG.md.
0.10.2 (2026-03-08)
- Unified Control CP and governed write APIs behind one gate:
PLUGIN_AGENTS_WRITES_EXPERIMENTAL.
0.10.1 (2026-03-08)
- Renamed governed draft-write scope to
entries:write:draftand keptentries:writeas a deprecated compatibility alias. - Simplified governed approval flow: final approval executes immediately, with clearer approved/apply/completed states in Control CP.
- Dual-approval now degrades to single approval when only one active CP user exists.
0.10.0 (2026-03-07)
- Added governed write action support for
entry.updateDraftviaPOST /agents/v1/control/actions/executewith schema/OpenAPI payload metadata. - Added experimental
entries:writescope (gated byPLUGIN_AGENTS_WRITES_EXPERIMENTAL=true) and per-account write indicators in CP cards. - Added per-account human-approval control for write-capable accounts and fixed its CP persistence/edit hydration behavior.
- Removed legacy refund/return experimental aliases; governed write surfaces now use writes-specific experimental flags only.
0.9.3 (2026-03-07)
- Migrated sync-state naming across docs/contracts/QA from legacy
/consumers/*wording to canonical/sync-state/*. - Refined CP dashboard/accounts UX with unified metric-strip cards, improved filter states, and updated discovery-doc card interactions.
- Upgraded reliability threshold settings to Craft env-var-aware inputs and fixed env-var threshold parsing/evaluation behavior.
0.9.0 (2026-03-06)
- Shipped schema/OpenAPI-based templates and tested reference automations for canonical first jobs.
- Shipped integration starter packs (
curl,javascript,python) for faster onboarding. - Expanded reliability and diagnostics surfaces with threshold-driven triage and richer bundle payloads.
- Shipped lifecycle governance endpoint/CLI/CP visibility for ownership, stale usage, expiry, and rotation risk posture.
- Removed Control CP surface from public/operator UX while keeping internal control-plane internals feature-flagged.
0.8.7 (2026-03-05)
- Reordered CP subnavigation so
Agentsappears directly belowDashboard.
0.8.6 (2026-03-05)
- Reworked CP agent management to card-based create/edit workflows and agent-first wording.
- Added managed-agent pause/resume lifecycle support with persisted pause state.
- Added live per-agent usage activity indicators with runtime setting toggle and query-param simulation support.
0.8.5 (2026-03-04)
- Added environment profile resolver with optional
PLUGIN_AGENTS_ENV_PROFILE(local|test|staging|production) and inferred profile fallback. - Added profile-based runtime defaults for auth/rate-limit/webhook posture when explicit
PLUGIN_AGENTS_*values are unset. - Added runtime profile metadata across health/readiness/capabilities/schema/diagnostics outputs (
environmentProfile,environmentProfileSource,profileDefaultsApplied,effectivePolicyVersion). - Added read-only CP Environment Profile posture visibility in Security views.
0.8.1 (2026-03-04)
- Added inventory-aware product snapshots:
GET /agents/v1/productsnow includeshasUnlimitedStockandtotalStockper item. - Added low-stock filtering on
GET /agents/v1/productsvialowStockandlowStockThresholdquery parameters (full-sync mode). - Added inventory fields to variant list payloads so
GET /agents/v1/variantsnow exposesstock,hasUnlimitedStock, andisAvailable.
0.8.0 (2026-03-04)
- Added read APIs for additional Craft and Commerce resources: users (flag-gated), assets, categories, tags, global sets, addresses (flag-gated), content blocks, variants, subscriptions, transfers, and donations.
- Expanded
GET /agents/v1/changescoverage to include newly exposed resources for broader incremental-sync parity. - Added canonical agent handbook link exposure in discovery outputs (
/llms.txt,/llms-full.txt).
0.7.0 (2026-03-04)
- Added one-click diagnostics bundle surfaces across API (
GET /agents/v1/diagnostics/bundle), CP download flow, and CLI (craft agents/diagnostics-bundle). - Added
diagnostics:readscope with capabilities/OpenAPI/schema contract coverage.
0.6.2 (2026-03-04)
- Fixed release metadata/tag alignment by shipping a fresh immutable patch release for plugin-store ingestion.
- Fixed plugin-version fallback constants in API/readiness telemetry to match the current release.
0.6.1 (2026-03-03)
- Fixed adoption metrics runtime fatal by using the existing security posture API.
- Fixed machine-client POST compatibility by disabling CSRF on token-authenticated API routes.
- Fixed dual-approval decision race conditions with optimistic concurrency guards.
- Fixed stale version fallback constants and added release-gate checks to prevent regression.
0.6.0 (2026-03-03)
- Added observability metrics endpoint:
GET /agents/v1/metrics(metrics:read). - Added CP Readiness telemetry snapshot and runbook/alert guidance.
- Added adoption instrumentation endpoint:
GET /agents/v1/adoption/metrics(adoption:read).
0.5.0 (2026-03-03)
- Hardened API contract parity and deterministic request validation paths.
- Improved CP UX grouping and metric color coding.
- Added canonical first-agent jobs, quickstart guidance, and stronger regression gates.