()
| 14 | availability: ['claude-ai', 'console'], |
| 15 | isEnabled: () => isFastModeEnabled(), |
| 16 | get isHidden() { |
| 17 | return !isFastModeEnabled() |
| 18 | }, |
| 19 | argumentHint: '[on|off]', |
| 20 | get immediate() { |
| 21 | return shouldInferenceConfigCommandBeImmediate() |
nothing calls this directly
no test coverage detected