()
| 227 | * Get the current client surface from environment. |
| 228 | */ |
| 229 | export function getClientSurface(): string { |
| 230 | return process.env.CLAUDE_CODE_ENTRYPOINT ?? 'cli' |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Build a surface key that includes the model name. |
no outgoing calls
no test coverage detected