Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
6998ce6
refactor(annotate): extract per-file version history into a shared he…
BenNewman100 Jul 21, 2026
29f1bcb
feat(annotate): extend per-file version history to folder annotate se…
BenNewman100 Jul 21, 2026
493cbbb
test(annotate): cover folder annotate version history
BenNewman100 Jul 21, 2026
bbf3178
feat(ui): add a docKey seam to usePlanDiff for per-document resets
BenNewman100 Jul 21, 2026
cb40ff2
feat(ui): carry a per-document version-diff baseline through useLinke…
BenNewman100 Jul 21, 2026
4dd16ea
feat(editor): render folder-doc version diffs via the active document
BenNewman100 Jul 21, 2026
ca68d03
feat(pi): extend per-file version history to folder annotate sessions
BenNewman100 Jul 21, 2026
9e4556e
test(pi): cover folder annotate version history
BenNewman100 Jul 21, 2026
0bf486b
ci: run docKey/linked-doc DOM tests in CI
BenNewman100 Jul 21, 2026
db89202
refactor(annotate): drop diffCurrent from the folder /api/doc path
BenNewman100 Jul 21, 2026
6d81d8b
test(annotate): stop leaking history dirs; update diffCurrent expecta…
BenNewman100 Jul 21, 2026
10b231d
fix(ui): remember per-document diff-base selection across navigation
BenNewman100 Jul 21, 2026
d90a8cf
fix(annotate): match folder history eligibility to the single-file pl…
backnotprop Jul 22, 2026
700918a
feat(ui): label the folder diff badge with its baseline
backnotprop Jul 22, 2026
50a6fcd
fix(editor): exit diff view when the active document loses its baseline
backnotprop Jul 22, 2026
2322cbb
Merge upstream/main into feat/annotate-folder-diff
BenNewman100 Jul 23, 2026
45cf51f
Merge upstream/main into feat/annotate-folder-diff (guide-store vendo…
BenNewman100 Jul 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
packages/ui/hooks/useExternalAnnotations.seam.test.tsx
packages/ui/hooks/useAIChat.seam.test.tsx
packages/ui/hooks/useFileBrowser.seam.test.tsx
packages/ui/hooks/usePlanDiff.test.tsx
packages/ui/hooks/useLinkedDoc.test.tsx
packages/ui/components/DocBadges.test.tsx
packages/editor/planDiffAutoExit.test.tsx

pi-extension-ai-runtime-windows:
# Exercises the Pi extension's Node/jiti server mirror on Windows with an
Expand Down
Loading