Show HN: Discuss CLI – No more reviewing agent plans in the terminal (github.com)

1 points by codesoda ↗ HN
I'm a big user of Codex and Claude Code in the terminal. However after a big brainstorming and planning session I was finding myself with lots of comments and questions about difference places in the plan file.

So I built Discuss CLI. It turns any Markdown file (or stdin -) into a browser review surface with PR-style comments. Your existing coding agent session can gets your comments passed through to it and it reply in the margins.

This has completely transformed the way I'm interacting qith coding agents, please try it out.

3 comments

[ 3.0 ms ] story [ 20.1 ms ] thread
Cool. Why CLI + skill files instead of an MCP server? Seems like you'd get the stdout events and agent integration as standard tool primitives.