What's New
Bulk operation tools
Added 4 new tools for batch editing in a single file read/write cycle:
edit_paragraphs— Replace text of multiple paragraphs at onceinsert_paragraphs— Insert multiple paragraphs with automatic index shiftingset_heading_bulk— Convert multiple paragraphs to headingsedit_table_cells— Edit multiple table cells across different tables
All bulk tools support tracked changes and share the same engine logic as their single-operation counterparts.
Improvements
- Extracted shared helpers to eliminate code duplication between single and bulk variants
- Fixed stale index bug in paragraph insertion
- Fixed sort comparator edge case for append positions
- 208 tests passing
Full Changelog: v1.0.0...v1.1.0