From cc88ac6bef349feed56fda410820b2abd3e3f04b Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Thu, 19 Mar 2026 20:09:47 +0800 Subject: [PATCH] fix(cli): export webui group symbol --- astrbot/cli/commands/cmd_webui.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/astrbot/cli/commands/cmd_webui.py b/astrbot/cli/commands/cmd_webui.py index f0b707b42..8e831f98a 100644 --- a/astrbot/cli/commands/cmd_webui.py +++ b/astrbot/cli/commands/cmd_webui.py @@ -86,6 +86,10 @@ def webui_group() -> None: pass +# Export a stable symbol expected by the command registry +webui = webui_group + + @webui_group.command(name="install") @click.option("--root", type=str, required=False, help="AstrBot root directory") def webui_install(root: str | None) -> None: