Add Word add-in: track-changes triage (extensions/pritt24) - #17
Open
pritt24 wants to merge 1 commit into
Open
Conversation
Groups tracked changes by reviewer, classifies each as substantive/stylistic/typo via SuperDocs' chat API, and lets a reviewer act by plain-English instruction with a preview before anything is applied. Reviewer comments can be answered (AI-drafted reply, editable) and resolved from the same pane. Document mutation (accept/reject/reply/resolve) happens entirely through Word's native Office.js API, never through SuperDocs' document pipeline -- see the README's Architecture section for why, given the assigned card's own honesty note about multi-reviewer attribution. SuperDocs' /v1/chat is used for classification and instruction interpretation, verified against the live API with a real key. Also documents a real API bug found while testing: sync /v1/chat's approval_mode pending_changes aren't approvable via the documented endpoint, only async job IDs work. No build step: plain HTML/CSS/JS, React 18 UMD + htm, openssl-based local HTTPS dev server (serve.py) so sideloading doesn't need Node. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Groups tracked changes by reviewer, classifies each as substantive/stylistic/typo via SuperDocs' chat API, and lets a reviewer act by plain-English instruction with a preview before anything is applied. Reviewer comments can be answered (AI-drafted reply, editable) and resolved from the same pane.
Document mutation (accept/reject/reply/resolve) happens entirely through Word's native Office.js API, never through SuperDocs' document pipeline -- see the README's Architecture section for why, given the assigned card's own honesty note about multi-reviewer attribution. SuperDocs' /v1/chat is used for classification and instruction interpretation, verified against the live API with a real key. Also documents a real API bug found while testing: sync /v1/chat's approval_mode pending_changes aren't approvable via the documented endpoint, only async job IDs work.
No build step: plain HTML/CSS/JS, React 18 UMD + htm, openssl-based local HTTPS dev server (serve.py) so sideloading doesn't need Node.