()
| 9 | isEnabled: () => |
| 10 | isClaudeAISubscriber() && isPolicyAllowed('allow_remote_sessions'), |
| 11 | get isHidden() { |
| 12 | return !isClaudeAISubscriber() || !isPolicyAllowed('allow_remote_sessions') |
| 13 | }, |
| 14 | load: () => import('./remote-env.js'), |
| 15 | } satisfies Command |
| 16 |
nothing calls this directly
no test coverage detected