From fdbae9293aecec33eaabb58ca968e9b596bd937c Mon Sep 17 00:00:00 2001 From: Tracy Rericha Date: Mon, 1 Dec 2025 14:12:23 -0500 Subject: [PATCH 1/2] experiments changelog update --- docs/reference/experiments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/experiments.md b/docs/reference/experiments.md index a163f9c7..a9b27ac9 100644 --- a/docs/reference/experiments.md +++ b/docs/reference/experiments.md @@ -14,6 +14,7 @@ The following is a list of currently available experiments. We'll remove experim Below is a list of updates related to experiments. +* **December 2025**: Added read-only collaborator support to the Slack CLI and removed the features from behind the experiment flag. See the changelog announcement [here](https://docs.slack.dev/changelog/2025/12/04/slack-cli). * **June 2025**: * Updated the `slack run` command to create and install new and existing Bolt framework projects configured with app settings as the source of truth (remote manifest). * Added support for creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest). New Bolt projects are now configured to have apps managed by app settings rather than by project. When running a project for local development, the app and bot tokens are automatically set, and no longer require developers to export them as environment variables. Existing Bolt projects will continue to work with a project (local) manifest, and linking an app from app settings will configure the project to be managed by app settings (remote manifest). In an upcoming release, support for installing and deploying apps managed by app settings will be implemented. From 4fbabf74f21df655caa439555f4579b3cdb8becc Mon Sep 17 00:00:00 2001 From: Tracy Rericha <108959677+technically-tracy@users.noreply.github.com> Date: Thu, 4 Dec 2025 07:44:07 -0500 Subject: [PATCH 2/2] Update docs/reference/experiments.md Co-authored-by: Eden Zimbelman --- docs/reference/experiments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/experiments.md b/docs/reference/experiments.md index a9b27ac9..b6ddbb84 100644 --- a/docs/reference/experiments.md +++ b/docs/reference/experiments.md @@ -14,7 +14,7 @@ The following is a list of currently available experiments. We'll remove experim Below is a list of updates related to experiments. -* **December 2025**: Added read-only collaborator support to the Slack CLI and removed the features from behind the experiment flag. See the changelog announcement [here](https://docs.slack.dev/changelog/2025/12/04/slack-cli). +* **December 2025**: Concluded the `read-only-collaborators` experiment with full support introduced to the Slack CLI. See the changelog announcement [here](https://docs.slack.dev/changelog/2025/12/04/slack-cli). * **June 2025**: * Updated the `slack run` command to create and install new and existing Bolt framework projects configured with app settings as the source of truth (remote manifest). * Added support for creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest). New Bolt projects are now configured to have apps managed by app settings rather than by project. When running a project for local development, the app and bot tokens are automatically set, and no longer require developers to export them as environment variables. Existing Bolt projects will continue to work with a project (local) manifest, and linking an app from app settings will configure the project to be managed by app settings (remote manifest). In an upcoming release, support for installing and deploying apps managed by app settings will be implemented.