The hardcoded help handler in cli.py echoes a static string listing commands. The kernel's run_help correctly queries the live registry. However the cli-layer REPL may short-circuit to _handle_local_command before reaching the kernel, so users see the stale hardcoded list and miss any plugin-registered commands.
The hardcoded
helphandler in cli.py echoes a static string listing commands. The kernel'srun_helpcorrectly queries the live registry. However the cli-layer REPL may short-circuit to_handle_local_commandbefore reaching the kernel, so users see the stale hardcoded list and miss any plugin-registered commands.