Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
32b7d87
feat: add streaming-reveal extension to @tiptap/ai-toolkit
ozdemircibaris Jul 16, 2026
4b1c45e
cover AiInsertReveal behavior and simplify its plugin functions
ozdemircibaris Jul 17, 2026
37c55ca
refactor: name the reveal source after its streaming-reveal entry
ozdemircibaris Jul 17, 2026
e1faf23
Merge remote-tracking branch 'origin/main' into feat/streaming-reveal…
ozdemircibaris Jul 17, 2026
c3a99c6
chore: update lockfile for the streaming-reveal deps
ozdemircibaris Jul 17, 2026
3577551
refactor: split streaming-reveal into single-purpose helpers
ozdemircibaris Jul 17, 2026
d1b3421
docs: remove inert biome-ignore directives and trim redundant comments
ozdemircibaris Jul 17, 2026
326505e
chore: drop the unrelated core/pm bump from the lockfile
ozdemircibaris Jul 17, 2026
101716b
Merge remote-tracking branch 'origin/main' into feat/streaming-reveal…
ozdemircibaris Jul 22, 2026
14db45b
pnpm lock
ozdemircibaris Jul 22, 2026
d6da91e
docs: tighten streaming-reveal comments per review
ozdemircibaris Jul 23, 2026
696d2cf
docs: shorten remaining streaming-reveal comments
ozdemircibaris Jul 24, 2026
6711609
fix(ai-toolkit): clamp streaming-reveal spans instead of dropping them
ozdemircibaris Aug 7, 2026
ddbf14d
feat: reveal only the AI's streamed inserts
ozdemircibaris Aug 10, 2026
22d0b32
Merge branch 'main' into feat/streaming-reveal-extension
ozdemircibaris Aug 10, 2026
571bb78
fix: resolve the duplicate y-tiptap instance that broke the reveal tests
ozdemircibaris Aug 10, 2026
c71e7f2
fix: stop revealing a document that arrives as one sync
ozdemircibaris Aug 10, 2026
c03e2d5
docs: tighten streaming-reveal comments
ozdemircibaris Aug 10, 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
5 changes: 5 additions & 0 deletions .changeset/new-pots-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/ai-toolkit": minor
---

Add the `AiInsertReveal` extension, exported from `@tiptap/ai-toolkit/streaming-reveal`, to fade in text as the AI streams it into a collaborative document. Pass your collaboration provider to it so only the AI's inserts are revealed, never another collaborator's.
Loading
Loading