Changelog

All notable changes to this project will be documented in this file.

Unreleased

Added

  • WP-native scaffolding actions: scaffold plugin, child theme, post type, taxonomy (file generation; no shell)

[0.3.1] – 2026-02-15

Added

  • Action Scheduler WP-CLI parity: clean actions, fix schema, store/runner/version/source, and action get/logs/create/generate/run/delete/cancel/next via WP APIs

[0.3.0] – 2026-02-15

Added

  • WordPress tool: add WP-CLI parity actions via native APIs (plugins/themes updates & activation, cron list/schedule/run, cache flush, rewrite flush, Action Scheduler status/list/run)

[0.2.2] – 2026-02-15

Fixed

  • System prompt: stop making blanket shell/composer claims; explicitly rely on Available Tools + show workspace paths

[0.2.1] – 2026-02-15

Fixed

  • Fix capability awareness: set WP current user for tool discovery; clarify tiers + workspace paths in system prompt

[0.2.0] – 2026-02-15

Changed

  • Version: bump minor to 0.2.0 to reflect daemon removal (WordPress-native Action Scheduler execution only)

[0.1.1] – 2026-02-15

Added

  • Add docs/SETUP.md and docs/SECURITY.md
  • Document multi-interface usage (channels, WP-CLI, REST, optional chat block)

Changed

  • Document how to make Action Scheduler polling reactive (system cron runner recommendations)
  • Remove WP-CLI daemon; process inbound messages via Action Scheduler async queue

[0.1.0] – 2026-02-14

Added

  • Core agent loop with multi-turn conversation via ai-http-client
  • Session management with custom database table
  • Memory system (SOUL.md, MEMORY.md, daily memory files)
  • Skill loader for markdown-based extensibility
  • System prompt builder with site context
  • WordPress Abilities API integration (WP 6.9+) as core primitive
  • 4 built-in tools: WordPress, File, Shell, Web
  • REST API endpoint: POST /wp-agent/v1/chat
  • WP-CLI commands: wp agent chat/status/sessions/clear
  • Admin settings page with provider/model/ability configuration
  • Graceful API key sharing with other ai-http-client consumers