/** Wire constants shared by Cursor OAuth, discovery, and AgentService. */ export const CURSOR_API_URL = "https://api2.cursor.sh"; export const CURSOR_CLIENT_VERSION = "cli-2026.07.23-e383d2b"; export const CURSOR_RUN_PATH = "/agent.v1.AgentService/Run"; export const CURSOR_MODELS_PATH = "/agent.v1.AgentService/GetUsableModels";