Clickable HTML approval pages for UI fixes in terminal agents
A tiny open-source loop for reviewing UI fixes inside terminal-based AI agents.
Terminal agents are great for code. They are bad at UI feedback, because UI feedback needs eyes, not paragraphs.
ApprovalUI renders a clickable HTML approval page from a simple JSON spec. You open it in a browser, tick approve or reject per item, generate a review, and paste it back into the agent.

pip install approvalui
approvalui example/fixes.json example/approval.html
open example/approval.html
MIT