Show HN: Plandex – an AI coding engine for complex tasks
71–80 of 112 posts
Re: Show HN: Plandex – an AI coding engine for complex tasks
#72Love the idea of this, and very excited to see how it pans out. That said: I hate the code review UI. Just dump the changes as `git diff` does and let me review them using all the code review tools I use every day, then provide revision instructions. Building a high-quality TUI for side-by-side diffs should not be the thing you are spending time on, and there already exist great tools for viewing diffs in the termina…
Re: Show HN: Plandex – an AI coding engine for complex tasks
#73this looks neat i can't wait to try it out.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#74Love this. Super excited AI-SWEs, will give it a try.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#75Love the idea of this, and very excited to see how it pans out. That said: I hate the code review UI. Just dump the changes as `git diff` does and let me review them using all the code review tools I use every day, then provide revision instructions. Building a high-quality TUI for side-by-side diffs should not be the thing you are spending time on, and there already exist great tools for viewing diffs in the termina…
Thanks for the feedback! I actually had a ‘plandex diff’ command working at one point, but dropped it in favor of the changes TUI. I could definitely bring it back for people who prefer that format.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#76Re: Show HN: Plandex – an AI coding engine for complex tasks
#77I really dislike the hype marketing in some other solutions.
Re: Show HN: Plandex – an AI coding engine for complex tasks
#78Re: Show HN: Plandex – an AI coding engine for complex tasks
#79Earlier quoted context omitted.
Thanks for the feedback! I actually had a ‘plandex diff’ command working at one point, but dropped it in favor of the changes TUI. I could definitely bring it back for people who prefer that format.
You could have a mode for people „who know what they are doing“ and just auto approve all the changes plandex makes and let users handle the changes themselves. I would actually prefer that, because I could keep using my IDE to look at diffs and decide what to keep.