Skip to Main
schemawp

v.1.1.0

Release date: 06/07/2026

New features

  • Bricks Contextual Templates — discover, inspect, update, and insert Bricks templates via MCP and a Templates tab in Agent Context
  • Theme Composer skill orchestrates a full ACSS theme from brand or niche across color, spacing, roundness, typography, and forms
  • Accessibility Audit skill for WCAG 2.2 AA checks on color contrast, typography, forms, focus, target size, and motion
  • SchemaWP item in the WordPress admin bar with live MCP status and a quick toggle
  • First-install activation redirect to the Settings page

Improvements

  • Pattern Page Builder MCP tools stay available when no page builder integration is active
  • Etch Builder pattern and kits library uses a fluid CSS grid
  • Etch Builder patterns/kits drawer floats as an overlay instead of pushing the grid
  • Aligned contrast-pairing, button fill/label contrast, and on-surface contrast guidance across skills
  • Accessibility audit output uses status emoji and includes a worked example; card and boxed-icon contrast checks added

Bug Fixes

  • MCP layout-builder tools are blocked when the matching integration (Bricks or Patterns) is inactive

v.1.0.0

Release date: 18/06/2026

New features

  • Post management tools — agents can get, create, update, and delete posts and custom post types
  • get_tool_schema MCP tool returns exact tool definitions to reduce hallucinated calls
  • color-assignments skill for guiding background and text color choices
  • Category-based key browsing in get_config, with compact and density scoping for leaner agent context
  • Key-to-skill hint map derived automatically from the token registry

Improvements

  • Rewrote agent skills with clearer fetch specs and a refreshed Style Guide skill
  • Curated high/low density tiers across all token categories so agents fetch only the most relevant keys
  • Skills are now enabled by default unless explicitly turned off
  • Style Guide renders real font weights, a Cards section, and ACSS shade variables instead of hardcoded values
  • Added behavior rule requiring the relevant skill to load before any patch or advice
  • Constrained get_site_context category to a fixed set of values to prevent invalid requests
  • Removed validation on color and button keys to allow free-text values
  • Removed the unenforceable skills_loaded parameter from apply_patch
  • Token registry rebuilt and expanded

Bug Fixes

  • get_config returned different values when querying color keys by category versus directly
  • Patches passed alongside skills_loaded were silently skipped
  • OAuth consent no longer requires the manage_options capability
  • Post search-and-replace skipped batches that contained duplicate search strings
  • Unpublished posts reported a zero modified timestamp
  • Typography default anchor corrected (mob-heading-scale is 1.2, not 1.25)
  • Shade override handling
  • Ghost radius skill registration and stale key-to-skill hint map
  • Accept empty-string values for css_value and px_string token types
  • apply_patch now handles both JSON string and object input
  • WPCS formatting issues

v.0.9.3

Release date: 30/05/2026

New features

  • Add Diagnostic mirrors for the /.well-known discovery urls</li

Improvements

  • Improvement: Update connection instructions in the How to Connect modal</li

v.0.9.2

Release date: 26/05/2026

Improvements

  • Added support for CIMD based oAuth workflow
  • Update connection instructions in the How to Connect modal

v.0.9.1

Release date: 25/05/2026

Bug Fixes

  • Enforce oAuth workflow at tools/list for unauthorized requests

v.0.9.0

Release date: 23/05/2026

New features

  • Kits and Patterns Browser in EtchWP
  • UI controls in plugin settings to enable / disable Etch Integration
  • Live Preview Generator for Pattern Library inside Etch Builder

v.0.8.0

Release date: 16/05/2026

New features

  • MCP tools for listing, renaming, duplicating, and deleting kits
  • MCP tools for updating patterns and managing pattern categories

Improvements

  • Patterns can now be assigned to categories in bulk from the admin UI
  • Added doc links and small UI refinements to the Patterns and Pattern Categories screens

v.0.7.0

Release date: 06/05/2026

New features

  • Pattern-based layout composition in Etch (Experimental). Read more
  • Patterns and Pattern Categories UI with context and management controls
  • Related Skills and MCP Tools
  • New MCP Tool for live site CSS variable introspection

Improvements

  • Added stricter payload validation in Settings API requests
  • Registered unify-lightness palette toggles as patchable
  • Removed the Patch Validator 200-key hard limit
  • Other micro improvements in plugin UI

Bug Fixes

  • Several minor fixes in code and context

v.0.6.0

Release date: 29/04/2026

New features

  • Kit details sidebar on Kits page with apply, export, and delete actions
  • Skills toggle control to enable or disable individual agent skills from the Agent Context panel

Improvements

  • Skills tab changes now integrate with page-level save and cancel actions
  • Refined Kit card and sidebar component layout and styles
  • Updated MCP apply_patch instructions to clarify guard parameters must be passed as separate top-level arguments

Bug Fixes

  • Shade override guard parameters incorrectly embedded inside patch JSON now correctly extracted

v.0.5.0

Release date: 24/04/2026

New features

  • Agents now can patch individual Lightness and Chroma values of derived shades

Improvements

  • Several improvements in agents reasoning flow
  • Improved OAuth Connection page
  • Kit Apply and History Restore now use the standard ACSS Regeneration method
  • Agentic patcher saves backups from database values before applying patches
  • Better notices on history page for restore operations
  • Updated token registry and generator with expanded ACSS token coverage
  • Figma Inference: Enhanced inference rules, rounding instructions, and scale conversion constants
  • MCP: Clarified group parameter description in patch tool

Bug Fixes

  • ACSS patch history recorder not saving correctly

v.0.4.0

Release date: 20/04/2026

New features

  • Changelog link added to plugin action links and admin sidebar
  • Figma Template link added to admin sidebar
  • Token Registry: Added spacing variables for container and content gaps
  • Typography: Added line height control guidelines

Improvements

  • Refined get_skill tool description for better agent clarity
  • Figma Inference: Revised documentation for variable extraction, validation, and reporting
  • Token Registry: Updated agent hints and value ranges
  • Site Context: Updated skill with additional context guidance
  • Agent Behavior: Updated rules for design system visual presentation

Bug Fixes

  • Patch Behavior and Style Guide skill not loading correctly
  • Site Instructions field truncating to first character on save

v.0.3.0

Release date: 16/04/2026

New features

  • Layout skill for ACSS layout-related agent guidance
  • 24 additional patchable ACSS token keys supported
  • Rate limiting on /mcp endpoint for unauthenticated requests
  • Hash-gated behavior rule delivery to reduce redundant context
  • Core rules now delivered once via initialize or fallback get_instructions tool
  • Context hash included in site context tool output

Improvements

  • Skill loading enforced via DOMAIN_SKILL_MAP with get_config hints
  • Color expansion extracted into reusable ACSS_Bridge method
  • Token registry now caches via transient for better performance
  • Site Context Save method improved for updating site instructions
  • Load configured agent behavior rules saved via REST
  • Style Guide: Revised spacing formulas and updated style summary
  • Style Guide: Updated typography patching guidelines and constraints
  • Style Guide: Clarified accepted values for border-radius rules
  • Style Guide: Updated shade definitions and fetch logic
  • Colors: Revised color patching guidelines and section numbering
  • Typography: Refactored skill rules and constraints
  • Icons: Updated styling rules and constraints
  • Radius: Refactored skill for clarity and structure
  • Agent Behavior: Refactored behavior layers and simplified assemble method

Bug Fixes

  • Patch validator for px-int case and clearable key check
  • Double Agent_Behavior instantiation in MCP
  • Tool keys deduplication in MCP tool registry
  • Undefined defaults() method call in get context

v.0.2.5

Release date: 13/04/2026

Improvements

  • Update tool description for Saving ACSS configuration kit
  • Style Guide: Update spacing description
  • Colors: Update skill for color adjustment guidelines
  • Icons: Enhance color acceptance descriptions
  • Agent Behavior: Enhance color palette rules and visuals instructions

Bug Fixes

  • Update Save Kit MCP tool not working as expected

v.0.2.0

Release date: 10/04/2026

Improvements

  • Save Kit now supports ACSS snapshots
  • Style Guide: Revise hero color vars and clarify spacing details

Bug Fixes

  • Save Kit MCP tool not working as expected

v.0.1.5

Release date: 07/04/2026

Improvements

  • Cache-busting at site config getter for Redis/memcached caches
  • Figma Inference: Update Figma variable definition call in documentation
  • Figma Inference: Fix formatting in Figma inference summary
  • Style Guide: Revise skill with color rendering details
  • Style Guide: Revise font preview and fallback output instructions
  • Style Guide: Modify hero preview and button styling in guide
  • Agent Behavior: Refine user greeting and instructions
  • Agent Behavior: Refine visuals rule for design system values
  • Agent Behavior: Add guideline for handling alt color keys

Bug Fixes

  • Site Config not getting accurate ACSS colors

v.0.1.0

Release date: 04/04/2026

New features

  • Initial release