/** * System Commands * Export all system commands for registration */ export { monitorDashboardCommand } from './monitor-dashboard-command.js'; export { webUICommand } from './web-ui-command.js'; export { workflowDesignerCommand } from './workflow-designer-command.js'; export { sessionCommand } from './session-command.js'; // Multi-model commands temporarily disabled due to configuration issues