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
@@ -159,6 +160,7 @@ export class RunInTerminalToolTelemetry {
159
160
requestUnsandboxedExecutionReason: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The reason the model gave for requesting unsandboxed execution, if any'};
160
161
outputLineCount: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'How many lines of output were produced, this is -1 when isBackground is true or if there\'s an error'};
161
162
nonZeroExitCode: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Whether the command exited with a non-zero code (-1=error/unknown, 0=zero exit code, 1=non-zero)'};
163
+
exitCodeValue: {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';isMeasurement: true;comment: 'The actual exit code of the terminal command (-1 if unknown)'};
162
164
timingConnectMs: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'How long the terminal took to start up and connect to'};
163
165
timingExecuteMs: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'How long the terminal took to execute the command'};
164
166
pollDurationMs: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'How long the tool polled for output, this is undefined when isBackground is true or if there\'s an error'};
@@ -187,6 +189,7 @@ export class RunInTerminalToolTelemetry {
0 commit comments