()
| 46 | } |
| 47 | |
| 48 | function getCurrentNoticeSession(): ConflictSession { |
| 49 | return getAuthRuntime().getCurrentSession(); |
| 50 | } |
| 51 | |
| 52 | function formatAuthTokenSourceLabel(source: string): string { |
| 53 | return source === 'claude.ai' ? 'managed_oauth' : source; |
no test coverage detected