pi-annotate - browser-to-AI visual feedback
Chrome extension for clicking elements in a running app, leaving comments, and shipping the annotated context back to an AI agent for fixes. Closes the loop between UI bug reports and code edits.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
anything-analyzer - protocol analyzer with MCP
All-in-one network protocol toolkit with browser capture, MITM proxy, JS hooks, fingerprint spoofing, and an MCP server so agents can drive the analysis directly.
mcp-shark - Wireshark for Model Context Protocol
Electron capture and inspection tool for Model Context Protocol traffic. Records every HTTP request/response between an IDE and its MCP servers for forensic analysis.
ai-attestation - track AI-written code in git
Open standard and git hooks that mark which lines of a repo came from an AI tool, with detectors for 19 coding agents like Claude Code, Cursor, and Copilot. CC0 spec.
browser-harness - self-healing browser harness via CDP
Experiment from the Browser Use team that replaces Playwright with raw Chrome DevTools Protocol and lets the agent write its own tools. ~600 lines, no framework lock-in.