Docs: Update AI Rewrite to use AI Actions menu (v11.7)#8972
Conversation
In Mattermost v11.7 (Agents v2.0), Rewrite is accessed through the new AI Actions menu instead of as a top-level message action. Custom prompts published by system admins appear in the same menu. This is the only Agents v2.0 product-docs change that belongs in mattermost/docs. The Agents end-user and admin guides are pulled from the mattermost-plugin-agents submodule and regenerated by Sphinx into source/_generated/agents/docs/, so equivalent edits to the user guide (mobile entry point, agent threads list, chat screen, bot/agent selector, auto-navigation) and to the admin guide (manage_own_agent, manage_others_agent) belong upstream in mattermost-plugin-agents PR #709 (or a follow-up plugin docs PR), not in this repo. Refs: #8952 Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Newest code from mattermost has been published to preview environment for Git SHA 1fd8744 |
Updates the Rewrite messages with AI workflow to reflect Agents v2.0 / Mattermost v11.7, where Rewrite is accessed through the new AI Actions menu instead of as a top-level message action.
Summary
source/end-user-guide/collaborate/send-messages.rst— re-path Rewrite through the AI Actions menu (v11.7) and add a tip about custom prompts appearing in the same menu.What's intentionally not in this PR
Agents v2.0 end-user and admin guide content (mobile entry point, agent threads list, chat screen, bot/agent selector, auto-navigation,
manage_own_agent,manage_others_agent) lives upstream insource/agents/docs/*.md(themattermost-plugin-agentssubmodule). Sphinx regeneratessource/_generated/agents/docs/*.mdfrom that submodule on every build (source/conf.py:126-205), so those edits must land in mattermost/mattermost-plugin-agents#709 (or a follow-up plugin docs PR), not here.Refs: ##8952. See the issue thread for the trimmed reviewer checklist.
Generated with Claude Code