Method
execute
(&self, _args: &str, _ctx: &CommandContext)
Source from the content-addressed store, hash-verified
| 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() |
| 238 | CommandOutput::text("Use /help to see available commands.") |
| 239 | } |
| 240 | } |
| 241 | |
| 242 | struct CompactCommand; |
Tested by
no test coverage detected