Ask a question to get started
Enter to send•Shift+Enter new line
Replace the commands list and reset suggestions.
Used to merge dynamically discovered skill commands with the static command registry at runtime.
update_commands( self, commands: list[tuple[str, str, str]], ) -> None
commands
list[tuple[str, str, str]]
New list of (command, description, hidden_keywords) tuples.
(command, description, hidden_keywords)