Wordmark logo (red) across sidebar, mobile nav, settings panel, and README.
New favicon, IBM Plex Serif for titles, red AFS badges, .dev -> .com,
v3.0 date to March 24, layout mode blog post ending, overview page tweaks.
Press L to drag components onto the page, rearrange sections, or wireframe
from scratch. 65+ component types, smart guides, snap positioning, section
detection, and structured output with coordinates and dimensions.
Extends AFS to v1.1 with placement, rearrange, and wireframe annotation kinds.
Includes MCP integration, blog post, changelog, and updated docs.
* polish ui
* update: agentation color accent
* fix: multi marker color
* update: icons to use p3 colors
* fix: automations page position
* minor fixes
When _debugSource is missing (Next.js/SWC), probes component functions
with a throwing hooks dispatcher and parses the error stack to extract
source file paths. Works with Vite, Next.js, Webpack, and Turbopack.
Site: add 2.3.0 changelog, update output examples with Source lines,
add source file mention to homepage, remove CSS isolation page.
- Add watch_annotations to MCP docs, API page, and changelog
- Remove wait_for_action tool entirely (dead code)
- Fix SSE connection-drop causing MCP tools to hang
- Fix production builds health-checking localhost:4747
- Implement Cmd+Shift+F keyboard shortcut
- Fix SVG logo URL in npm README
- Rename "Send to Agent" to "Send Annotations" across docs
- Add Hands-Free Mode section to MCP docs
- Bump agentation to 2.1.0 and agentation-mcp to 1.1.0
* Add animated diagrams to schema and webhooks pages
- Schema page: sequence diagram showing annotation lifecycle
(create → get_pending → acknowledge → resolve)
- Webhooks page: sequence diagram showing webhook flow
(annotation events → webhook server → external services)
Both use Framer Motion for entrance animations and CSS keyframes
for looping pulse effects, matching the MCP diagram style.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add JSON schema file for annotation format
Creates public/schema/annotation.v1.json so the URL referenced
on the schema page actually resolves when deployed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
- Install beautiful-mermaid package for diagram rendering
- Create MCPDiagram component with animated sequence diagram
- Shows communication flow between Browser, HTTP Server, MCP Server, and AI Agent
- Features smooth entrance animations, pulsing labels, and actor highlights
- Includes legend for request/response arrow types
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>