Annotate and Draw
Annotate media or a webpage
Section titled “Annotate media or a webpage”Start a non-blocking image review:
anycap annotate ./design.png --no-waitShow the returned URL to the reviewer. After they click Done:
anycap annotate poll --session <session-id>anycap annotate stop --session <session-id>Image, video, and audio sessions support multiple collaborators with synchronized annotations and cursors. URL/iframe mode is single-user because its screen recording is the primary feedback artifact.
If the result contains a recording, analyze the narrated review:
anycap actions video-read \ --file .anycap/annotate/<session-id>/recording.webm \ --instruction "List requested changes and where they apply"Draw diagrams
Section titled “Draw diagrams”Start an editable Mermaid-based whiteboard:
anycap draw --init architecture.mmd --no-wait --port 18400Push a revised structure without restarting the session:
anycap draw update --session <session-id> --init architecture-v2.mmdanycap draw poll --session <session-id>anycap draw stop --session <session-id>Structural updates replace diagram elements while preserving human-drawn annotations. Manual positions on generated diagram elements are reset, so encode layout changes in the Mermaid source.