Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0c898bc
feat(chunking): add repeat_table_headers configuration surface
cragwolfe Mar 25, 2026
a3894a1
test(chunking): add red tests for contiguous header-row detection
cragwolfe Mar 25, 2026
47bbbf8
feat(chunking): detect contiguous leading table header rows
cragwolfe Mar 25, 2026
ca85cfd
test(chunking): add red tests for table header carry-forward
cragwolfe Mar 25, 2026
2accaa7
feat(chunking): carry table headers across continuation chunks
cragwolfe Mar 25, 2026
4b3ae36
test(chunking): add table header regression and plumbing coverage
cragwolfe Mar 25, 2026
ecbbbf5
chore(changelog): document repeated table headers in chunking
cragwolfe Mar 25, 2026
ecd4f7b
build(version): bump to 0.22.2-dev0 for CI
cragwolfe Mar 25, 2026
fa7f854
Merge branch 'main' into crag/codex-draft-preview-headers-copy
cragwolfe Mar 26, 2026
8de69d9
Update __version__.py
cragwolfe Mar 26, 2026
4e25d4f
Merge remote-tracking branch 'origin/main' into crag/codex-draft-prev…
cragwolfe Mar 27, 2026
573edfb
fix(chunking): align header size check with chunk measure
cragwolfe Mar 27, 2026
eb9d914
fix(chunking): use configured measurement for row fitting
cragwolfe Mar 27, 2026
854ac25
feat(chunking): track carried table header rows for reconstruction
cragwolfe Mar 27, 2026
55af4bb
style(chunking): apply ruff formatting for header chunking changes
cragwolfe Mar 27, 2026
7a7f50b
test: clarify carried-header row guard semantics
cragwolfe Mar 30, 2026
3714c4d
refactor(chunking): simplify carried-header row fallback
cragwolfe Mar 30, 2026
1250758
fix(chunking): preserve nested-markup table header text
cragwolfe Mar 30, 2026
bb68066
perf(chunking): cache row text length in RowAccumulator
cragwolfe Mar 30, 2026
a8914b0
Merge remote-tracking branch 'origin/main' into crag/codex-draft-prev…
cragwolfe Mar 30, 2026
9bc0f84
refactor(chunking): call public table-splitter API
cragwolfe Mar 30, 2026
ef65d4d
style(test): apply ruff formatting to html table test
cragwolfe Mar 30, 2026
cff6922
build(version): bump to 0.22.9-dev0 for CI
cragwolfe Mar 30, 2026
e089183
Merge branch 'main' into crag/codex-draft-preview-headers-copy
cragwolfe Mar 31, 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 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.22.10
### Enhancements
- **Repeat table headers across continuation chunks**: Add `repeat_table_headers` to basic/title chunking options and table chunking internals so leading header rows are detected once and carried forward when large tables spill across multiple chunks.

## 0.22.9

### Enhancements
Expand Down
Loading
Loading