()
| 168 | * Get the current client surface from environment. |
| 169 | */ |
| 170 | export function getClientSurface(): string { |
| 171 | return process.env.CLAUDE_CODE_ENTRYPOINT ?? 'cli' |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * Build a surface key without exposing provider model names. |
no outgoing calls
no test coverage detected