mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-23 13:01:08 +03:00
fix: prevent onboarding TUI auto-delivery (#791) (thanks @roshanasingh4)
This commit is contained in:
+1
-1
@@ -5,12 +5,12 @@ import {
|
||||
agentsDeleteCommand,
|
||||
agentsListCommand,
|
||||
} from "../commands/agents.js";
|
||||
import { dashboardCommand } from "../commands/dashboard.js";
|
||||
import {
|
||||
CONFIGURE_WIZARD_SECTIONS,
|
||||
configureCommand,
|
||||
configureCommandWithSections,
|
||||
} from "../commands/configure.js";
|
||||
import { dashboardCommand } from "../commands/dashboard.js";
|
||||
import { doctorCommand } from "../commands/doctor.js";
|
||||
import { healthCommand } from "../commands/health.js";
|
||||
import { messageCommand } from "../commands/message.js";
|
||||
|
||||
Reference in New Issue
Block a user