379e414f98
* feat(repo): plugin version-bump hook + CI backstop, fix install docs/remote * docs(claude-in-office): add Wef registry + wef-folder sideload (Windows + macOS) for local debugging * ci: use actions/checkout@v4 instead of pinned SHA * docs(claude-in-office): scope sideload cleanup to the specific manifest, not the wef folder * docs(claude-in-office): scope cache-clear to wef contents with guards, not rm -rf of caches/wef dirs * docs(claude-in-office): target cache-clear by add-in Id, leave other add-ins in wef untouched * feat(claude-in-office): add clear-addin-cache scripts (mac/win), ID-targeted, dry-run by default * fix(claude-in-office): Windows sideload cleanup is registry-based, ID-first; direct edits (no office-addin-dev-settings); document deployed-cache caveat * docs(claude-in-office): clarify surgical per-ID deletion of local/sideloaded manifests is safe; MS warning applies only to the deployed cache * feat(claude-in-office): add sideload-addin scripts (mac/win), ID-derived, dry-run by default; debug.md points to script pair * feat(claude-in-office): sideload installs directly (drop dry-run); dry-run stays only on destructive clear-addin-cache * docs(claude-in-office): make the post-clear app restart an explicit step, not a buried line
1.0 KiB
1.0 KiB
Claude for Office — Direct Cloud Setup
Admin tooling for configuring the Claude Office add-in to call your own cloud (Vertex AI, Bedrock, or an LLM gateway) instead of Anthropic's API.
Install
claude plugin marketplace add anthropics/financial-services
claude plugin install claude-for-msft-365-install@claude-for-financial-services
Then inside the session: /claude-for-msft-365-install:setup
Commands
| Command | What it does |
|---|---|
/claude-for-msft-365-install:setup |
Interactive wizard — provisions cloud resources, admin consent, writes manifest |
/claude-for-msft-365-install:manifest |
Generate the customized add-in manifest XML |
/claude-for-msft-365-install:consent |
Azure admin consent URL for the add-in's app registration |
/claude-for-msft-365-install:update-user-attrs |
Write per-user config via Microsoft Graph extension attributes |
/claude-for-msft-365-install:bootstrap |
Build the bootstrap endpoint — per-user MCP servers, skills, dynamic config |