()
| 11 | availability: ['claude-ai'], |
| 12 | isEnabled: () => isVoiceGrowthBookEnabled(), |
| 13 | get isHidden() { |
| 14 | return !isVoiceModeEnabled() |
| 15 | }, |
| 16 | supportsNonInteractive: false, |
| 17 | load: () => import('./voice.js'), |
| 18 | } satisfies Command |
nothing calls this directly
no test coverage detected