Skip to content

docs(slack): document Vercel Connect support#648

Open
bensabic wants to merge 3 commits into
vercel-connect/basefrom
vercel-connect/slack
Open

docs(slack): document Vercel Connect support#648
bensabic wants to merge 3 commits into
vercel-connect/basefrom
vercel-connect/slack

Conversation

@bensabic

@bensabic bensabic commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Documents authenticating the Slack adapter with Vercel Connect via connectSlackAdapter() from @vercel/connect/chat. The Slack adapter already supports a botToken resolver and a webhookVerifier, so this is a documentation-only change (no changeset).

Stacked on #647 (base vercel-connect/base).

Companion

@vercel/connect/chat subpath: vercel/vercel#16826.

CleanShot 2026-06-30 at 12 03 26
@bensabic bensabic requested a review from a team as a code owner June 27, 2026 08:58
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chat Ready Ready Preview, Comment, Open in v0 Jun 30, 2026 2:56am
chat-sdk-nextjs-chat Ready Ready Preview, Comment, Open in v0 Jun 30, 2026 2:56am
bensabic added 2 commits June 30, 2026 12:50
Document authenticating the Slack adapter with Vercel Connect via
connectSlackAdapter() from @vercel/connect/chat. The Slack adapter
already supports a botToken resolver and webhookVerifier, so this is a
documentation-only change.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Wire the Slack adapter via connectSlackAdapter() from @vercel/connect/chat
(gated on SLACK_CONNECTOR), drop the stored SLACK_BOT_TOKEN/SIGNING_SECRET
auth and the now-obsolete Slack OAuth install routes, and update the env
docs accordingly.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
@socket-security

socket-security Bot commented Jun 30, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​vercel/​connect@​0.3.07710010098100

View full report

@vercel vercel Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Additional Suggestion:

.vercelignore ignores .git, removing git history that fumadocs-mdx's lastModified() plugin needs, causing the docs build to fail with exit code 128 for every MDX file.

Fix on Vercel

Excluding .git from the deployment broke the fumadocs lastModified()
plugin, which shells out to `git log` and failed the docs build with
exit status 128. .git isn't the upload-size problem (node_modules is),
so keep it.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant