import type { Command } from '../../commands.js' const fork = { type: 'local-jsx', name: 'fork', description: 'Fork the current session into a new sub-agent', argumentHint: '', load: () => import('./fork.js'), } satisfies Command export default fork