Feature request for product/service
Cursor IDE
Describe the request
Other code agents let you access an ID for the current session through environment variables (CLAUDE_CODE_SESSION_ID, CODEX_THREAD_ID, OPENCODE_RUN_ID, etc).
I’d like the terminal environment of both the top-level agent and subagents to be able to use a unique conversation ID through the environment.
This ID is already provided to hooks through STDIN. A corollary request would be to load this env var for hook commands too, this way it matches other coding agents and I don’t need to parse the STDIN to use this value.
This is important to me for the tools and automations I’m building on top of cursor.
Operating System (if it applies)
MacOS