update_commands(
self,
commands: list[CommandEntry],
) -> None| Name | Type | Description |
|---|---|---|
commands* | list[CommandEntry] | New list of |
Replace the commands list and reset suggestions.
Used to merge dynamically discovered skill commands with the static command registry at runtime.