Skip to content
Changelog

Version 1.0

WP Godmode hits 1.0 — the first public release. Here's everything shipping in this version.

Conversational WordPress control

Godmode 1.0 Core Feature: Conversational WordPress Control

Talk to your site like a teammate. Manage pages, posts, users, settings, plugins, and themes through natural language — no more clicking through wp-admin to get things done.

Full-stack code workshop

Godmode 1.0 Core Feature: Full Stack Code Workshop

Build plugins, themes, and custom gm-projects with real file workflows. Godmode opens folders, edits files, runs PHP, scaffolds and activates code straight into WordPress.

Per-site rules

Godmode 1.0 Core Feature: Rules

Write plain-English instructions that shape every conversation on this site. Godmode reads your rules before each task — code-handling preferences, plugin routing, naming conventions, workflow defaults — so it works the way you do without being re-briefed every time.

Database & PHP at your fingertips

Godmode 1.0 Core Feature: PHP & Database at your fingertips

Query the database, write to it safely, and evaluate any WordPress, plugin, or theme function in real context. No SSH, no phpMyAdmin — just ask Godmode to run it.

Full changelog for Godmode 1.0

  • Conversational WordPress assistant with full site context
  • Powered by ChatGPT Codex — bring your own Codex account, with selectable model tiers per conversation
  • Read, write, and edit any file in plugins, themes, and custom projects
  • Direct database access — SELECT queries plus safe INSERT, UPDATE, and DELETE writes
  • Execute arbitrary PHP in WordPress context via wp_eval
  • Full REST API control for posts, pages, media, users, plugins, themes, settings, and menus
  • ACF Pro integration for reading and writing field data programmatically
  • Breakdance skills — author pages, templates, global blocks, sections, and global styles from chat
  • Native Gutenberg block authoring via post content and the REST API
  • Build pages from Figma files — connect a Figma API key and rebuild frames as native WordPress markup (Breakdance)
  • File uploads in chat — images, PDFs, Figma, Word/Markdown, spreadsheets/CSV, and code files as task input
  • Plugin and theme scaffolding with auto-activation flow
  • Custom code projects under gm-projects/ with managed activation
  • Code folder workflow with git-mirrored working directories
  • Sub-chat spawning for parallel code, research, and verification work
  • Browser-based visual verification with Chrome DevTools (screenshots, DOM, console, network)
  • Authenticated wp-admin browser sessions for live page-builder editing
  • External web research via WebSearch, WebFetch, and raw HTML fetch
  • Linked-site discovery and cross-site cloning for Breakdance content
  • Permission modes — ask-before-every-action, autonomous, and read-only, switchable per site and mid-conversation
  • Plan Mode — review and approve a step-by-step plan before execution on larger jobs
  • Step-by-step undo to revert AI changes on live sites
  • Sandbox-protected WordPress core and WP Godmode plugin files
  • Skills system for specialized workflows (Breakdance builder/deployer, security review, code review, init, schedule, loop)
  • Skill builder for authoring your own custom skills per site — extend WP Godmode with workflows tailored to each project
  • Per-site rules — define plain-English or structured guidance that WP Godmode follows automatically (code-handling preferences, plugin routing, naming conventions, workflow defaults)
  • Admin theme picker — choose the accent colour of the WP Godmode backend to match your workspace (full white-label branding with your own logo and name on Enterprise)
  • Persistent auto-memory across conversations — user profile, project context, and feedback
  • File staging in tmp/ for transferring large payloads to WordPress