v3.0.0
·
200 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
- Structured tool results now stay intact from MCP calls through ACP, live UI updates, and restored session history.
- Frontman can display typed tool content, including text, images, audio, links, and resources.
- Review and restore WordPress Additional CSS revisions with theme-aware history, conflict checks, and clear before-and-after details.
- New TypeScript declarations improve autocomplete and type safety for Next.js package exports.
Changed
- Output schemas now appear only for tools that return structured data, keeping tool contracts accurate.
- Next.js setup now installs middleware and proxy files correctly for both root and
src/project layouts. - The WordPress.org listing now explains setup requirements, compatibility, and a complete editing workflow before installation.
- Breaking:
@frontman-ai/frontman-protocoland@frontman-ai/frontman-clientnow use structured tool-result contracts. Integrations that importjsonResultmust migrate tostructuredResultorunstructuredResult.
Security
- Browser runtime configuration no longer includes unsupported provider keys or unused source paths. Stored tool results now strip metadata.
- Server dependency updates address denial-of-service, cross-site scripting, and SQL injection vulnerabilities.
- OAuth activation analytics exclude prompts and relay error details.