Skip to content

WPPilot 1.11.0 — Give every industry its own landing page

Latest

Choose a tag to compare

@wppilot-labs wppilot-labs released this 05 Sep 09:43
  • The prompt library is now one complete landing-page brief per industry. The earlier packs were organised by editor and by task and named ability chains, which taught the agent which calls to make and nothing about what to build, so every business got the same centred hero with three cards under it. Ten briefs ship - a bakery, a yoga studio, a dental clinic, a landscaper, a bookshop, a wedding photographer, a plumber, a family law firm, a pet groomer and a brewery taproom - and each carries a flat palette, a type pairing, a design signature that makes its page unlike the others, the sections it must communicate, verbatim content facts, and one shared standards block covering WCAG 2.1 AA, real photography, one icon set, builder-native construction and completeness. The Prompts screen gains a builder picker that writes the chosen editor into the first line of every brief.
  • Fixed: an OAuth client that registered through Dynamic Client Registration with a localhost callback, MCP Inspector among them, was refused with "redirect_uri not registered for this client" from 1.10.1 onward. That release began normalising the callback the client sends onto 127.0.0.1 before comparing it, but a registered row keeps the spelling it was posted with, and the loopback comparison ignores the port while still comparing the host. The stored list is now normalised the same way when it is read, which also repairs rows registered before this fix. Client ID Metadata Document clients were already normalised and are unaffected.