Skip to content

docs: updates for agent_view release#2995

Merged
haleychaas merged 3 commits into
mainfrom
docs-agent-messaging-updates
Jul 2, 2026
Merged

docs: updates for agent_view release#2995
haleychaas merged 3 commits into
mainfrom
docs-agent-messaging-updates

Conversation

@haleychaas

Copy link
Copy Markdown
Contributor

Summary

This updates the documentation around the new agent_view and recommendations moving away from assistant_view, with links to the docs and changelog entry on that. I updated the code sample to match the sample app updates too.

Preview: https://docs-slack-d-branch-for-avumma.herokuapp.com/tools/bolt-js/concepts/adding-agent-features

Requirements

@haleychaas haleychaas requested a review from a team as a code owner June 30, 2026 23:02
@changeset-bot

changeset-bot Bot commented Jun 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7cc3160

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.48%. Comparing base (e3936b4) to head (7cc3160).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2995   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          45       45           
  Lines        7900     7900           
  Branches      708      708           
=======================================
  Hits         7464     7464           
  Misses        428      428           
  Partials        8        8           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@haleychaas haleychaas changed the title Docs updates for agent_view release docs: updates for agent_view release Jun 30, 2026
@zimeg zimeg added the docs M-T: Documentation work only label Jul 2, 2026
@zimeg zimeg added this to the @slack/bolt@next milestone Jul 2, 2026

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haleychaas Super thanks for these improvements! I leave a few thoughts on sample code and one on a callout but please publish when best 📠

5. Enable MCP for your app:
- Run `slack app settings` to open your app's settings
- Navigate to **Agents & AI Apps** in the left-side navigation
- Navigate to **Agents** in the left-side navigation

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 praise: Thanks for keeping this concise!

Comment on lines 394 to 443

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌟 praise: Thanks for remembering to update these snippets too!

🔭 question: Is a best effort to updating this page with the sample be best going forward? Or might we reference the latest on rebuild? I understand that has disadvantages if surrounding content references different implementation but wanted to ask here!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do like having a bit of a manual process for that exact reason! In case the text surrounding the examples explains it, I don't want there to be a mismatch in the prose vs the code sample


```javascript title="agent/casey.js"
const CASEY_TOOLS = [
const ALLOWED_TOOLS = [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧰 praise: nice connections toward also Slackbot MCP Client I think!

Comment thread docs/english/concepts/using-the-assistant-class.md Outdated
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
@haleychaas haleychaas merged commit 2425685 into main Jul 2, 2026
30 checks passed
@haleychaas haleychaas deleted the docs-agent-messaging-updates branch July 2, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs M-T: Documentation work only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants