Under the hood
REPL-mode startup is now classified as terminal, host, or evals for telemetry purposes
What
A new function determines whether the current run counts as a 'terminal', 'host', or 'evals' entrypoint for the async REPL (the interactive prompt loop), based on the entrypoint type, whether input is streamed, the sdkUrl, and asyncReplRequested. This classification feeds a couple of new telemetry emitters.
Why
This lets Claude Code distinguish and report which kind of environment is starting an async REPL session, which can help with understanding usage across terminal, host, and evaluation contexts.