| 1 | import axios from 'axios' |
| 2 | import { hasProfileScope, isClaudeAISubscriber } from '../../utils/auth.js' |
| 3 | import { getGlobalConfig, saveGlobalConfig } from '../../utils/config.js' |
| 4 | import { logForDebugging } from '../../utils/debug.js' |
nothing calls this directly
no test coverage detected