Commit 77952fe
committed
chore(release): 1.26.0 [skip ci]
### What's New
- **Content extraction for RAG** — `doc.extract()` returns all document content in one call: blocks with full text and stable IDs, comments with anchored references, and tracked changes with excerpts. Every ID works directly with `scrollToElement()` for citation navigation.
### Improvements
- Standardized heading-level detection across extraction and API methods.
- Reused existing block-traversal logic to eliminate duplication and keep extraction consistent with the rest of the API.
- Added required-field validation to extract output schema.1 parent b4cbde9 commit 77952fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments