Remix.run Logo
victorbjorklund 16 hours ago

What’s wrong with using GIT for reviewing the changes?

embedding-shape 14 hours ago | parent [-]

Are any of them integrated with git? AFAIK, you'd have to instruct them to use git for you if you don't want to do it manually.

Imagine a GUI built around git branches + agents working in those branches + tooling to manage the orchestration and small review points, rather than "here's a chat and tool calling, glhf".

KronisLV an hour ago | parent | next [-]

> Are any of them integrated with git?

All of the models that can do tool calls are typically good enough to use Git.

Just this week I used both Claude Code and Codex to look at unstaged/staged changes and to review them multiple times, even do comparison between a feature branch and the main branch to identify why a particular feature might have broken in the feature branch.

zer0tonin 16 minutes ago | parent | prev [-]

Aider is integrated with git