menu wording updates

This commit is contained in:
Brian Madison
2025-12-16 01:25:49 +08:00
parent 2c4c2d9717
commit c24821b6ed
2 changed files with 4 additions and 75 deletions

View File

@@ -21,15 +21,6 @@ module.exports = {
return;
}
// Handle agent compilation separately
if (config.actionType === 'compile') {
const result = await installer.compileAgents(config);
console.log(chalk.green('\n✨ Agent compilation complete!'));
console.log(chalk.cyan(`Rebuilt ${result.agentCount} agents and ${result.taskCount} tasks`));
process.exit(0);
return;
}
// Handle quick update separately
if (config.actionType === 'quick-update') {
const result = await installer.quickUpdate(config);