(&self)
| 230 | "help" |
| 231 | } |
| 232 | fn description(&self) -> &str { |
| 233 | "List available commands" |
| 234 | } |
| 235 | fn execute(&self, _args: &str, _ctx: &CommandContext) -> CommandOutput { |
| 236 | // Help text is generated dynamically by the session using registry.list() |
| 237 | // This is a placeholder — the actual help is built in AgentSession::execute_command() |