Commit Graph

25 Commits

Author SHA1 Message Date
Kamran Ahmed a7b5e3fe47 Simplify commenting and file tree 2026-03-25 00:57:08 +00:00
Kamran Ahmed c6b4296ab3 feat: add tree view for browsing full project files
Add `diffity tree` command that opens a GitHub-style repository
file browser with sidebar navigation, syntax-highlighted file
viewing, and inline comment support.
2026-03-24 20:32:27 +00:00
Kamran Ahmed 994555ad92 fix: skill files reading wrong diff 2026-03-18 19:39:33 +00:00
Kamran Ahmed c81edeee9c feat: add comment fetching 2026-03-18 03:18:29 +00:00
Kamran Ahmed 9d18fa55b4 refactor: move GitHub to separate package 2026-03-18 02:58:21 +00:00
Kamran Ahmed 299e86d336 feat: add support for pushing comments to GitHub 2026-03-18 02:44:13 +00:00
Kamran Ahmed 385c3495ac feat: add GitHub integration 2026-03-18 02:29:19 +00:00
Kamran Ahmed 3f8021cba4 fix: normalize refs before diffing 2026-03-18 00:35:54 +00:00
Kamran Ahmed 9faed98b19 feat: add support for dot ref 2026-03-18 00:16:45 +00:00
Kamran Ahmed 08dae3ce3e fix: use merge-base for two-dot ref diffs 2026-03-18 00:08:29 +00:00
Kamran Ahmed c4a258c147 feat: add support for branch comparisons 2026-03-17 22:07:07 +00:00
Kamran Ahmed 24a8aa6978 fix: handle invalid refs 2026-03-17 00:14:39 +00:00
Kamran Ahmed 1f22c9e650 fix: publishing not working 2026-03-16 23:35:43 +00:00
Kamran Ahmed 1caae021ad feat: add orphaned thread detection 2026-03-15 17:21:18 +00:00
Kamran Ahmed 9fae4d00fb refactor: remove apply suggestion 2026-03-15 17:02:55 +00:00
Kamran Ahmed bfe9c2803b fix: highlighting missing on comments 2026-03-15 16:46:21 +00:00
Kamran Ahmed f80a1e2f84 feat: add skills integration and improve dev experience 2026-03-15 16:28:07 +00:00
Kamran Ahmed a660eb5611 feat: add diffity skills and comments 2026-03-15 02:16:15 +00:00
Kamran Ahmed 23ced1d851 feat: add code suggestions and undo functionality for diffs 2026-03-14 23:24:32 +00:00
Kamran Ahmed 289a4e2b53 refactor: expansion logic 2026-03-14 13:30:21 +00:00
Kamran Ahmed d3bf81ba6d refactor: rename all to work 2026-03-14 13:15:46 +00:00
Kamran Ahmed a9959bcae9 fix: expansion loads wrong file 2026-03-14 13:04:15 +00:00
Kamran Ahmed aab4e776c8 feat: add search on commits 2026-03-14 04:42:52 +00:00
Kamran Ahmed 54da385a33 refactor: move resolveRef to git 2026-03-14 04:41:54 +00:00
Kamran Ahmed 780adf0850 refactor: extract git to separate package 2026-03-14 04:36:12 +00:00