86 Commits

Author SHA1 Message Date
Kamran Ahmed 17f5269fcd chore: release v0.7.2 2026-03-26 02:26:30 +00:00
Kamran Ahmed a2711a1881 chore: release v0.7.1 2026-03-26 02:05:04 +00:00
Kamran Ahmed 2e675c16c5 Fix escaping of tours and toggle 2026-03-26 01:07:53 +00:00
Kamran Ahmed 8362d46fca chore: release v0.7.0 2026-03-26 00:37:52 +00:00
Kamran Ahmed e93d895e78 Tour intro as step 0 + fix --no-open 2026-03-25 23:45:55 +00:00
Kamran Ahmed 900c90e7b3 Add file-based routing + suspense 2026-03-25 22:11:24 +00:00
Kamran Ahmed e046bb0a4d Migrate to React Router with path-based routes
Replace manual URL manipulation (pushState, popstate, URLSearchParams)
with React Router's createBrowserRouter. Routes: /diff, /tree, /tour/:id
with / redirecting to /diff. Loaders prefetch data before route
transitions. CLI URLs updated to match new paths.

Removes: app.tsx, hooks/use-search-params.ts
Adds: root-layout, loaders (diff, tree, tour), tour-tree-page wrapper
2026-03-25 21:26:48 +00:00
Kamran Ahmed a72fe4e105 Add guided tour feature for codebase walkthroughs
Introduces a tour system that lets agents create narrated, step-by-step
code walkthroughs. Each tour has a topic, intro body, and ordered steps
pointing to specific file:line ranges with narrative text and annotations.

CLI: tour-start, tour-step, tour-done agent subcommands
API: CRUD endpoints for tours and steps
DB: tours and tour_steps tables
UI: right-side tour panel with step navigation, file highlighting,
    and inline annotations
2026-03-25 19:50:31 +00:00
Kamran Ahmed 007ecb5435 chore: release v0.6.5 2026-03-25 12:32:45 +00:00
Kamran Ahmed 3570d40b2b Add kill command and more help examples 2026-03-25 12:32:17 +00:00
Kamran Ahmed 596633633b chore: release v0.6.4 2026-03-25 12:28:36 +00:00
Kamran Ahmed af8da3a30c Add instance health check 2026-03-25 12:28:12 +00:00
Kamran Ahmed df96898efa chore: release v0.6.3 2026-03-25 10:27:29 +00:00
Kamran Ahmed 82f0518128 Add support for rich previews 2026-03-25 10:27:16 +00:00
Kamran Ahmed 6f757455ac chore: release v0.6.2 2026-03-25 05:37:39 +00:00
Kamran Ahmed 8ec3e0185e Kill old instance on start 2026-03-25 05:37:30 +00:00
Kamran Ahmed 3a61ff3c51 chore: release v0.6.1 2026-03-25 05:27:49 +00:00
Kamran Ahmed 13e56c5ca8 Refactor and fix comment navigation for files 2026-03-25 05:27:37 +00:00
Kamran Ahmed 6c9c27d62a chore: release v0.6.0 2026-03-25 01:01:40 +00:00
Kamran Ahmed 0b290cfa2c Improve skills and commenting 2026-03-25 00:59:59 +00:00
Kamran Ahmed cdc5d3bb27 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-25 00:59:59 +00:00
Kamran Ahmed 5ce966edd0 chore: pin dependency versions 2026-03-24 00:02:29 +00:00
Kamran Ahmed 6cd7bce1a0 chore: release v0.5.3 2026-03-21 14:08:08 +00:00
Kamran Ahmed 02d1451a42 chore: release v0.5.2 2026-03-18 22:08:22 +00:00
Kamran Ahmed 8a23d8e567 fix: wrong diff being read 2026-03-18 22:08:09 +00:00
Kamran Ahmed 51efe9399d chore: release v0.5.1 2026-03-18 19:40:07 +00:00
Kamran Ahmed 994555ad92 fix: skill files reading wrong diff 2026-03-18 19:39:33 +00:00
Kamran Ahmed fdcd06d4dd feat: add PR checkout support 2026-03-18 04:47:42 +00:00
Kamran Ahmed 29e56ca24a chore: release v0.5.0 2026-03-18 04:31:51 +00:00
Kamran Ahmed c6f3a16df7 feat: handle remote threads 2026-03-18 03:58:44 +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 b78ad9caba feat: add comments filtering to sidebar 2026-03-18 01:30:18 +00:00
Kamran Ahmed e715690309 chore: release v0.4.6 2026-03-18 01:03:22 +00:00
Kamran Ahmed c7136db741 chore: release v0.4.5 2026-03-18 00:42:19 +00:00
Kamran Ahmed 3f8021cba4 fix: normalize refs before diffing 2026-03-18 00:35:54 +00:00
Kamran Ahmed 261aee490d chore: release v0.4.4 2026-03-18 00:28:19 +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 2af4fa6ee7 chore: release v0.4.3 2026-03-17 23:57:15 +00:00
Kamran Ahmed 95605a3ca6 feat: expand files with comments and preserve expansion 2026-03-17 23:48:39 +00:00
Kamran Ahmed a88a1719a7 chore: release v0.4.1 2026-03-17 23:38:43 +00:00
Kamran Ahmed 2b3ee2716a feat: add command for skill update 2026-03-17 23:21:47 +00:00
Kamran Ahmed 3eb90fa695 chore: release v0.4.0 2026-03-17 23:13:27 +00:00
Kamran Ahmed 09ec352309 docs: improve examples for diffing 2026-03-17 22:55:45 +00:00
Kamran Ahmed 02623b9d31 feat: add support for editing comments 2026-03-17 22:46:22 +00:00
Kamran Ahmed 8620021d8e feat: open resolved comments on user reply 2026-03-17 22:35:11 +00:00
Kamran Ahmed 80f9f9966d refactor: split CLI commands into files 2026-03-17 22:27:10 +00:00