amal66 wires one-click actions straight into Word

The fork's Microsoft Word add-in gains an Actions tab, so common document tasks run without leaving the editor or opening a chat.

integrationworkflow

Instead of routing every request through a chat box, amal66 added a tab of discrete, named actions you trigger against the open document and have applied in place. Point at the file, pick the action, and the result lands in the text.

The same layer added guardrails so a botched run can't quietly corrupt your document:

  • If an action errors out, the add-in won't offer to apply its result over the failure.
  • Runs are capped, so a task can't balloon past a sensible limit.
  • You can abort a run mid-flight instead of waiting it out.
  • Failures now report back cleanly rather than disappearing.

Note for the curious: this was pitched as the fifth of six stacked layers, and the pull request was closed without merging, so it hasn't landed upstream yet.

So what Anyone drafting or editing in Word is the target user here - it moves the AI from a side panel into the document itself, with brakes fitted.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?