From 171ac4f77a42ed801da6aa3d0d8ea6b8725f5f13 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:56:43 -0800 Subject: [PATCH] Update agent docs with new capabilities Document the agent's improved file/image reading, PR review feedback handling, and multi-file update capabilities. Co-Authored-By: Claude Opus 4.6 --- agent/index.mdx | 4 +++- agent/slack.mdx | 1 + agent/workflows.mdx | 12 ++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/agent/index.mdx b/agent/index.mdx index 13dfb5d5f..87826889e 100644 --- a/agent/index.mdx +++ b/agent/index.mdx @@ -16,7 +16,9 @@ Use the agent to: - Write new content based on your prompts, links to pull requests, or Slack threads. - Revise outdated code examples and API references. -- Search and update existing content. +- Search and update existing content across multiple files. +- Read and process files, images, and attachments from Slack messages or the dashboard. +- Address PR review comments and code review feedback. - Answer questions about your docs and technical writing topics. - Capture knowledge from Slack conversations and pull requests before it gets lost. diff --git a/agent/slack.mdx b/agent/slack.mdx index 901d66d97..010c4fec7 100644 --- a/agent/slack.mdx +++ b/agent/slack.mdx @@ -31,6 +31,7 @@ Once connected, you can: - Mention `@mintlify` in a channel to use it publicly and collaboratively. - Continue conversations in threads to iterate on changes. - Share pull request links with the agent to update related documentation. +- Attach files and images to your messages for the agent to process and include in documentation. ## Update documentation diff --git a/agent/workflows.mdx b/agent/workflows.mdx index 7b027f57a..23d99fe83 100644 --- a/agent/workflows.mdx +++ b/agent/workflows.mdx @@ -30,12 +30,24 @@ Prompt the agent with a specific pull request to generate release notes or chang For example: `@mintlify Generate release notes for this PR: [PR link]`. +## Address pull request review feedback + +Share a pull request link with the agent to address reviewer comments and code review feedback on documentation pull requests. + +For example: `@mintlify Address the review comments on this PR: [PR link]`. + ## Generate code examples Prompt the agent to generate code examples for features throughout your docs or on specific pages. For example: `@mintlify Generate a code example to make the authentication method easier to understand`. +## Add images or files to your docs + +Attach files or images directly to your Slack message when prompting the agent. The agent processes the attachment and includes it in the documentation. + +For example: `@mintlify Add this diagram to the architecture overview page` with the image attached to the message. + ## Review existing content Prompt the agent to review existing content for technical accuracy, style, grammar, or other issues.