cliv - A GUI reviewer for AI agent replies, annotaion and feedback.
by•
A GUI reviewer for AI agent replies, triggered from your CLI.Read, annotate, and return structured feedback to the current thread.
Replies
Best
Hunter
📌
## Why cliV?
AI coding agents (Codex, Claude Code, Gemini CLI) produce long, structured replies — but you're reading them in a terminal. That's fine for 20 lines, painful for 500.
**cliV** can be set as an external editor for Claude Code, Codex, and Gemini, invoked via shortcut, enabling review, annotation, prompt return, and history functions:
- **Review** — full Markdown + Mermaid diagram rendering, no more plain text
- **Annotate** — select exact passages to add comments instead of writing vague follow-ups
- **Write back** — write back to the active write target when available, fall back to clipboard otherwise
- **Open** — also open local Markdown files for standalone review
## Supported Agents
- [Codex](https://github.com/openai/codex)
- [Claude Code](https://docs.anthropic.com/en/do...)
- [Gemini CLI](https://github.com/google-gemini...)
Replies