fix: prevent onboarding TUI auto-delivery (#791) (thanks @roshanasingh4)

This commit is contained in:
Peter Steinberger
2026-01-12 19:38:52 +00:00
parent 298c6eea1f
commit ddd4b55cf6
5 changed files with 79 additions and 6 deletions

View File

@@ -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";