v0.15.0 - 2026-04-08
@frontman-ai/client
Minor Changes
#788
38b50d3Thanks @BlueHotDog! - feat: add framework-conditional browser tool registrationIntroduces
Client__ToolRegistry.forFrameworkwhich composes core browser tools with framework-specific tools based on the active runtime framework. Creates@frontman-ai/astro-browserpackage as the first framework browser tool package (empty for now — actual tools land in #782).
Patch Changes
#796
9ef1ae0Thanks @BlueHotDog! - Add get_astro_audit browser tool that reads Astro dev toolbar accessibility and performance audit resultsd8d15c1Thanks @BlueHotDog! - fix: move ScrollButton outside contentRef to break ResizeObserver feedback loopThe scroll-to-bottom button was rendered inside the ResizeObserver-watched div. Its 32px show/hide cycle (driven by
isAtBottom) caused the ResizeObserver to snap scroll position, which toggledisAtBottom, which toggled the button — creating an infinite oscillation that made it impossible to scroll up.#800
a9eb0cfThanks @itayadler! - Fix WordPress Playground relay requests to preserve the leading/scope:...prefix so tool calls and source-location POSTs do not get redirected to GET.#741
3dd6c04Thanks @itayadler! - Strip rich text formatting from short clipboard pastes in the chat input so contentEditable inserts plain text consistently.#762
e963100Thanks @BlueHotDog! - Improve error UX: human-readable categorized errors, automatic retry with exponential backoff for transient failures, live countdown during retry, and manual retry button.
@frontman-ai/astro-browser
Minor Changes
- #796
9ef1ae0Thanks @BlueHotDog! - Add get_astro_audit browser tool that reads Astro dev toolbar accessibility and performance audit results
@frontman-ai/frontman-core
Patch Changes
@frontman-ai/frontman-protocol
Minor Changes
- #796
9ef1ae0Thanks @BlueHotDog! - Add get_astro_audit browser tool that reads Astro dev toolbar accessibility and performance audit results
Patch Changes
- #762
e963100Thanks @BlueHotDog! - Improve error UX: human-readable categorized errors, automatic retry with exponential backoff for transient failures, live countdown during retry, and manual retry button.
[Unreleased]
Changed
- Allow
.netand.orgorigins in the server's allowed origin and external return URL allowlists.