Ask a question to get started
Enter to send•Shift+Enter new line
Update the slash command controller's command list.
Called by the app after discovering skills to merge static commands with dynamic /skill: entries.
/skill:
update_slash_commands( self, commands: list[tuple[str, str, str]], ) -> None
commands
list[tuple[str, str, str]]
Full list of (command, description, hidden_keywords) tuples.
(command, description, hidden_keywords)