Spinner and startup tips stop suggesting slash commands that don't exist in your cloud session.
What's wrong with this entry?
Tips shown in the spinner and at startup no longer suggest slash commands that do not exist in the current session.
- Tip entries gained an
advertisedCommandfield covering config, memory, ide, permissions, voice, desktop, plugin, statusline, install-github-app, install-slack-app and others. - Both spinner tip selection and startup tip selection filter tips through a check that resolves the filtered builtin command list and drops any tip whose advertised command is absent.
- The check matches by name or alias (
n.name === e || n.aliases?.includes(e)). - The check short-circuits to true outside remote mode, so tips only get removed in remote or cloud sessions. The field does not exist in the previous build.
advertisedCommand, advertisedCommand: "permissions"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.