feat(agent): wire real tracked-change edits in edit_document tool
Copies docxTrackedChanges.ts from backend into agent/src/lib/docx-tracked-changes.ts. edit-document.ts now calls applyTrackedEdits() to produce real w:ins/w:del markup instead of uploading the unchanged buffer. Adds fast-xml-parser dependency required by the tracked-changes implementation.
| Repository | dropthejase/louis |
|---|---|
| Author | Jason Lee <12leeejk2@gmail.com> |
| Authored | |
| Parents | 6905873f |
| Stats | 3 files changed , +1191 , -4 |
| Part of | AgentCore Strands agent project (tools, factory, deploy) |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-3d61162e.md
from inside the repo you want the change in.