()
| 3320 | return await exitWithError(root, `Error: ${e instanceof Error ? e.message : 'Failed to authenticate'}`, () => gracefulShutdown(1)); |
| 3321 | } |
| 3322 | const getAccessToken = (): string => getClaudeAIOAuthTokens()?.accessToken ?? apiCreds.accessToken; |
| 3323 | |
| 3324 | // Brief mode activation: setKairosActive(true) satisfies BOTH opt-in |
| 3325 | // and entitlement for isBriefEnabled() (BriefTool.ts:124-132). |
no outgoing calls
no test coverage detected