You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(agent): prefer a detected real node runtime in the PATH shim
The node shim now probes PATH for a real Node >= 20 at session start and
execs it directly when found, keeping the ELECTRON_RUN_AS_NODE fallback
only for when that node later disappears. Candidates identifying as
Electron (process.versions.electron) are rejected; our own shim dirs are
skipped; POSTHOG_CODE_NODE_PATH overrides detection. The codex PATH
strip recognizes both wrapper variants via a shared isNodeShimScript
predicate instead of exact-content equality.
Generated-By: PostHog Code
Task-Id: ced8de81-260a-443e-823e-eb8828b89d07
0 commit comments