rAutocompleteRemoteCommandsKey#
const dynamic rAutocompleteRemoteCommandsKey
Feature key for remote commands in request features.
Use this key to get remote commands in slots/presets:
final commands = ctx.features.get(rAutocompleteRemoteCommandsKey);
commands?.retry();