SiteHelm 0.2.1
·
133 commits
to e679d4a1b375fe04664bb4815923ac413f75e65c
since this release
The admin area is now a five-tab console rather than a single page, and Connect
covers eleven MCP clients rather than three.
Added
- Modules — one card per capability pack: whether it is active, the version
SiteHelm detected, and how many operations it actually registered this
request. Packs that are not active are dimmed as well as badged. - Eight more clients on Connect — Claude Desktop, Claude on the web, VS Code,
Codex CLI, Antigravity, OpenClaw, Hermes, and any stdio-only client over the
publicmcp-remotebridge. Each gets the config in the shape that client
actually reads: theserversobject for VS Code rather than themcpServers
object everything else wants, and a fragment to merge for OpenClaw rather than
a whole file that would overwrite unrelated settings. - A request you can run to prove the endpoint answers. "It does not work" is
almost always the wrong URL, a strippedAuthorizationheader, or a revoked
password, and one request separates those without involving a client at all.
Changed
- Connect can create an Application Password for another account you have
permission to edit, so an agency can hand a client's site a credential without
signing in as them. The picker offers only accounts you may act for, and the
request is re-checked when submitted rather than trusted from the form. - Status no longer repeats the module table. It reports the count and points
at Modules.
Fixed
- A module whose plugin is installed but deactivated now reads as not active
rather than not installed. Presence is detected from loaded constants and
classes, which cannot tell those two apart, and the old wording sent operators
off to reinstall what they already had. - A module with no detected version omits the version line rather than printing
"detected" followed by nothing.
Install
Download sitehelm-0.2.1.zip and upload it under Plugins → Add New → Upload
Plugin. Requires WordPress 6.6 and PHP 8.1.