Settings

Theme

Show HN: Discuss CLI – No more reviewing agent plans in the terminal

github.com

1 points by codesoda 2 months ago · 7 comments · 1 min read

Reader

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.

arjun-mavonic 2 months ago

Have you tried the plannatator? https://github.com/backnotprop/plannotator I've been using it for few months now and I like how it let's me annotate the plan as I review and then send feedback or approve.

  • codesodaOP 2 months ago

    I hadn't seen that one. Looks great also.

    When I built this I specifically didn't want to have to provide feedback and then submit it back, then open again after the agent had considered my feedback.

    The way discuss is setup, it's interacting forwards and backwards on the discussion, from the web page, but within the original agent session I was having.

    Very convenient to ask a question "in the document" and get a response a few seconds later, in the same document.

karerckor 2 months ago

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.

  • codesodaOP 2 months ago

    It's a bit of a bias of my own. It's all local, agents seem very good at running and monitoring cli outputs. They know how to follow standards, e.g. `cli-name help` to work out how to use it. The cli is self documenting this way, and they only need to learn about the commands they want to use.

    No reason MCP support couldn't be added.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection