PageMosaic v0.2.0 is out. The headline feature: a built-in AI assistant that lives inside the editor and writes code directly into your pages.

What’s new

The AI panel opens as a floating overlay — press Ctrl+Shift+A or click the AI button in the toolbar. Your code editor and live preview stay fully visible while you chat.

Plan mode and Act mode

Two modes control what happens when the AI responds:

You can switch between them mid-conversation. The typical workflow: plan first, then flip to Act to implement.

Context-aware by default

When a page or component is open, the AI already has its full HTML as context. Slash commands let you inject more:

Skill & Agent system 🔌

Skills give the AI task-specific instructions without you having to repeat them every time. The built-in HTML Cleanup skill enforces PageMosaic’s component marker format. Drop a SKILL.md or .skill.json into your AI Library folder to add your own.

Agents let you switch the AI’s persona — a Web Developer agent focuses on clean semantic HTML; a Copywriter agent focuses on persuasive copy. Both are included out of the box.

Get v0.2.0