chat.commands.suggestions
Slash command: /suggestions - List and pick an agent suggestion.
execute
async def execute(tux: "CliTux") -> Optional[str]
Fetch suggestions from the running agent spec, display them numbered, and let the user choose one to use as the next prompt.
Returns:
The chosen suggestion text, or None if cancelled / no suggestions.