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