@roo-code/types 1.71.0 → 1.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -145,6 +145,7 @@ var toolNames = [
145
145
  "fetch_instructions",
146
146
  "codebase_search",
147
147
  "update_todo_list",
148
+ "run_slash_command",
148
149
  "generate_image"
149
150
  ];
150
151
  var toolNamesSchema = z2.enum(toolNames);
@@ -4072,14 +4073,16 @@ var experimentIds = [
4072
4073
  "powerSteering",
4073
4074
  "multiFileApplyDiff",
4074
4075
  "preventFocusDisruption",
4075
- "imageGeneration"
4076
+ "imageGeneration",
4077
+ "runSlashCommand"
4076
4078
  ];
4077
4079
  var experimentIdsSchema = z9.enum(experimentIds);
4078
4080
  var experimentsSchema = z9.object({
4079
4081
  powerSteering: z9.boolean().optional(),
4080
4082
  multiFileApplyDiff: z9.boolean().optional(),
4081
4083
  preventFocusDisruption: z9.boolean().optional(),
4082
- imageGeneration: z9.boolean().optional()
4084
+ imageGeneration: z9.boolean().optional(),
4085
+ runSlashCommand: z9.boolean().optional()
4083
4086
  });
4084
4087
 
4085
4088
  // src/telemetry.ts
@@ -4132,8 +4135,7 @@ var staticAppPropertiesSchema = z10.object({
4132
4135
  appVersion: z10.string(),
4133
4136
  vscodeVersion: z10.string(),
4134
4137
  platform: z10.string(),
4135
- editorName: z10.string(),
4136
- hostname: z10.string().optional()
4138
+ editorName: z10.string()
4137
4139
  });
4138
4140
  var dynamicAppPropertiesSchema = z10.object({
4139
4141
  language: z10.string(),