Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Pure questions route through a faster read-only path automatically (server ENG-7511), independent of the user's role. Previous wording only tied read-only behavior to the viewer role. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
server#8045 (Slack agent image reading) has unresolved SSRF and buffering issues per automated review and hasn't merged; server#8046 (editor agent) is also blocked. Documenting image reading as available is inaccurate until those land. Reverts the "image capabilities" commit's content changes while keeping the read-only Q&A fast-path documentation, which is verified shipped. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ethanpalm
added a commit
that referenced
this pull request
Sep 19, 2026
… claims - Fold in #7430's Viewers-role wording fix (agent always runs read-only for viewers, regardless of the request). - Remove Linear-issue and GitHub-PR @mintlify mention claims: the Linear integration was removed as deprecated (server#7536) and no GitHub PR-mention webhook handler exists. Keep only the verified Slack sidepanel capability, and drop the unverified @kb name. - Fix follow-up-PR-comment direction: the comment is posted on the triggering code PR linking to the docs PR, not the reverse. - Soften "reviewer rotation" to describe the actual behavior: trying the code PR's author/committers in order until one accepts. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Collaborator
Author
|
Superseded by #7431 — the Viewers-role wording fix from this PR is folded into that one, which now covers the full set of Slack agent capability updates for DOC-437. |
11 tasks
ethanpalm
added a commit
that referenced
this pull request
Sep 19, 2026
* docs: update Slack agent page with recently shipped capabilities * docs: fold in Viewers wording fix, correct PR-follow-up and sidepanel claims - Fold in #7430's Viewers-role wording fix (agent always runs read-only for viewers, regardless of the request). - Remove Linear-issue and GitHub-PR @mintlify mention claims: the Linear integration was removed as deprecated (server#7536) and no GitHub PR-mention webhook handler exists. Keep only the verified Slack sidepanel capability, and drop the unverified @kb name. - Fix follow-up-PR-comment direction: the comment is posted on the triggering code PR linking to the docs PR, not the reverse. - Soften "reviewer rotation" to describe the actual behavior: trying the code PR's author/committers in order until one accepts. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * Apply batched suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> 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.
Documentation changes
Agent can read images now
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Low Risk
Documentation-only clarification of existing role behavior; no product or security logic changes in this diff.
Overview
Updates the Roles and permissions section in the Slack agent docs so Viewers are described as always running in read-only mode for Mintlify tools, regardless of the request.
This tightens the prior wording, which only said the agent runs in read-only mode for viewers, without stating that write-style prompts cannot override that restriction.
Reviewed by Cursor Bugbot for commit 0119f15. Bugbot is set up for automated code reviews on this repo. Configure here.