AI features now run entirely through the NitroShock worker, so no provider API key is stored on your site, and the Component Studio gains the page editor's text and SVG tools.
No API key on your site
- Everything runs through the worker - AI features used to post directly to the Claude API using a key saved in your site's database. Every mode now goes through the NitroShock worker instead, so no provider key is stored on your site at all. The API key field and the Direct connection mode have been removed from Settings along with the key they used.
- Correct billing per model - modes that offer a model choice now pass it through, and each model is charged at its own rate. Opus runs were previously billed at the Haiku rate.
Component Studio
- Text editing in the preview - the Studio has the same text toolbar as the page editor. Double-click text in the preview to edit it, with the changes synced back to the code tabs.
- Insert SVG - drop an SVG in from the media library the same way you would on a page.
AI Create
- FAQ, schema and image suggestions - the Create flow can generate each of these as its own step, priced to match the checkboxes shown in the interface.
- Styled articles on imported sites - Create New now passes the site's design mode and style tokens, so generated articles match an imported site instead of the framework defaults.
Fixes
- Schema survives a migration - per-page Schema JSON-LD can now be read and written over the REST API. It was dropped silently before, so pages authored with schema arrived on the destination site with none and nothing reported a failure. This completes the same fix made for page settings and per-page CSS in 0.5.5.
- Rephrase works on every install - Rephrase failed with an authorization error on customer sites. Its browser-to-worker token is now signed with your license key rather than a shared secret that only matched on our own installs.
- Imported pages keep their markup - a page carrying builder markup without the NitroShock page flag had its blank lines turned into paragraph tags the first time anyone saved it. Those pages are now recognised and left alone, and pages created by the AI set the flag like every other path already did.
- Stylesheets land in the CSS field - an AI reply containing a stylesheet now puts it in the page or component CSS rather than leaving it in the markup, and the code tabs show the result immediately instead of sitting empty.
- Leading style blocks are kept - a page whose content opens with a style block no longer loses it to the preamble check.
- Brand Settings dropdowns - selects on the Brand Settings screen show their arrow again. A background shorthand was overriding it on every select on the page.