ff7de70a61
Build and Deploy Verso / deploy (push) Successful in 21m44s
Two bugs: 1. Converting when output already exists threw DuplicateNameError (400). Now overwrites existing doc via setDocument instead of failing. 2. Right-clicking an unselected file left contextMenuEntityId null, so the first click on Convert silently did nothing. Added contextMenuEntityId to FileTreeMainContext, set it on right-click and on the … button click; FileTreeItemMenuItems now uses it for the convert hooks rather than relying on selectedEntityIds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>