()
| 295 | } |
| 296 | |
| 297 | export function disconnectChatGptOAuth(): void { |
| 298 | stopChatGptOAuthServer() |
| 299 | clearChatGptOAuthCredentials() |
| 300 | resetChatGptOAuthRateLimit() |
| 301 | } |
| 302 | |
| 303 | export function getChatGptOAuthStatus(): { |
| 304 | connected: boolean |
no test coverage detected