()
| 9 | type: 'local-jsx', |
| 10 | name: 'fast', |
| 11 | get description() { |
| 12 | return `Toggle fast mode (${FAST_MODE_MODEL_DISPLAY} only)` |
| 13 | }, |
| 14 | availability: ['claude-ai', 'console'], |
| 15 | isEnabled: () => isFastModeEnabled(), |
| 16 | get isHidden() { |
nothing calls this directly
no outgoing calls
no test coverage detected