the claude code sourcemaps leaked march 31
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 233 B view raw
1import type { Command } from '../../commands.js' 2 3export default { 4 type: 'local-jsx', 5 name: 'usage', 6 description: 'Show plan usage limits', 7 availability: ['claude-ai'], 8 load: () => import('./usage.js'), 9} satisfies Command