@roo-code/types 1.81.0 → 1.82.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.d.cts CHANGED
@@ -16080,6 +16080,7 @@ declare const appPropertiesSchema: z.ZodObject<{
16080
16080
  type AppProperties = z.infer<typeof appPropertiesSchema>;
16081
16081
  declare const taskPropertiesSchema: z.ZodObject<{
16082
16082
  taskId: z.ZodOptional<z.ZodString>;
16083
+ parentTaskId: z.ZodOptional<z.ZodString>;
16083
16084
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16084
16085
  modelId: z.ZodOptional<z.ZodString>;
16085
16086
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16105,6 +16106,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
16105
16106
  taskId?: string | undefined;
16106
16107
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16107
16108
  modelId?: string | undefined;
16109
+ parentTaskId?: string | undefined;
16108
16110
  diffStrategy?: string | undefined;
16109
16111
  todos?: {
16110
16112
  total: number;
@@ -16117,6 +16119,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
16117
16119
  taskId?: string | undefined;
16118
16120
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16119
16121
  modelId?: string | undefined;
16122
+ parentTaskId?: string | undefined;
16120
16123
  diffStrategy?: string | undefined;
16121
16124
  todos?: {
16122
16125
  total: number;
@@ -16145,6 +16148,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
16145
16148
  repositoryName: z.ZodOptional<z.ZodString>;
16146
16149
  defaultBranch: z.ZodOptional<z.ZodString>;
16147
16150
  taskId: z.ZodOptional<z.ZodString>;
16151
+ parentTaskId: z.ZodOptional<z.ZodString>;
16148
16152
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16149
16153
  modelId: z.ZodOptional<z.ZodString>;
16150
16154
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16186,6 +16190,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
16186
16190
  taskId?: string | undefined;
16187
16191
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16188
16192
  modelId?: string | undefined;
16193
+ parentTaskId?: string | undefined;
16189
16194
  hostname?: string | undefined;
16190
16195
  cloudIsAuthenticated?: boolean | undefined;
16191
16196
  diffStrategy?: string | undefined;
@@ -16210,6 +16215,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
16210
16215
  taskId?: string | undefined;
16211
16216
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16212
16217
  modelId?: string | undefined;
16218
+ parentTaskId?: string | undefined;
16213
16219
  hostname?: string | undefined;
16214
16220
  cloudIsAuthenticated?: boolean | undefined;
16215
16221
  diffStrategy?: string | undefined;
@@ -16241,6 +16247,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16241
16247
  repositoryName: z.ZodOptional<z.ZodString>;
16242
16248
  defaultBranch: z.ZodOptional<z.ZodString>;
16243
16249
  taskId: z.ZodOptional<z.ZodString>;
16250
+ parentTaskId: z.ZodOptional<z.ZodString>;
16244
16251
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16245
16252
  modelId: z.ZodOptional<z.ZodString>;
16246
16253
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16282,6 +16289,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16282
16289
  taskId?: string | undefined;
16283
16290
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16284
16291
  modelId?: string | undefined;
16292
+ parentTaskId?: string | undefined;
16285
16293
  hostname?: string | undefined;
16286
16294
  cloudIsAuthenticated?: boolean | undefined;
16287
16295
  diffStrategy?: string | undefined;
@@ -16306,6 +16314,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16306
16314
  taskId?: string | undefined;
16307
16315
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16308
16316
  modelId?: string | undefined;
16317
+ parentTaskId?: string | undefined;
16309
16318
  hostname?: string | undefined;
16310
16319
  cloudIsAuthenticated?: boolean | undefined;
16311
16320
  diffStrategy?: string | undefined;
@@ -16333,6 +16342,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16333
16342
  taskId?: string | undefined;
16334
16343
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16335
16344
  modelId?: string | undefined;
16345
+ parentTaskId?: string | undefined;
16336
16346
  hostname?: string | undefined;
16337
16347
  cloudIsAuthenticated?: boolean | undefined;
16338
16348
  diffStrategy?: string | undefined;
@@ -16360,6 +16370,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16360
16370
  taskId?: string | undefined;
16361
16371
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16362
16372
  modelId?: string | undefined;
16373
+ parentTaskId?: string | undefined;
16363
16374
  hostname?: string | undefined;
16364
16375
  cloudIsAuthenticated?: boolean | undefined;
16365
16376
  diffStrategy?: string | undefined;
@@ -16382,6 +16393,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16382
16393
  repositoryName: z.ZodOptional<z.ZodString>;
16383
16394
  defaultBranch: z.ZodOptional<z.ZodString>;
16384
16395
  taskId: z.ZodOptional<z.ZodString>;
16396
+ parentTaskId: z.ZodOptional<z.ZodString>;
16385
16397
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16386
16398
  modelId: z.ZodOptional<z.ZodString>;
16387
16399
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16425,6 +16437,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16425
16437
  taskId?: string | undefined;
16426
16438
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16427
16439
  modelId?: string | undefined;
16440
+ parentTaskId?: string | undefined;
16428
16441
  hostname?: string | undefined;
16429
16442
  cloudIsAuthenticated?: boolean | undefined;
16430
16443
  diffStrategy?: string | undefined;
@@ -16451,6 +16464,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16451
16464
  taskId?: string | undefined;
16452
16465
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16453
16466
  modelId?: string | undefined;
16467
+ parentTaskId?: string | undefined;
16454
16468
  hostname?: string | undefined;
16455
16469
  cloudIsAuthenticated?: boolean | undefined;
16456
16470
  diffStrategy?: string | undefined;
@@ -16480,6 +16494,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16480
16494
  taskId?: string | undefined;
16481
16495
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16482
16496
  modelId?: string | undefined;
16497
+ parentTaskId?: string | undefined;
16483
16498
  hostname?: string | undefined;
16484
16499
  cloudIsAuthenticated?: boolean | undefined;
16485
16500
  diffStrategy?: string | undefined;
@@ -16509,6 +16524,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16509
16524
  taskId?: string | undefined;
16510
16525
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16511
16526
  modelId?: string | undefined;
16527
+ parentTaskId?: string | undefined;
16512
16528
  hostname?: string | undefined;
16513
16529
  cloudIsAuthenticated?: boolean | undefined;
16514
16530
  diffStrategy?: string | undefined;
@@ -16659,6 +16675,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16659
16675
  repositoryUrl: z.ZodOptional<z.ZodString>;
16660
16676
  repositoryName: z.ZodOptional<z.ZodString>;
16661
16677
  defaultBranch: z.ZodOptional<z.ZodString>;
16678
+ parentTaskId: z.ZodOptional<z.ZodString>;
16662
16679
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16663
16680
  modelId: z.ZodOptional<z.ZodString>;
16664
16681
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16732,6 +16749,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16732
16749
  isSubtask?: boolean | undefined;
16733
16750
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16734
16751
  modelId?: string | undefined;
16752
+ parentTaskId?: string | undefined;
16735
16753
  hostname?: string | undefined;
16736
16754
  cloudIsAuthenticated?: boolean | undefined;
16737
16755
  diffStrategy?: string | undefined;
@@ -16788,6 +16806,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16788
16806
  isSubtask?: boolean | undefined;
16789
16807
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16790
16808
  modelId?: string | undefined;
16809
+ parentTaskId?: string | undefined;
16791
16810
  hostname?: string | undefined;
16792
16811
  cloudIsAuthenticated?: boolean | undefined;
16793
16812
  diffStrategy?: string | undefined;
@@ -16847,6 +16866,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16847
16866
  isSubtask?: boolean | undefined;
16848
16867
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16849
16868
  modelId?: string | undefined;
16869
+ parentTaskId?: string | undefined;
16850
16870
  hostname?: string | undefined;
16851
16871
  cloudIsAuthenticated?: boolean | undefined;
16852
16872
  diffStrategy?: string | undefined;
@@ -16906,6 +16926,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16906
16926
  isSubtask?: boolean | undefined;
16907
16927
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16908
16928
  modelId?: string | undefined;
16929
+ parentTaskId?: string | undefined;
16909
16930
  hostname?: string | undefined;
16910
16931
  cloudIsAuthenticated?: boolean | undefined;
16911
16932
  diffStrategy?: string | undefined;
@@ -16931,6 +16952,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16931
16952
  repositoryName: z.ZodOptional<z.ZodString>;
16932
16953
  defaultBranch: z.ZodOptional<z.ZodString>;
16933
16954
  taskId: z.ZodOptional<z.ZodString>;
16955
+ parentTaskId: z.ZodOptional<z.ZodString>;
16934
16956
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16935
16957
  modelId: z.ZodOptional<z.ZodString>;
16936
16958
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16975,6 +16997,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16975
16997
  taskId?: string | undefined;
16976
16998
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16977
16999
  modelId?: string | undefined;
17000
+ parentTaskId?: string | undefined;
16978
17001
  hostname?: string | undefined;
16979
17002
  cloudIsAuthenticated?: boolean | undefined;
16980
17003
  diffStrategy?: string | undefined;
@@ -17004,6 +17027,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
17004
17027
  taskId?: string | undefined;
17005
17028
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17006
17029
  modelId?: string | undefined;
17030
+ parentTaskId?: string | undefined;
17007
17031
  hostname?: string | undefined;
17008
17032
  cloudIsAuthenticated?: boolean | undefined;
17009
17033
  diffStrategy?: string | undefined;
@@ -17036,6 +17060,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
17036
17060
  taskId?: string | undefined;
17037
17061
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17038
17062
  modelId?: string | undefined;
17063
+ parentTaskId?: string | undefined;
17039
17064
  hostname?: string | undefined;
17040
17065
  cloudIsAuthenticated?: boolean | undefined;
17041
17066
  diffStrategy?: string | undefined;
@@ -17068,6 +17093,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
17068
17093
  taskId?: string | undefined;
17069
17094
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17070
17095
  modelId?: string | undefined;
17096
+ parentTaskId?: string | undefined;
17071
17097
  hostname?: string | undefined;
17072
17098
  cloudIsAuthenticated?: boolean | undefined;
17073
17099
  diffStrategy?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -16080,6 +16080,7 @@ declare const appPropertiesSchema: z.ZodObject<{
16080
16080
  type AppProperties = z.infer<typeof appPropertiesSchema>;
16081
16081
  declare const taskPropertiesSchema: z.ZodObject<{
16082
16082
  taskId: z.ZodOptional<z.ZodString>;
16083
+ parentTaskId: z.ZodOptional<z.ZodString>;
16083
16084
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16084
16085
  modelId: z.ZodOptional<z.ZodString>;
16085
16086
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16105,6 +16106,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
16105
16106
  taskId?: string | undefined;
16106
16107
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16107
16108
  modelId?: string | undefined;
16109
+ parentTaskId?: string | undefined;
16108
16110
  diffStrategy?: string | undefined;
16109
16111
  todos?: {
16110
16112
  total: number;
@@ -16117,6 +16119,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
16117
16119
  taskId?: string | undefined;
16118
16120
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16119
16121
  modelId?: string | undefined;
16122
+ parentTaskId?: string | undefined;
16120
16123
  diffStrategy?: string | undefined;
16121
16124
  todos?: {
16122
16125
  total: number;
@@ -16145,6 +16148,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
16145
16148
  repositoryName: z.ZodOptional<z.ZodString>;
16146
16149
  defaultBranch: z.ZodOptional<z.ZodString>;
16147
16150
  taskId: z.ZodOptional<z.ZodString>;
16151
+ parentTaskId: z.ZodOptional<z.ZodString>;
16148
16152
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16149
16153
  modelId: z.ZodOptional<z.ZodString>;
16150
16154
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16186,6 +16190,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
16186
16190
  taskId?: string | undefined;
16187
16191
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16188
16192
  modelId?: string | undefined;
16193
+ parentTaskId?: string | undefined;
16189
16194
  hostname?: string | undefined;
16190
16195
  cloudIsAuthenticated?: boolean | undefined;
16191
16196
  diffStrategy?: string | undefined;
@@ -16210,6 +16215,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
16210
16215
  taskId?: string | undefined;
16211
16216
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16212
16217
  modelId?: string | undefined;
16218
+ parentTaskId?: string | undefined;
16213
16219
  hostname?: string | undefined;
16214
16220
  cloudIsAuthenticated?: boolean | undefined;
16215
16221
  diffStrategy?: string | undefined;
@@ -16241,6 +16247,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16241
16247
  repositoryName: z.ZodOptional<z.ZodString>;
16242
16248
  defaultBranch: z.ZodOptional<z.ZodString>;
16243
16249
  taskId: z.ZodOptional<z.ZodString>;
16250
+ parentTaskId: z.ZodOptional<z.ZodString>;
16244
16251
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16245
16252
  modelId: z.ZodOptional<z.ZodString>;
16246
16253
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16282,6 +16289,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16282
16289
  taskId?: string | undefined;
16283
16290
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16284
16291
  modelId?: string | undefined;
16292
+ parentTaskId?: string | undefined;
16285
16293
  hostname?: string | undefined;
16286
16294
  cloudIsAuthenticated?: boolean | undefined;
16287
16295
  diffStrategy?: string | undefined;
@@ -16306,6 +16314,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16306
16314
  taskId?: string | undefined;
16307
16315
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16308
16316
  modelId?: string | undefined;
16317
+ parentTaskId?: string | undefined;
16309
16318
  hostname?: string | undefined;
16310
16319
  cloudIsAuthenticated?: boolean | undefined;
16311
16320
  diffStrategy?: string | undefined;
@@ -16333,6 +16342,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16333
16342
  taskId?: string | undefined;
16334
16343
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16335
16344
  modelId?: string | undefined;
16345
+ parentTaskId?: string | undefined;
16336
16346
  hostname?: string | undefined;
16337
16347
  cloudIsAuthenticated?: boolean | undefined;
16338
16348
  diffStrategy?: string | undefined;
@@ -16360,6 +16370,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16360
16370
  taskId?: string | undefined;
16361
16371
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16362
16372
  modelId?: string | undefined;
16373
+ parentTaskId?: string | undefined;
16363
16374
  hostname?: string | undefined;
16364
16375
  cloudIsAuthenticated?: boolean | undefined;
16365
16376
  diffStrategy?: string | undefined;
@@ -16382,6 +16393,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16382
16393
  repositoryName: z.ZodOptional<z.ZodString>;
16383
16394
  defaultBranch: z.ZodOptional<z.ZodString>;
16384
16395
  taskId: z.ZodOptional<z.ZodString>;
16396
+ parentTaskId: z.ZodOptional<z.ZodString>;
16385
16397
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16386
16398
  modelId: z.ZodOptional<z.ZodString>;
16387
16399
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16425,6 +16437,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16425
16437
  taskId?: string | undefined;
16426
16438
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16427
16439
  modelId?: string | undefined;
16440
+ parentTaskId?: string | undefined;
16428
16441
  hostname?: string | undefined;
16429
16442
  cloudIsAuthenticated?: boolean | undefined;
16430
16443
  diffStrategy?: string | undefined;
@@ -16451,6 +16464,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16451
16464
  taskId?: string | undefined;
16452
16465
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16453
16466
  modelId?: string | undefined;
16467
+ parentTaskId?: string | undefined;
16454
16468
  hostname?: string | undefined;
16455
16469
  cloudIsAuthenticated?: boolean | undefined;
16456
16470
  diffStrategy?: string | undefined;
@@ -16480,6 +16494,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16480
16494
  taskId?: string | undefined;
16481
16495
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16482
16496
  modelId?: string | undefined;
16497
+ parentTaskId?: string | undefined;
16483
16498
  hostname?: string | undefined;
16484
16499
  cloudIsAuthenticated?: boolean | undefined;
16485
16500
  diffStrategy?: string | undefined;
@@ -16509,6 +16524,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16509
16524
  taskId?: string | undefined;
16510
16525
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16511
16526
  modelId?: string | undefined;
16527
+ parentTaskId?: string | undefined;
16512
16528
  hostname?: string | undefined;
16513
16529
  cloudIsAuthenticated?: boolean | undefined;
16514
16530
  diffStrategy?: string | undefined;
@@ -16659,6 +16675,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16659
16675
  repositoryUrl: z.ZodOptional<z.ZodString>;
16660
16676
  repositoryName: z.ZodOptional<z.ZodString>;
16661
16677
  defaultBranch: z.ZodOptional<z.ZodString>;
16678
+ parentTaskId: z.ZodOptional<z.ZodString>;
16662
16679
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16663
16680
  modelId: z.ZodOptional<z.ZodString>;
16664
16681
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16732,6 +16749,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16732
16749
  isSubtask?: boolean | undefined;
16733
16750
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16734
16751
  modelId?: string | undefined;
16752
+ parentTaskId?: string | undefined;
16735
16753
  hostname?: string | undefined;
16736
16754
  cloudIsAuthenticated?: boolean | undefined;
16737
16755
  diffStrategy?: string | undefined;
@@ -16788,6 +16806,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16788
16806
  isSubtask?: boolean | undefined;
16789
16807
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16790
16808
  modelId?: string | undefined;
16809
+ parentTaskId?: string | undefined;
16791
16810
  hostname?: string | undefined;
16792
16811
  cloudIsAuthenticated?: boolean | undefined;
16793
16812
  diffStrategy?: string | undefined;
@@ -16847,6 +16866,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16847
16866
  isSubtask?: boolean | undefined;
16848
16867
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16849
16868
  modelId?: string | undefined;
16869
+ parentTaskId?: string | undefined;
16850
16870
  hostname?: string | undefined;
16851
16871
  cloudIsAuthenticated?: boolean | undefined;
16852
16872
  diffStrategy?: string | undefined;
@@ -16906,6 +16926,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16906
16926
  isSubtask?: boolean | undefined;
16907
16927
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16908
16928
  modelId?: string | undefined;
16929
+ parentTaskId?: string | undefined;
16909
16930
  hostname?: string | undefined;
16910
16931
  cloudIsAuthenticated?: boolean | undefined;
16911
16932
  diffStrategy?: string | undefined;
@@ -16931,6 +16952,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16931
16952
  repositoryName: z.ZodOptional<z.ZodString>;
16932
16953
  defaultBranch: z.ZodOptional<z.ZodString>;
16933
16954
  taskId: z.ZodOptional<z.ZodString>;
16955
+ parentTaskId: z.ZodOptional<z.ZodString>;
16934
16956
  apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "glama", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "human-relay", "anthropic", "bedrock", "cerebras", "chutes", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
16935
16957
  modelId: z.ZodOptional<z.ZodString>;
16936
16958
  diffStrategy: z.ZodOptional<z.ZodString>;
@@ -16975,6 +16997,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
16975
16997
  taskId?: string | undefined;
16976
16998
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16977
16999
  modelId?: string | undefined;
17000
+ parentTaskId?: string | undefined;
16978
17001
  hostname?: string | undefined;
16979
17002
  cloudIsAuthenticated?: boolean | undefined;
16980
17003
  diffStrategy?: string | undefined;
@@ -17004,6 +17027,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
17004
17027
  taskId?: string | undefined;
17005
17028
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17006
17029
  modelId?: string | undefined;
17030
+ parentTaskId?: string | undefined;
17007
17031
  hostname?: string | undefined;
17008
17032
  cloudIsAuthenticated?: boolean | undefined;
17009
17033
  diffStrategy?: string | undefined;
@@ -17036,6 +17060,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
17036
17060
  taskId?: string | undefined;
17037
17061
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17038
17062
  modelId?: string | undefined;
17063
+ parentTaskId?: string | undefined;
17039
17064
  hostname?: string | undefined;
17040
17065
  cloudIsAuthenticated?: boolean | undefined;
17041
17066
  diffStrategy?: string | undefined;
@@ -17068,6 +17093,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
17068
17093
  taskId?: string | undefined;
17069
17094
  apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "glama" | "lmstudio" | "vscode-lm" | "fake-ai" | "human-relay" | "bedrock" | "cerebras" | "chutes" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "openai-native" | "qwen-code" | "roo" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17070
17095
  modelId?: string | undefined;
17096
+ parentTaskId?: string | undefined;
17071
17097
  hostname?: string | undefined;
17072
17098
  cloudIsAuthenticated?: boolean | undefined;
17073
17099
  diffStrategy?: string | undefined;
package/dist/index.js CHANGED
@@ -4642,6 +4642,7 @@ var appPropertiesSchema = z10.object({
4642
4642
  });
4643
4643
  var taskPropertiesSchema = z10.object({
4644
4644
  taskId: z10.string().optional(),
4645
+ parentTaskId: z10.string().optional(),
4645
4646
  apiProvider: z10.enum(providerNames).optional(),
4646
4647
  modelId: z10.string().optional(),
4647
4648
  diffStrategy: z10.string().optional(),