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
After #1809, prepare-agent-task-upload.mjs includes optional tool_observability in projectParsed(), then its Object.fromEntries(...).filter(...) calls Object.keys(item) without handling undefined. Native agent runs without canonical tool observability crash during upload staging.
Regression
After #1809,
prepare-agent-task-upload.mjsincludes optionaltool_observabilityinprojectParsed(), then itsObject.fromEntries(...).filter(...)callsObject.keys(item)without handlingundefined. Native agent runs without canonical tool observability crash during upload staging.CI evidence:
Observed error:
Required outcome
Object.keys()on nullish values.npm run test:native-agent-task-playground-e2e.Regressed by #1809.