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
strategy: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'What strategy was used to execute the command (0=none, 1=basic, 2=rich)'};
629
641
userEditedCommand: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Whether the user edited the command'};
630
642
toolEditedCommand: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Whether the tool edited the command'};
643
+
acceptedUserInput: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Whether the terminal accepted user input during the execution'};
631
644
isBackground: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Whether the command is a background command'};
632
645
isNewSession: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Whether this was the first execution for the terminal session'};
633
646
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'};
0 commit comments