Kamran Ahmed
031244552c
chore: release v0.9.5
2026-04-02 05:22:48 +01:00
Kamran Ahmed
a495def6b7
Fix project opening in vscode
2026-04-02 05:22:30 +01:00
Kamran Ahmed
0bb20f954c
chore: release v0.9.4
2026-04-02 04:33:28 +01:00
Kamran Ahmed
88040bf35e
Add open in editor button
2026-04-02 04:31:17 +01:00
Kamran Ahmed
1775672d0b
chore: release v0.9.3
2026-04-02 03:42:39 +01:00
Kamran Ahmed
f57b90f96c
Open in vscode and UI fix
2026-04-02 03:42:00 +01:00
Kamran Ahmed
0f170bba5b
chore: release v0.9.2
2026-04-01 22:55:32 +01:00
Kamran Ahmed
d6afe94b13
chore: release v0.9.1
2026-04-01 22:53:15 +01:00
Kamran Ahmed
3713426794
Fix bug where subhighlight doesnt allow going back
2026-03-31 00:09:20 +01:00
Kamran Ahmed
70592ddf6d
chore: release v0.9.0
2026-03-30 22:52:17 +01:00
Kamran Ahmed
5f24f6c4f7
chore: release v0.8.2
2026-03-30 15:28:50 +01:00
Kamran Ahmed
d7c2840dd0
Fix duplicate resolution comments
2026-03-30 15:28:39 +01:00
Kamran Ahmed
f3d16f7fdc
chore: release v0.8.1
2026-03-30 12:39:15 +01:00
Kamran Ahmed
b09eedc736
Open mermaid in dialog
2026-03-30 12:39:01 +01:00
Kamran Ahmed
c64468e289
chore: release v0.8.0
2026-03-30 11:21:05 +01:00
Kamran Ahmed
069deecc91
Fix tour steps to link to code view not rendered view
2026-03-30 11:20:41 +01:00
Kamran Ahmed
787166404b
Add support for mermaid diagrams in tours
2026-03-30 11:12:20 +01:00
Kamran Ahmed
b84aa6fe0f
chore: release v0.7.4
2026-03-26 19:52:37 +00:00
Kamran Ahmed
39c3e61f95
Add support for work/staged/unstaged
2026-03-26 15:41:38 +00:00
Kamran Ahmed
e74840521b
chore: release v0.7.3
2026-03-26 02:33:55 +00:00
Kamran Ahmed
1c20789b2f
Update skill and error boundary
2026-03-26 02:33:45 +00:00
Kamran Ahmed
17f5269fcd
chore: release v0.7.2
2026-03-26 02:26:30 +00:00
Kamran Ahmed
79a3def4fc
Add inline code jumping
2026-03-26 02:26:21 +00:00
Kamran Ahmed
a2711a1881
chore: release v0.7.1
2026-03-26 02:05:04 +00:00
Kamran Ahmed
97091d7534
Add tour sub-highlights via focus links
2026-03-26 01:57:21 +00:00
Kamran Ahmed
9e74b859f4
Scroll to top of file from tours
2026-03-26 01:08:10 +00:00
Kamran Ahmed
2e675c16c5
Fix escaping of tours and toggle
2026-03-26 01:07:53 +00:00
Kamran Ahmed
59456eeff5
Implement file tree collapsing on step change
2026-03-26 00:54:26 +00:00
Kamran Ahmed
8362d46fca
chore: release v0.7.0
2026-03-26 00:37:52 +00:00
Kamran Ahmed
478b8caa2a
Fix build warning
2026-03-26 00:30:20 +00:00
Kamran Ahmed
777c3d7a14
Improve diffity tour skill
2026-03-26 00:27:28 +00:00
Kamran Ahmed
e93d895e78
Tour intro as step 0 + fix --no-open
2026-03-25 23:45:55 +00:00
Kamran Ahmed
ab05dedc9f
Redesign tour panel + skill
2026-03-25 23:00:48 +00:00
Kamran Ahmed
05b796258d
Add markdown to tour panel
2026-03-25 22:56:47 +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
596633633b
chore: release v0.6.4
2026-03-25 12:28:36 +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
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
27e84e7751
Simplify commenting and file tree
2026-03-25 00:59:59 +00:00
Kamran Ahmed
8dbcb9a99d
Improve folder/files in the tree
2026-03-25 00:59:59 +00:00
Kamran Ahmed
a81c25b481
Handle file tree right clicks
2026-03-25 00:59:59 +00:00
Kamran Ahmed
0b290cfa2c
Improve skills and commenting
2026-03-25 00:59:59 +00:00
Kamran Ahmed
ab643b85dc
Revert "fix: align comment form buttons flush with popover edges"
...
This reverts commit bb91b74fe8 .
2026-03-25 00:59:59 +00:00
Kamran Ahmed
69e3887dfe
fix: align comment form buttons flush with popover edges
2026-03-25 00:59:59 +00:00