Skip to content

Docx Editor

v@eigenpal/[email protected] Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

docx docx-editor editor javascript msword next
+7 more
prosemirror react vite vue word word-editor wysiwyg

Summary

AI summary

Headless agent bridge now addresses paragraphs lacking w14:paraId using their ordinal index.

Changes in this release

Bugfix Medium

Headless agent bridge now addresses paragraphs lacking `w14:paraId` using ordinal index.

Headless agent bridge now addresses paragraphs lacking `w14:paraId` using ordinal index.

Source: llm_adapter@2026-06-02

Confidence: high

Full changelog

Patch Changes

  • a0adf60: Headless agent bridge: paragraphs with no w14:paraId are now addressable. read_document already labels such paragraphs by their ordinal index, but the bridge only registered paragraphs that carried a paraId — so every paraId-anchored op (comments, tracked changes, and formatting/style) rejected the id the agent was given, and find_text skipped those paragraphs entirely. Documents without paraIds (common in Word output) were effectively read-only through the bridge. The bridge now keys those paragraphs by the same ordinal index it reports, and find_text surfaces them with that ordinal id — so a phrase it returns is anchorable by the mutate tools.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Docx Editor

Get notified when new releases ship.

Sign up free

About Docx Editor

All releases →

Related context

Earlier breaking changes

Beta — feedback welcome: [email protected]