UNPKG

capsule-ai-cli

Version:

The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing

12 lines 243 B
export const newCommand = { name: 'new', description: 'Start a new chat', alias: ['n'], async execute() { return { success: true, action: 'new' }; } }; //# sourceMappingURL=new.js.map