/ commands / diff / index.ts
index.ts
1  import type { Command } from '../../commands.js'
2  
3  export default {
4    type: 'local-jsx',
5    name: 'diff',
6    description: 'View uncommitted changes and per-turn diffs',
7    load: () => import('./diff.js'),
8  } satisfies Command