Skip to content

v0.1.0 — multi-format document engine

Choose a tag to compare

@CocoRoF CocoRoF released this 02 Jul 08:53
· 72 commits to main since this release

First release. edit2docs generates and chat-edits Office documents (DOCX / XLSX / PPTX) with one engine and four surfaces:

  • Python library: pip install edit2docs → generate_doc / edit_doc / preview_doc / analyze_doc / set_doc_text (extension-dispatched, sync + async, zero infra)
  • Agent tools: edit2docs.agent_tools.ANTHROPIC_TOOLS + run_tool
  • Zero-infra MCP: edit2docs-mcp (stdio) for Claude Desktop / Claude Code / Cursor
  • Hosted service: pip install "edit2docs[server]" + edit2docs serve

DOCX: constrained-markdown writer → styled Word; paragraph-addressed edits.
XLSX: YAML sheet-spec designer → styled Excel; cell-level edits with stale guards.
PPTX: full pipeline inherited from edit2ppt v0.5.0 (templates, chat-edit, previews, table-cell text edits).