Skip to content

Releases: setyenv/wp-pfagent

WP-PFAgent 1.2.8

Choose a tag to compare

@buildsetyenv buildsetyenv released this 16 Sep 18:55

WP-PFAgent 1.2.8 — the open-source AI agent of the Setyenv suite.

What's new since 1.0.11

  • Conversations and traces belong to a person of the platform (1.2.7), not to a WordPress account id; existing rows are converted on update.
  • A site that updates catches up its schema (1.2.5): long-running installs could not start a conversation; the schema now upgrades on update, not only on activation.
  • Confirmations say what they are about to do (1.2.4), naming the table and the value, and a deletion says it cannot be undone. Failed turns are explained in plain words, and all thirteen languages are complete.
  • Conversations keyed by uuid (1.2.3), portable between environments; turn counts fixed; the workflow preview opens again; "how many" is answered by the tool, never by a page of results; the agent reads your data model one entity at a time.
  • Provider failures in plain words (1.2.2): rejected key, exhausted quota, rate limit, unknown model and outage are each named; WooCommerce order reading no longer fails on refunds; the active engine can no longer be wiped by an incomplete request.
  • Maintenance mode (1.2.0): the maintenance page and REST 503 while a window is in force, with a pre-warning; opaque workflow ids end to end; the release ships the frontend source alongside the compiled bundle.

Full changelog in readme.txt. Run the whole suite with one command from Docker Hub.

WP-PFAgent 1.0.8

Choose a tag to compare

@Project-Flash-Build Project-Flash-Build released this 14 Jul 10:06

WP-PFAgent™ 1.0.8 — the open-source AI agent for WordPress, in sync with the shipped release.

  • Conversational management of your WordPress site (posts, taxonomies, media, users, comments, settings, menus), with a confirmation gate before every change and WordPress-permission checks throughout.
  • Integrations that light up when the plugin is present: WooCommerce, Yoast SEO / Rank Math / SEOPress, Gravity Forms / Fluent Forms / WPForms / Contact Form 7, LearnDash, MemberPress.
  • A live "WordPress" tab that follows the agent's actions, provider/model selection, and bring-your-own-key credentials stored encrypted in your own database.
  • Interface localized in 14 languages.
  • With a licensed WP-PFManagement™ / WP-PFWorkflow™, the agent designs entities and workflows from a sentence.

Free software under GPL-2.0-or-later. Website: https://setyenv.com

WP-PFAgent 1.0.2 — maintenance

Choose a tag to compare

@Project-Flash-Build Project-Flash-Build released this 08 Jul 08:57

Maintenance release — stability and correctness fixes from the agent debugging cycle.

  • Agent record CRUD completed (adds delete) and row-visibility wired into the tool set.
  • Tool-bridge argument errors now return a clean, labelled validation failure instead of a generic bridge error.
  • Longer agent turns no longer hit the time limit; transparent auto-continue for multi-step chats.
  • Workflow activation confirmed by read-back rather than reported blindly.
  • Licensing drop-in synced to PFL3 v1.4.0 (pure-PHP crypto).