# adeu

> Agentic DOCX Redlining Engine. Enables LLMs to read Word documents and inject native Track Changes (w:ins, w:del) and Comments without breaking formatting. Includes Model Context Protocol (MCP) Server

- **URL**: https://www.freshcrate.ai/projects/adeu
- **Author**: dealfluence
- **Category**: MCP Servers
- **Latest version**: `v1.9.0` (2026-06-01)
- **License**: MIT
- **Source**: https://github.com/dealfluence/adeu
- **Language**: Python
- **GitHub**: 63 stars, 9 forks
- **Registry**: github (`dealfluence/adeu`)
- **Tags**: `agentic-ai`, `docx`, `legal-tech`, `llm`, `mcp`, `python`, `redlining`, `track-changes`

## Description

Agentic DOCX Redlining Engine. Enables LLMs to read Word documents and inject native Track Changes (w:ins, w:del) and Comments without breaking formatting. Includes Model Context Protocol (MCP) Server.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v1.9.0` | 2026-06-01 | High | **Full Changelog**: https://github.com/dealfluence/adeu/compare/v1.8.0...v1.9.0 |
| `v1.8.0` | 2026-05-26 | High | **Full Changelog**: https://github.com/dealfluence/adeu/compare/v1.7.5...v1.8.0 |
| `v1.7.5` | 2026-05-20 | High | **Full Changelog**: https://github.com/dealfluence/adeu/compare/v1.7.4...v1.7.5 |
| `v1.6.9` | 2026-05-15 | High | **Full Changelog**: https://github.com/dealfluence/adeu/compare/v1.6.8...v1.6.9 |
| `v1.6.1` | 2026-05-09 | High | This release focuses on improving agent reasoning by refining how document context is presented, drastically reducing payload sizes, and stabilizing structural formatting edits.   **Context & Agent UX Improvements** * **Structural Appendix Decoupling:** The `read_docx` tool no longer forces the structural appendix (defined terms, cross-references, diagnostics) onto every page. Body pages now include a lightweight pointer, and agents can fetch the appendix on demand using `mode="appendix"`. Th |
| `v1.5.2` | 2026-05-05 | High | ## What's New  ### Pagination & Outline Mode for `read_docx`  Reading large documents no longer means dumping tens of thousands of tokens into the LLM context window. The `read_docx` tool now supports two new modes that work seamlessly across both disk-based and Live Word reads.  * **Pagination (`mode='full'`, `page=N`)**: Documents over ~19,000 characters are automatically split into virtual pages. Pagination is computed deterministically on every call (no caching, no stale state) and res |
| `v1.4.3` | 2026-05-01 | High | ##  What's New  ### Structural Table Edits We've introduced explicit structural table operations to safely modify DOCX table grids without risking OOXML gridspan corruption. * **New Intent Models**: The `DocumentChange` API now supports `InsertTableRow` and `DeleteTableRow`.  * **Safe Grid Manipulation**: The Redline Engine dynamically resolves row modifications using table context instead of brute-force string replacement, explicitly tracking row additions/deletions as native `w:ins`/`w:de |
| `v1.4.0` | 2026-04-28 | High | This release introduces major improvements to how the [Adeu](https://adeu.ai) engine projects complex MS Word domain structures (like definitions, footnotes, and cross-references) into editable Markdown. It significantly hardens the Track Changes engine with new validation rules, structural boundary protections, and improved diffing heuristics.  ## Major Features & Capabilities  ### Domain Gaps & Semantic Projection (The "Structural Appendix") To solve domain visibility gaps without adding |
| `v1.3.0` | 2026-04-24 | High | Adeu v1.3.0 brings significant enhancements to the MCP UI experience and introduces a powerful suite of new email capabilities. Agents can now draft replies, manage local attachments, and seamlessly launch native desktop applications directly from your chat window.  **Update** Already running Adeu? Pick up v1.3.0 via one of:  ```bash # Claude Desktop (re-run init; restart Claude afterwards) uvx adeu init  # uvx users (clears cached older versions) uvx --refresh --from adeu adeu-server |
| `v1.2.0` | 2026-04-22 | High | Adeu v1.2.0 brings agents onto the Microsoft Word canvas. Instead of round-tripping a DOCX through disk, agents can read, edit, and comment on the document you have open — in real time, with full Tracked Changes fidelity.  ## Update  Already running Adeu? Pick up v1.2.0 via one of:  ```bash # Claude Desktop (re-run init; restart Claude afterwards) uvx adeu init  # uvx users (clears cached older versions) uvx --refresh --from adeu adeu-server  # pip users pip install --upgrade adeu |

## Dependency audit

- **Score**: 100/100
- **Total deps**: 0
- **Resolved**: 0
- **Unresolved**: 0
- **License conflicts**: 0
- **Warnings**: 0
- **Scanned**: 2026-05-11

## Citation

- HTML: https://www.freshcrate.ai/projects/adeu
- Markdown: https://www.freshcrate.ai/projects/adeu.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/adeu/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
