From 3b45f7fdf62cddb0366ec29699f6c9e52684f83c Mon Sep 17 00:00:00 2001 From: Bohan Jiang <52446949+Bohan-J@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:29:56 +0800 Subject: [PATCH] docs(slack): drop reinstall callout from Slack integration docs (MUL-3874) (#4745) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Slack is not officially launched yet, so the 'already created your app with an older manifest — add reactions:write and reinstall' guidance is unnecessary; nobody is running a pre-launch manifest in production. Remove the warning callout from all four locales (en/zh/ja/ko). The reactions:write scope in the manifest and the scope table stay, since the typing indicator still depends on it. Co-authored-by: J Co-authored-by: multica-agent --- apps/docs/content/docs/slack-bot-integration.ja.mdx | 4 ---- apps/docs/content/docs/slack-bot-integration.ko.mdx | 4 ---- apps/docs/content/docs/slack-bot-integration.mdx | 4 ---- apps/docs/content/docs/slack-bot-integration.zh.mdx | 4 ---- 4 files changed, 16 deletions(-) diff --git a/apps/docs/content/docs/slack-bot-integration.ja.mdx b/apps/docs/content/docs/slack-bot-integration.ja.mdx index 119ea98fb..53d609a62 100644 --- a/apps/docs/content/docs/slack-bot-integration.ja.mdx +++ b/apps/docs/content/docs/slack-bot-integration.ja.mdx @@ -77,10 +77,6 @@ settings: **OAuth リダイレクト URL はありません**。BYO は OAuth を使わないからです。 - -以前のマニフェストでアプリを作成済みですか?**OAuth & Permissions → Bot Token Scopes** で **`reactions:write`** スコープを追加し、新しいスコープを反映させるために**アプリをワークスペースに再インストール**してください。それまではエージェントは通常どおり返信します——👀「処理中」リアクションがスキップされるだけです。 - - Slack で特定の名前を表示したいですか? 作成前に `display_information.name` と `features.bot_user.display_name`(たとえばエージェントの名前に)を変更するか、あとで **App Home** で編集してください。Slack は Bot をその **bot display name** で表示しますが、これはアプリ名と異なる場合があります。 diff --git a/apps/docs/content/docs/slack-bot-integration.ko.mdx b/apps/docs/content/docs/slack-bot-integration.ko.mdx index 06b292405..1b2d05392 100644 --- a/apps/docs/content/docs/slack-bot-integration.ko.mdx +++ b/apps/docs/content/docs/slack-bot-integration.ko.mdx @@ -77,10 +77,6 @@ settings: **OAuth redirect URL은 없습니다.** BYO는 OAuth를 사용하지 않기 때문입니다. - -이전 매니페스트로 이미 앱을 만들었나요? **OAuth & Permissions → Bot Token Scopes**에서 **`reactions:write`** 스코프를 추가한 뒤, 새 스코프가 적용되도록 **앱을 워크스페이스에 다시 설치**하세요. 그 전까지 에이전트는 정상적으로 답변하며 — 👀 "처리 중" 반응만 건너뜁니다. - - Slack에서 특정 이름을 쓰고 싶나요? 생성하기 전에 `display_information.name`과 `features.bot_user.display_name`을 (예: 에이전트 이름으로) 변경하거나, 나중에 **App Home**에서 편집하세요. Slack은 봇을 **bot display name**으로 표시하며, 이는 앱 이름과 다를 수 있습니다. diff --git a/apps/docs/content/docs/slack-bot-integration.mdx b/apps/docs/content/docs/slack-bot-integration.mdx index 75293e4f0..e36518511 100644 --- a/apps/docs/content/docs/slack-bot-integration.mdx +++ b/apps/docs/content/docs/slack-bot-integration.mdx @@ -77,10 +77,6 @@ This manifest configures everything Multica needs, so you don't set anything by There is **no OAuth redirect URL**, because BYO doesn't use OAuth. - -Already created your app with an earlier manifest? Add the **`reactions:write`** scope under **OAuth & Permissions → Bot Token Scopes**, then **reinstall the app to your workspace** so the new scope takes effect. Until you do, the agent still replies normally — only the 👀 "processing" reaction is skipped. - - Want a specific name in Slack? Change `display_information.name` and `features.bot_user.display_name` (e.g. to your agent's name) before creating, or edit it later under **App Home**. Slack shows the bot by its **bot display name**, which can differ from the app name. diff --git a/apps/docs/content/docs/slack-bot-integration.zh.mdx b/apps/docs/content/docs/slack-bot-integration.zh.mdx index 77a82f432..a8b75cdaf 100644 --- a/apps/docs/content/docs/slack-bot-integration.zh.mdx +++ b/apps/docs/content/docs/slack-bot-integration.zh.mdx @@ -77,10 +77,6 @@ settings: 这里**没有 OAuth 重定向 URL**,因为 BYO 不使用 OAuth。 - -已经用旧版 manifest 创建过 app?在 **OAuth & Permissions → Bot Token Scopes** 里加上 **`reactions:write`** 权限,然后**把 app 重新安装到工作区**让新权限生效。在此之前智能体仍然正常回复——只是会跳过 👀「处理中」表情。 - - 想在 Slack 里用一个特定的名字?在创建之前改 `display_information.name` 和 `features.bot_user.display_name`(比如改成你智能体的名字),或者之后在 **App Home** 里编辑。Slack 是按 Bot 的**显示名(bot display name)**来展示它的,这个名字可以和 app 名不一样。