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