pub fn register_builtins(registry: &mut CommandRegistry) -> Result<(), AppError>Expand description
Register the default built-in commands: /help, /clear, /model,
/compact.
These handlers return descriptive strings; the caller is responsible for hooking them into actual agent behaviour.