Show report on a page
view_reportView completed work on a local web page with file changes and per-line diffs. Send a summary and done list to get a URL to view instead of describing edits in chat.
Instructions
Show the user what you did on a local web page instead of writing it out in chat. Call this AFTER you have finished the work. The page also shows every file that changed since this session started, with per-line diffs, so do not describe your edits in chat - point at them. Send a short summary (max 3 sentences), the list of things done, optionally a diagram of the resulting flow, optionally refs (path + an 'anchor' string that literally appears in the file) marking spots worth reading, and optionally notes for warnings or leftovers. Returns a single line with the page URL - reply with that line only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | Yes | What was completed. Max 12 short lines. | |
| refs | No | Noteworthy spots in the code, each pointed at by an anchor. | |
| notes | No | Warnings, caveats, or work left unfinished. | |
| diagram | No | Optional diagram of the resulting flow. | |
| summary | Yes | What you did. Max 3 sentences. |