From b4f0bdd93ae2eb4635901bb4a9fe5b175ed9dfff Mon Sep 17 00:00:00 2001 From: Sarah Deaton Date: Sat, 21 Mar 2026 20:17:33 -0700 Subject: [PATCH 1/2] Restore /reload-plugins step in telegram/discord READMEs Partially reverts #758. The reload step is not redundant: the configure skill runs before the restart step, so it is not loaded yet when the user types /telegram:configure. CLI prints 'Run /reload-plugins to activate.' after install (pluginInstallationHelpers.ts:529). Mintlify reports confirm users hit 'Unknown skill: discord:configure' at step 3. --- external_plugins/discord/README.md | 3 +++ external_plugins/telegram/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/external_plugins/discord/README.md b/external_plugins/discord/README.md index ad04f6f..ab0ef26 100644 --- a/external_plugins/discord/README.md +++ b/external_plugins/discord/README.md @@ -47,8 +47,11 @@ These are Claude Code commands — run `claude` to start a session first. Install the plugin: ``` /plugin install discord@claude-plugins-official +/reload-plugins ``` +Check that `/discord:configure` tab-completes. If not, restart your session. + **5. Give the server the token.** ``` diff --git a/external_plugins/telegram/README.md b/external_plugins/telegram/README.md index d72dbc1..9ff0f63 100644 --- a/external_plugins/telegram/README.md +++ b/external_plugins/telegram/README.md @@ -27,8 +27,11 @@ These are Claude Code commands — run `claude` to start a session first. Install the plugin: ``` /plugin install telegram@claude-plugins-official +/reload-plugins ``` +Check that `/telegram:configure` tab-completes. If not, restart your session. + **3. Give the server the token.** ``` From 92d061553f6152f37ec9d37b325f864d6b28dc0e Mon Sep 17 00:00:00 2001 From: Sarah Deaton Date: Sat, 21 Mar 2026 20:18:35 -0700 Subject: [PATCH 2/2] Drop tab-complete check, keep just /reload-plugins line --- external_plugins/discord/README.md | 2 -- external_plugins/telegram/README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/external_plugins/discord/README.md b/external_plugins/discord/README.md index ab0ef26..f32c997 100644 --- a/external_plugins/discord/README.md +++ b/external_plugins/discord/README.md @@ -50,8 +50,6 @@ Install the plugin: /reload-plugins ``` -Check that `/discord:configure` tab-completes. If not, restart your session. - **5. Give the server the token.** ``` diff --git a/external_plugins/telegram/README.md b/external_plugins/telegram/README.md index 9ff0f63..b870214 100644 --- a/external_plugins/telegram/README.md +++ b/external_plugins/telegram/README.md @@ -30,8 +30,6 @@ Install the plugin: /reload-plugins ``` -Check that `/telegram:configure` tab-completes. If not, restart your session. - **3. Give the server the token.** ```