From 5dd26fb417ba19daeec36ddbd0c036c91712fe8c Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Wed, 12 Aug 2026 14:06:24 -0700 Subject: [PATCH 1/5] feat: load diffs incrementally per repository Add per-repo API endpoints and parallel frontend loading so diffs appear as each repo finishes, with command logging, 30s timeouts, and a depth-2 repo scan limit. Co-authored-by: Cursor --- diffs.html | 168 +++++++++++++++++++++++++++++++++++++++++++++------- exec.go | 68 +++++++++++++++++++++ handlers.go | 127 +++++++++++++++++---------------------- repos.go | 75 +++++++++++++++++++++++ 4 files changed, 343 insertions(+), 95 deletions(-) create mode 100644 exec.go create mode 100644 repos.go diff --git a/diffs.html b/diffs.html index 5efda6c..385a608 100644 --- a/diffs.html +++ b/diffs.html @@ -1,5 +1,5 @@ - + @@ -13,44 +13,170 @@ /> + +

Git Diffs

Loading diffs...