mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
969f8bfd9f
* docs(msteams): add Teams CLI setup instructions Replace manual Azure Bot setup as primary path with @microsoft/teams.cli workflow. Manual steps collapsed into <details> blocks for users who can't use the CLI. * docs(msteams): fix devtunnel instructions to use persistent tunnels Use devtunnel create + host for stable URLs across sessions instead of throwaway tunnels that change each time. * docs(msteams): address PR feedback - Remove "Abandon all hope" quote (showed as net-addition in diff) - Add preview disclaimer for @microsoft/teams.cli - Add security note for --allow-anonymous devtunnel flag - Clarify where to find teamsAppId from create output - Link to official devtunnel getting started guide * docs(msteams): fix oxfmt formatting * docs(msteams): clarify install step references create prompt * docs(msteams): drop --env flag, use terminal output instead Avoids writing secrets to a file that could be accidentally committed. * docs(msteams): remove redundant H1, match other channel docs