AgentsInFlow
AgentsInFlow

Git Version Control

Built-in git graph view with commit history, inline diffs, and branch visualization.

Git Graph View

The Git view displays a full commit history as a visual graph. Switch to the Git view using Cmd/Ctrl+2 or from the left sidebar.

  • Full commit history rendered as a visual graph
  • Branch and merge visualization with colored lanes
  • Click any commit to view its details and changed files

Inline Diffs

View diffs for any commit directly in the app. Select a commit from the graph to see file-level changes with additions and deletions highlighted.

  • File-level change tracking with additions and deletions
  • Color-coded diff view (green for added, red for removed)
  • Navigate between changed files within a commit

Uncommitted Changes

The git view shows status indicators for modified files that have not been committed yet. This helps you track what an agent has changed during an execution before you decide to commit or discard.


Git Drawer in Tickets

View git changes directly within the ticket detail panel. When inspecting a ticket, the git drawer shows commits and diffs associated with that ticket's executions, so you can review code changes without switching views.


Branch & Tag Refs

Visual indicators for branches and tags appear on commits in the graph. Each branch gets a distinct color label, and tags are displayed inline next to their associated commits for easy identification.