@roo-code/types 1.81.0 → 1.83.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.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +129 -0
- package/dist/index.d.ts +129 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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;
|
|
@@ -19622,6 +19648,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
19622
19648
|
name: string;
|
|
19623
19649
|
provider?: string | undefined;
|
|
19624
19650
|
}>, "many">>;
|
|
19651
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
19625
19652
|
}, "strip", z.ZodTypeAny, {
|
|
19626
19653
|
task: {
|
|
19627
19654
|
taskId: string;
|
|
@@ -19737,6 +19764,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
19737
19764
|
defaultBranch?: string | undefined;
|
|
19738
19765
|
} | undefined;
|
|
19739
19766
|
providerProfile?: string | undefined;
|
|
19767
|
+
isCloudAgent?: boolean | undefined;
|
|
19740
19768
|
}, {
|
|
19741
19769
|
task: {
|
|
19742
19770
|
taskId: string;
|
|
@@ -19852,6 +19880,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
19852
19880
|
defaultBranch?: string | undefined;
|
|
19853
19881
|
} | undefined;
|
|
19854
19882
|
providerProfile?: string | undefined;
|
|
19883
|
+
isCloudAgent?: boolean | undefined;
|
|
19855
19884
|
}>;
|
|
19856
19885
|
type ExtensionInstance = z.infer<typeof extensionInstanceSchema>;
|
|
19857
19886
|
/**
|
|
@@ -20356,6 +20385,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20356
20385
|
name: string;
|
|
20357
20386
|
provider?: string | undefined;
|
|
20358
20387
|
}>, "many">>;
|
|
20388
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
20359
20389
|
}, "strip", z.ZodTypeAny, {
|
|
20360
20390
|
task: {
|
|
20361
20391
|
taskId: string;
|
|
@@ -20471,6 +20501,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20471
20501
|
defaultBranch?: string | undefined;
|
|
20472
20502
|
} | undefined;
|
|
20473
20503
|
providerProfile?: string | undefined;
|
|
20504
|
+
isCloudAgent?: boolean | undefined;
|
|
20474
20505
|
}, {
|
|
20475
20506
|
task: {
|
|
20476
20507
|
taskId: string;
|
|
@@ -20586,6 +20617,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20586
20617
|
defaultBranch?: string | undefined;
|
|
20587
20618
|
} | undefined;
|
|
20588
20619
|
providerProfile?: string | undefined;
|
|
20620
|
+
isCloudAgent?: boolean | undefined;
|
|
20589
20621
|
}>;
|
|
20590
20622
|
timestamp: z.ZodNumber;
|
|
20591
20623
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20706,6 +20738,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20706
20738
|
defaultBranch?: string | undefined;
|
|
20707
20739
|
} | undefined;
|
|
20708
20740
|
providerProfile?: string | undefined;
|
|
20741
|
+
isCloudAgent?: boolean | undefined;
|
|
20709
20742
|
};
|
|
20710
20743
|
}, {
|
|
20711
20744
|
type: ExtensionBridgeEventName.TaskCreated;
|
|
@@ -20825,6 +20858,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20825
20858
|
defaultBranch?: string | undefined;
|
|
20826
20859
|
} | undefined;
|
|
20827
20860
|
providerProfile?: string | undefined;
|
|
20861
|
+
isCloudAgent?: boolean | undefined;
|
|
20828
20862
|
};
|
|
20829
20863
|
}>, z.ZodObject<{
|
|
20830
20864
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskStarted>;
|
|
@@ -21303,6 +21337,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21303
21337
|
name: string;
|
|
21304
21338
|
provider?: string | undefined;
|
|
21305
21339
|
}>, "many">>;
|
|
21340
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
21306
21341
|
}, "strip", z.ZodTypeAny, {
|
|
21307
21342
|
task: {
|
|
21308
21343
|
taskId: string;
|
|
@@ -21418,6 +21453,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21418
21453
|
defaultBranch?: string | undefined;
|
|
21419
21454
|
} | undefined;
|
|
21420
21455
|
providerProfile?: string | undefined;
|
|
21456
|
+
isCloudAgent?: boolean | undefined;
|
|
21421
21457
|
}, {
|
|
21422
21458
|
task: {
|
|
21423
21459
|
taskId: string;
|
|
@@ -21533,6 +21569,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21533
21569
|
defaultBranch?: string | undefined;
|
|
21534
21570
|
} | undefined;
|
|
21535
21571
|
providerProfile?: string | undefined;
|
|
21572
|
+
isCloudAgent?: boolean | undefined;
|
|
21536
21573
|
}>;
|
|
21537
21574
|
timestamp: z.ZodNumber;
|
|
21538
21575
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21653,6 +21690,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21653
21690
|
defaultBranch?: string | undefined;
|
|
21654
21691
|
} | undefined;
|
|
21655
21692
|
providerProfile?: string | undefined;
|
|
21693
|
+
isCloudAgent?: boolean | undefined;
|
|
21656
21694
|
};
|
|
21657
21695
|
}, {
|
|
21658
21696
|
type: ExtensionBridgeEventName.TaskStarted;
|
|
@@ -21772,6 +21810,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21772
21810
|
defaultBranch?: string | undefined;
|
|
21773
21811
|
} | undefined;
|
|
21774
21812
|
providerProfile?: string | undefined;
|
|
21813
|
+
isCloudAgent?: boolean | undefined;
|
|
21775
21814
|
};
|
|
21776
21815
|
}>, z.ZodObject<{
|
|
21777
21816
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskCompleted>;
|
|
@@ -22250,6 +22289,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22250
22289
|
name: string;
|
|
22251
22290
|
provider?: string | undefined;
|
|
22252
22291
|
}>, "many">>;
|
|
22292
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
22253
22293
|
}, "strip", z.ZodTypeAny, {
|
|
22254
22294
|
task: {
|
|
22255
22295
|
taskId: string;
|
|
@@ -22365,6 +22405,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22365
22405
|
defaultBranch?: string | undefined;
|
|
22366
22406
|
} | undefined;
|
|
22367
22407
|
providerProfile?: string | undefined;
|
|
22408
|
+
isCloudAgent?: boolean | undefined;
|
|
22368
22409
|
}, {
|
|
22369
22410
|
task: {
|
|
22370
22411
|
taskId: string;
|
|
@@ -22480,6 +22521,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22480
22521
|
defaultBranch?: string | undefined;
|
|
22481
22522
|
} | undefined;
|
|
22482
22523
|
providerProfile?: string | undefined;
|
|
22524
|
+
isCloudAgent?: boolean | undefined;
|
|
22483
22525
|
}>;
|
|
22484
22526
|
timestamp: z.ZodNumber;
|
|
22485
22527
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22600,6 +22642,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22600
22642
|
defaultBranch?: string | undefined;
|
|
22601
22643
|
} | undefined;
|
|
22602
22644
|
providerProfile?: string | undefined;
|
|
22645
|
+
isCloudAgent?: boolean | undefined;
|
|
22603
22646
|
};
|
|
22604
22647
|
}, {
|
|
22605
22648
|
type: ExtensionBridgeEventName.TaskCompleted;
|
|
@@ -22719,6 +22762,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22719
22762
|
defaultBranch?: string | undefined;
|
|
22720
22763
|
} | undefined;
|
|
22721
22764
|
providerProfile?: string | undefined;
|
|
22765
|
+
isCloudAgent?: boolean | undefined;
|
|
22722
22766
|
};
|
|
22723
22767
|
}>, z.ZodObject<{
|
|
22724
22768
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskAborted>;
|
|
@@ -23197,6 +23241,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23197
23241
|
name: string;
|
|
23198
23242
|
provider?: string | undefined;
|
|
23199
23243
|
}>, "many">>;
|
|
23244
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
23200
23245
|
}, "strip", z.ZodTypeAny, {
|
|
23201
23246
|
task: {
|
|
23202
23247
|
taskId: string;
|
|
@@ -23312,6 +23357,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23312
23357
|
defaultBranch?: string | undefined;
|
|
23313
23358
|
} | undefined;
|
|
23314
23359
|
providerProfile?: string | undefined;
|
|
23360
|
+
isCloudAgent?: boolean | undefined;
|
|
23315
23361
|
}, {
|
|
23316
23362
|
task: {
|
|
23317
23363
|
taskId: string;
|
|
@@ -23427,6 +23473,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23427
23473
|
defaultBranch?: string | undefined;
|
|
23428
23474
|
} | undefined;
|
|
23429
23475
|
providerProfile?: string | undefined;
|
|
23476
|
+
isCloudAgent?: boolean | undefined;
|
|
23430
23477
|
}>;
|
|
23431
23478
|
timestamp: z.ZodNumber;
|
|
23432
23479
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23547,6 +23594,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23547
23594
|
defaultBranch?: string | undefined;
|
|
23548
23595
|
} | undefined;
|
|
23549
23596
|
providerProfile?: string | undefined;
|
|
23597
|
+
isCloudAgent?: boolean | undefined;
|
|
23550
23598
|
};
|
|
23551
23599
|
}, {
|
|
23552
23600
|
type: ExtensionBridgeEventName.TaskAborted;
|
|
@@ -23666,6 +23714,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23666
23714
|
defaultBranch?: string | undefined;
|
|
23667
23715
|
} | undefined;
|
|
23668
23716
|
providerProfile?: string | undefined;
|
|
23717
|
+
isCloudAgent?: boolean | undefined;
|
|
23669
23718
|
};
|
|
23670
23719
|
}>, z.ZodObject<{
|
|
23671
23720
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskFocused>;
|
|
@@ -24144,6 +24193,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24144
24193
|
name: string;
|
|
24145
24194
|
provider?: string | undefined;
|
|
24146
24195
|
}>, "many">>;
|
|
24196
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
24147
24197
|
}, "strip", z.ZodTypeAny, {
|
|
24148
24198
|
task: {
|
|
24149
24199
|
taskId: string;
|
|
@@ -24259,6 +24309,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24259
24309
|
defaultBranch?: string | undefined;
|
|
24260
24310
|
} | undefined;
|
|
24261
24311
|
providerProfile?: string | undefined;
|
|
24312
|
+
isCloudAgent?: boolean | undefined;
|
|
24262
24313
|
}, {
|
|
24263
24314
|
task: {
|
|
24264
24315
|
taskId: string;
|
|
@@ -24374,6 +24425,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24374
24425
|
defaultBranch?: string | undefined;
|
|
24375
24426
|
} | undefined;
|
|
24376
24427
|
providerProfile?: string | undefined;
|
|
24428
|
+
isCloudAgent?: boolean | undefined;
|
|
24377
24429
|
}>;
|
|
24378
24430
|
timestamp: z.ZodNumber;
|
|
24379
24431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24494,6 +24546,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24494
24546
|
defaultBranch?: string | undefined;
|
|
24495
24547
|
} | undefined;
|
|
24496
24548
|
providerProfile?: string | undefined;
|
|
24549
|
+
isCloudAgent?: boolean | undefined;
|
|
24497
24550
|
};
|
|
24498
24551
|
}, {
|
|
24499
24552
|
type: ExtensionBridgeEventName.TaskFocused;
|
|
@@ -24613,6 +24666,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24613
24666
|
defaultBranch?: string | undefined;
|
|
24614
24667
|
} | undefined;
|
|
24615
24668
|
providerProfile?: string | undefined;
|
|
24669
|
+
isCloudAgent?: boolean | undefined;
|
|
24616
24670
|
};
|
|
24617
24671
|
}>, z.ZodObject<{
|
|
24618
24672
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskUnfocused>;
|
|
@@ -25091,6 +25145,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25091
25145
|
name: string;
|
|
25092
25146
|
provider?: string | undefined;
|
|
25093
25147
|
}>, "many">>;
|
|
25148
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
25094
25149
|
}, "strip", z.ZodTypeAny, {
|
|
25095
25150
|
task: {
|
|
25096
25151
|
taskId: string;
|
|
@@ -25206,6 +25261,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25206
25261
|
defaultBranch?: string | undefined;
|
|
25207
25262
|
} | undefined;
|
|
25208
25263
|
providerProfile?: string | undefined;
|
|
25264
|
+
isCloudAgent?: boolean | undefined;
|
|
25209
25265
|
}, {
|
|
25210
25266
|
task: {
|
|
25211
25267
|
taskId: string;
|
|
@@ -25321,6 +25377,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25321
25377
|
defaultBranch?: string | undefined;
|
|
25322
25378
|
} | undefined;
|
|
25323
25379
|
providerProfile?: string | undefined;
|
|
25380
|
+
isCloudAgent?: boolean | undefined;
|
|
25324
25381
|
}>;
|
|
25325
25382
|
timestamp: z.ZodNumber;
|
|
25326
25383
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25441,6 +25498,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25441
25498
|
defaultBranch?: string | undefined;
|
|
25442
25499
|
} | undefined;
|
|
25443
25500
|
providerProfile?: string | undefined;
|
|
25501
|
+
isCloudAgent?: boolean | undefined;
|
|
25444
25502
|
};
|
|
25445
25503
|
}, {
|
|
25446
25504
|
type: ExtensionBridgeEventName.TaskUnfocused;
|
|
@@ -25560,6 +25618,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25560
25618
|
defaultBranch?: string | undefined;
|
|
25561
25619
|
} | undefined;
|
|
25562
25620
|
providerProfile?: string | undefined;
|
|
25621
|
+
isCloudAgent?: boolean | undefined;
|
|
25563
25622
|
};
|
|
25564
25623
|
}>, z.ZodObject<{
|
|
25565
25624
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskActive>;
|
|
@@ -26038,6 +26097,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26038
26097
|
name: string;
|
|
26039
26098
|
provider?: string | undefined;
|
|
26040
26099
|
}>, "many">>;
|
|
26100
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
26041
26101
|
}, "strip", z.ZodTypeAny, {
|
|
26042
26102
|
task: {
|
|
26043
26103
|
taskId: string;
|
|
@@ -26153,6 +26213,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26153
26213
|
defaultBranch?: string | undefined;
|
|
26154
26214
|
} | undefined;
|
|
26155
26215
|
providerProfile?: string | undefined;
|
|
26216
|
+
isCloudAgent?: boolean | undefined;
|
|
26156
26217
|
}, {
|
|
26157
26218
|
task: {
|
|
26158
26219
|
taskId: string;
|
|
@@ -26268,6 +26329,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26268
26329
|
defaultBranch?: string | undefined;
|
|
26269
26330
|
} | undefined;
|
|
26270
26331
|
providerProfile?: string | undefined;
|
|
26332
|
+
isCloudAgent?: boolean | undefined;
|
|
26271
26333
|
}>;
|
|
26272
26334
|
timestamp: z.ZodNumber;
|
|
26273
26335
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26388,6 +26450,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26388
26450
|
defaultBranch?: string | undefined;
|
|
26389
26451
|
} | undefined;
|
|
26390
26452
|
providerProfile?: string | undefined;
|
|
26453
|
+
isCloudAgent?: boolean | undefined;
|
|
26391
26454
|
};
|
|
26392
26455
|
}, {
|
|
26393
26456
|
type: ExtensionBridgeEventName.TaskActive;
|
|
@@ -26507,6 +26570,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26507
26570
|
defaultBranch?: string | undefined;
|
|
26508
26571
|
} | undefined;
|
|
26509
26572
|
providerProfile?: string | undefined;
|
|
26573
|
+
isCloudAgent?: boolean | undefined;
|
|
26510
26574
|
};
|
|
26511
26575
|
}>, z.ZodObject<{
|
|
26512
26576
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskInteractive>;
|
|
@@ -26985,6 +27049,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26985
27049
|
name: string;
|
|
26986
27050
|
provider?: string | undefined;
|
|
26987
27051
|
}>, "many">>;
|
|
27052
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
26988
27053
|
}, "strip", z.ZodTypeAny, {
|
|
26989
27054
|
task: {
|
|
26990
27055
|
taskId: string;
|
|
@@ -27100,6 +27165,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27100
27165
|
defaultBranch?: string | undefined;
|
|
27101
27166
|
} | undefined;
|
|
27102
27167
|
providerProfile?: string | undefined;
|
|
27168
|
+
isCloudAgent?: boolean | undefined;
|
|
27103
27169
|
}, {
|
|
27104
27170
|
task: {
|
|
27105
27171
|
taskId: string;
|
|
@@ -27215,6 +27281,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27215
27281
|
defaultBranch?: string | undefined;
|
|
27216
27282
|
} | undefined;
|
|
27217
27283
|
providerProfile?: string | undefined;
|
|
27284
|
+
isCloudAgent?: boolean | undefined;
|
|
27218
27285
|
}>;
|
|
27219
27286
|
timestamp: z.ZodNumber;
|
|
27220
27287
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27335,6 +27402,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27335
27402
|
defaultBranch?: string | undefined;
|
|
27336
27403
|
} | undefined;
|
|
27337
27404
|
providerProfile?: string | undefined;
|
|
27405
|
+
isCloudAgent?: boolean | undefined;
|
|
27338
27406
|
};
|
|
27339
27407
|
}, {
|
|
27340
27408
|
type: ExtensionBridgeEventName.TaskInteractive;
|
|
@@ -27454,6 +27522,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27454
27522
|
defaultBranch?: string | undefined;
|
|
27455
27523
|
} | undefined;
|
|
27456
27524
|
providerProfile?: string | undefined;
|
|
27525
|
+
isCloudAgent?: boolean | undefined;
|
|
27457
27526
|
};
|
|
27458
27527
|
}>, z.ZodObject<{
|
|
27459
27528
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskResumable>;
|
|
@@ -27932,6 +28001,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27932
28001
|
name: string;
|
|
27933
28002
|
provider?: string | undefined;
|
|
27934
28003
|
}>, "many">>;
|
|
28004
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
27935
28005
|
}, "strip", z.ZodTypeAny, {
|
|
27936
28006
|
task: {
|
|
27937
28007
|
taskId: string;
|
|
@@ -28047,6 +28117,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28047
28117
|
defaultBranch?: string | undefined;
|
|
28048
28118
|
} | undefined;
|
|
28049
28119
|
providerProfile?: string | undefined;
|
|
28120
|
+
isCloudAgent?: boolean | undefined;
|
|
28050
28121
|
}, {
|
|
28051
28122
|
task: {
|
|
28052
28123
|
taskId: string;
|
|
@@ -28162,6 +28233,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28162
28233
|
defaultBranch?: string | undefined;
|
|
28163
28234
|
} | undefined;
|
|
28164
28235
|
providerProfile?: string | undefined;
|
|
28236
|
+
isCloudAgent?: boolean | undefined;
|
|
28165
28237
|
}>;
|
|
28166
28238
|
timestamp: z.ZodNumber;
|
|
28167
28239
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28282,6 +28354,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28282
28354
|
defaultBranch?: string | undefined;
|
|
28283
28355
|
} | undefined;
|
|
28284
28356
|
providerProfile?: string | undefined;
|
|
28357
|
+
isCloudAgent?: boolean | undefined;
|
|
28285
28358
|
};
|
|
28286
28359
|
}, {
|
|
28287
28360
|
type: ExtensionBridgeEventName.TaskResumable;
|
|
@@ -28401,6 +28474,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28401
28474
|
defaultBranch?: string | undefined;
|
|
28402
28475
|
} | undefined;
|
|
28403
28476
|
providerProfile?: string | undefined;
|
|
28477
|
+
isCloudAgent?: boolean | undefined;
|
|
28404
28478
|
};
|
|
28405
28479
|
}>, z.ZodObject<{
|
|
28406
28480
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskIdle>;
|
|
@@ -28879,6 +28953,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28879
28953
|
name: string;
|
|
28880
28954
|
provider?: string | undefined;
|
|
28881
28955
|
}>, "many">>;
|
|
28956
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
28882
28957
|
}, "strip", z.ZodTypeAny, {
|
|
28883
28958
|
task: {
|
|
28884
28959
|
taskId: string;
|
|
@@ -28994,6 +29069,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28994
29069
|
defaultBranch?: string | undefined;
|
|
28995
29070
|
} | undefined;
|
|
28996
29071
|
providerProfile?: string | undefined;
|
|
29072
|
+
isCloudAgent?: boolean | undefined;
|
|
28997
29073
|
}, {
|
|
28998
29074
|
task: {
|
|
28999
29075
|
taskId: string;
|
|
@@ -29109,6 +29185,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29109
29185
|
defaultBranch?: string | undefined;
|
|
29110
29186
|
} | undefined;
|
|
29111
29187
|
providerProfile?: string | undefined;
|
|
29188
|
+
isCloudAgent?: boolean | undefined;
|
|
29112
29189
|
}>;
|
|
29113
29190
|
timestamp: z.ZodNumber;
|
|
29114
29191
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29229,6 +29306,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29229
29306
|
defaultBranch?: string | undefined;
|
|
29230
29307
|
} | undefined;
|
|
29231
29308
|
providerProfile?: string | undefined;
|
|
29309
|
+
isCloudAgent?: boolean | undefined;
|
|
29232
29310
|
};
|
|
29233
29311
|
}, {
|
|
29234
29312
|
type: ExtensionBridgeEventName.TaskIdle;
|
|
@@ -29348,6 +29426,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29348
29426
|
defaultBranch?: string | undefined;
|
|
29349
29427
|
} | undefined;
|
|
29350
29428
|
providerProfile?: string | undefined;
|
|
29429
|
+
isCloudAgent?: boolean | undefined;
|
|
29351
29430
|
};
|
|
29352
29431
|
}>, z.ZodObject<{
|
|
29353
29432
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskPaused>;
|
|
@@ -29826,6 +29905,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29826
29905
|
name: string;
|
|
29827
29906
|
provider?: string | undefined;
|
|
29828
29907
|
}>, "many">>;
|
|
29908
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
29829
29909
|
}, "strip", z.ZodTypeAny, {
|
|
29830
29910
|
task: {
|
|
29831
29911
|
taskId: string;
|
|
@@ -29941,6 +30021,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29941
30021
|
defaultBranch?: string | undefined;
|
|
29942
30022
|
} | undefined;
|
|
29943
30023
|
providerProfile?: string | undefined;
|
|
30024
|
+
isCloudAgent?: boolean | undefined;
|
|
29944
30025
|
}, {
|
|
29945
30026
|
task: {
|
|
29946
30027
|
taskId: string;
|
|
@@ -30056,6 +30137,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30056
30137
|
defaultBranch?: string | undefined;
|
|
30057
30138
|
} | undefined;
|
|
30058
30139
|
providerProfile?: string | undefined;
|
|
30140
|
+
isCloudAgent?: boolean | undefined;
|
|
30059
30141
|
}>;
|
|
30060
30142
|
timestamp: z.ZodNumber;
|
|
30061
30143
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -30176,6 +30258,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30176
30258
|
defaultBranch?: string | undefined;
|
|
30177
30259
|
} | undefined;
|
|
30178
30260
|
providerProfile?: string | undefined;
|
|
30261
|
+
isCloudAgent?: boolean | undefined;
|
|
30179
30262
|
};
|
|
30180
30263
|
}, {
|
|
30181
30264
|
type: ExtensionBridgeEventName.TaskPaused;
|
|
@@ -30295,6 +30378,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30295
30378
|
defaultBranch?: string | undefined;
|
|
30296
30379
|
} | undefined;
|
|
30297
30380
|
providerProfile?: string | undefined;
|
|
30381
|
+
isCloudAgent?: boolean | undefined;
|
|
30298
30382
|
};
|
|
30299
30383
|
}>, z.ZodObject<{
|
|
30300
30384
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskUnpaused>;
|
|
@@ -30773,6 +30857,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30773
30857
|
name: string;
|
|
30774
30858
|
provider?: string | undefined;
|
|
30775
30859
|
}>, "many">>;
|
|
30860
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
30776
30861
|
}, "strip", z.ZodTypeAny, {
|
|
30777
30862
|
task: {
|
|
30778
30863
|
taskId: string;
|
|
@@ -30888,6 +30973,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30888
30973
|
defaultBranch?: string | undefined;
|
|
30889
30974
|
} | undefined;
|
|
30890
30975
|
providerProfile?: string | undefined;
|
|
30976
|
+
isCloudAgent?: boolean | undefined;
|
|
30891
30977
|
}, {
|
|
30892
30978
|
task: {
|
|
30893
30979
|
taskId: string;
|
|
@@ -31003,6 +31089,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31003
31089
|
defaultBranch?: string | undefined;
|
|
31004
31090
|
} | undefined;
|
|
31005
31091
|
providerProfile?: string | undefined;
|
|
31092
|
+
isCloudAgent?: boolean | undefined;
|
|
31006
31093
|
}>;
|
|
31007
31094
|
timestamp: z.ZodNumber;
|
|
31008
31095
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31123,6 +31210,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31123
31210
|
defaultBranch?: string | undefined;
|
|
31124
31211
|
} | undefined;
|
|
31125
31212
|
providerProfile?: string | undefined;
|
|
31213
|
+
isCloudAgent?: boolean | undefined;
|
|
31126
31214
|
};
|
|
31127
31215
|
}, {
|
|
31128
31216
|
type: ExtensionBridgeEventName.TaskUnpaused;
|
|
@@ -31242,6 +31330,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31242
31330
|
defaultBranch?: string | undefined;
|
|
31243
31331
|
} | undefined;
|
|
31244
31332
|
providerProfile?: string | undefined;
|
|
31333
|
+
isCloudAgent?: boolean | undefined;
|
|
31245
31334
|
};
|
|
31246
31335
|
}>, z.ZodObject<{
|
|
31247
31336
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskSpawned>;
|
|
@@ -31720,6 +31809,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31720
31809
|
name: string;
|
|
31721
31810
|
provider?: string | undefined;
|
|
31722
31811
|
}>, "many">>;
|
|
31812
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
31723
31813
|
}, "strip", z.ZodTypeAny, {
|
|
31724
31814
|
task: {
|
|
31725
31815
|
taskId: string;
|
|
@@ -31835,6 +31925,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31835
31925
|
defaultBranch?: string | undefined;
|
|
31836
31926
|
} | undefined;
|
|
31837
31927
|
providerProfile?: string | undefined;
|
|
31928
|
+
isCloudAgent?: boolean | undefined;
|
|
31838
31929
|
}, {
|
|
31839
31930
|
task: {
|
|
31840
31931
|
taskId: string;
|
|
@@ -31950,6 +32041,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31950
32041
|
defaultBranch?: string | undefined;
|
|
31951
32042
|
} | undefined;
|
|
31952
32043
|
providerProfile?: string | undefined;
|
|
32044
|
+
isCloudAgent?: boolean | undefined;
|
|
31953
32045
|
}>;
|
|
31954
32046
|
timestamp: z.ZodNumber;
|
|
31955
32047
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -32070,6 +32162,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32070
32162
|
defaultBranch?: string | undefined;
|
|
32071
32163
|
} | undefined;
|
|
32072
32164
|
providerProfile?: string | undefined;
|
|
32165
|
+
isCloudAgent?: boolean | undefined;
|
|
32073
32166
|
};
|
|
32074
32167
|
}, {
|
|
32075
32168
|
type: ExtensionBridgeEventName.TaskSpawned;
|
|
@@ -32189,6 +32282,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32189
32282
|
defaultBranch?: string | undefined;
|
|
32190
32283
|
} | undefined;
|
|
32191
32284
|
providerProfile?: string | undefined;
|
|
32285
|
+
isCloudAgent?: boolean | undefined;
|
|
32192
32286
|
};
|
|
32193
32287
|
}>, z.ZodObject<{
|
|
32194
32288
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskUserMessage>;
|
|
@@ -32667,6 +32761,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32667
32761
|
name: string;
|
|
32668
32762
|
provider?: string | undefined;
|
|
32669
32763
|
}>, "many">>;
|
|
32764
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
32670
32765
|
}, "strip", z.ZodTypeAny, {
|
|
32671
32766
|
task: {
|
|
32672
32767
|
taskId: string;
|
|
@@ -32782,6 +32877,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32782
32877
|
defaultBranch?: string | undefined;
|
|
32783
32878
|
} | undefined;
|
|
32784
32879
|
providerProfile?: string | undefined;
|
|
32880
|
+
isCloudAgent?: boolean | undefined;
|
|
32785
32881
|
}, {
|
|
32786
32882
|
task: {
|
|
32787
32883
|
taskId: string;
|
|
@@ -32897,6 +32993,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32897
32993
|
defaultBranch?: string | undefined;
|
|
32898
32994
|
} | undefined;
|
|
32899
32995
|
providerProfile?: string | undefined;
|
|
32996
|
+
isCloudAgent?: boolean | undefined;
|
|
32900
32997
|
}>;
|
|
32901
32998
|
timestamp: z.ZodNumber;
|
|
32902
32999
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33017,6 +33114,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33017
33114
|
defaultBranch?: string | undefined;
|
|
33018
33115
|
} | undefined;
|
|
33019
33116
|
providerProfile?: string | undefined;
|
|
33117
|
+
isCloudAgent?: boolean | undefined;
|
|
33020
33118
|
};
|
|
33021
33119
|
}, {
|
|
33022
33120
|
type: ExtensionBridgeEventName.TaskUserMessage;
|
|
@@ -33136,6 +33234,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33136
33234
|
defaultBranch?: string | undefined;
|
|
33137
33235
|
} | undefined;
|
|
33138
33236
|
providerProfile?: string | undefined;
|
|
33237
|
+
isCloudAgent?: boolean | undefined;
|
|
33139
33238
|
};
|
|
33140
33239
|
}>, z.ZodObject<{
|
|
33141
33240
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskTokenUsageUpdated>;
|
|
@@ -33614,6 +33713,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33614
33713
|
name: string;
|
|
33615
33714
|
provider?: string | undefined;
|
|
33616
33715
|
}>, "many">>;
|
|
33716
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
33617
33717
|
}, "strip", z.ZodTypeAny, {
|
|
33618
33718
|
task: {
|
|
33619
33719
|
taskId: string;
|
|
@@ -33729,6 +33829,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33729
33829
|
defaultBranch?: string | undefined;
|
|
33730
33830
|
} | undefined;
|
|
33731
33831
|
providerProfile?: string | undefined;
|
|
33832
|
+
isCloudAgent?: boolean | undefined;
|
|
33732
33833
|
}, {
|
|
33733
33834
|
task: {
|
|
33734
33835
|
taskId: string;
|
|
@@ -33844,6 +33945,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33844
33945
|
defaultBranch?: string | undefined;
|
|
33845
33946
|
} | undefined;
|
|
33846
33947
|
providerProfile?: string | undefined;
|
|
33948
|
+
isCloudAgent?: boolean | undefined;
|
|
33847
33949
|
}>;
|
|
33848
33950
|
timestamp: z.ZodNumber;
|
|
33849
33951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33964,6 +34066,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33964
34066
|
defaultBranch?: string | undefined;
|
|
33965
34067
|
} | undefined;
|
|
33966
34068
|
providerProfile?: string | undefined;
|
|
34069
|
+
isCloudAgent?: boolean | undefined;
|
|
33967
34070
|
};
|
|
33968
34071
|
}, {
|
|
33969
34072
|
type: ExtensionBridgeEventName.TaskTokenUsageUpdated;
|
|
@@ -34083,6 +34186,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34083
34186
|
defaultBranch?: string | undefined;
|
|
34084
34187
|
} | undefined;
|
|
34085
34188
|
providerProfile?: string | undefined;
|
|
34189
|
+
isCloudAgent?: boolean | undefined;
|
|
34086
34190
|
};
|
|
34087
34191
|
}>, z.ZodObject<{
|
|
34088
34192
|
type: z.ZodLiteral<ExtensionBridgeEventName.ModeChanged>;
|
|
@@ -34561,6 +34665,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34561
34665
|
name: string;
|
|
34562
34666
|
provider?: string | undefined;
|
|
34563
34667
|
}>, "many">>;
|
|
34668
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
34564
34669
|
}, "strip", z.ZodTypeAny, {
|
|
34565
34670
|
task: {
|
|
34566
34671
|
taskId: string;
|
|
@@ -34676,6 +34781,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34676
34781
|
defaultBranch?: string | undefined;
|
|
34677
34782
|
} | undefined;
|
|
34678
34783
|
providerProfile?: string | undefined;
|
|
34784
|
+
isCloudAgent?: boolean | undefined;
|
|
34679
34785
|
}, {
|
|
34680
34786
|
task: {
|
|
34681
34787
|
taskId: string;
|
|
@@ -34791,6 +34897,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34791
34897
|
defaultBranch?: string | undefined;
|
|
34792
34898
|
} | undefined;
|
|
34793
34899
|
providerProfile?: string | undefined;
|
|
34900
|
+
isCloudAgent?: boolean | undefined;
|
|
34794
34901
|
}>;
|
|
34795
34902
|
mode: z.ZodString;
|
|
34796
34903
|
timestamp: z.ZodNumber;
|
|
@@ -34913,6 +35020,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34913
35020
|
defaultBranch?: string | undefined;
|
|
34914
35021
|
} | undefined;
|
|
34915
35022
|
providerProfile?: string | undefined;
|
|
35023
|
+
isCloudAgent?: boolean | undefined;
|
|
34916
35024
|
};
|
|
34917
35025
|
}, {
|
|
34918
35026
|
type: ExtensionBridgeEventName.ModeChanged;
|
|
@@ -35033,6 +35141,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35033
35141
|
defaultBranch?: string | undefined;
|
|
35034
35142
|
} | undefined;
|
|
35035
35143
|
providerProfile?: string | undefined;
|
|
35144
|
+
isCloudAgent?: boolean | undefined;
|
|
35036
35145
|
};
|
|
35037
35146
|
}>, z.ZodObject<{
|
|
35038
35147
|
type: z.ZodLiteral<ExtensionBridgeEventName.ProviderProfileChanged>;
|
|
@@ -35511,6 +35620,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35511
35620
|
name: string;
|
|
35512
35621
|
provider?: string | undefined;
|
|
35513
35622
|
}>, "many">>;
|
|
35623
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
35514
35624
|
}, "strip", z.ZodTypeAny, {
|
|
35515
35625
|
task: {
|
|
35516
35626
|
taskId: string;
|
|
@@ -35626,6 +35736,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35626
35736
|
defaultBranch?: string | undefined;
|
|
35627
35737
|
} | undefined;
|
|
35628
35738
|
providerProfile?: string | undefined;
|
|
35739
|
+
isCloudAgent?: boolean | undefined;
|
|
35629
35740
|
}, {
|
|
35630
35741
|
task: {
|
|
35631
35742
|
taskId: string;
|
|
@@ -35741,6 +35852,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35741
35852
|
defaultBranch?: string | undefined;
|
|
35742
35853
|
} | undefined;
|
|
35743
35854
|
providerProfile?: string | undefined;
|
|
35855
|
+
isCloudAgent?: boolean | undefined;
|
|
35744
35856
|
}>;
|
|
35745
35857
|
providerProfile: z.ZodObject<{
|
|
35746
35858
|
name: z.ZodString;
|
|
@@ -35875,6 +35987,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35875
35987
|
defaultBranch?: string | undefined;
|
|
35876
35988
|
} | undefined;
|
|
35877
35989
|
providerProfile?: string | undefined;
|
|
35990
|
+
isCloudAgent?: boolean | undefined;
|
|
35878
35991
|
};
|
|
35879
35992
|
}, {
|
|
35880
35993
|
type: ExtensionBridgeEventName.ProviderProfileChanged;
|
|
@@ -35998,6 +36111,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35998
36111
|
defaultBranch?: string | undefined;
|
|
35999
36112
|
} | undefined;
|
|
36000
36113
|
providerProfile?: string | undefined;
|
|
36114
|
+
isCloudAgent?: boolean | undefined;
|
|
36001
36115
|
};
|
|
36002
36116
|
}>, z.ZodObject<{
|
|
36003
36117
|
type: z.ZodLiteral<ExtensionBridgeEventName.InstanceRegistered>;
|
|
@@ -36476,6 +36590,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36476
36590
|
name: string;
|
|
36477
36591
|
provider?: string | undefined;
|
|
36478
36592
|
}>, "many">>;
|
|
36593
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
36479
36594
|
}, "strip", z.ZodTypeAny, {
|
|
36480
36595
|
task: {
|
|
36481
36596
|
taskId: string;
|
|
@@ -36591,6 +36706,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36591
36706
|
defaultBranch?: string | undefined;
|
|
36592
36707
|
} | undefined;
|
|
36593
36708
|
providerProfile?: string | undefined;
|
|
36709
|
+
isCloudAgent?: boolean | undefined;
|
|
36594
36710
|
}, {
|
|
36595
36711
|
task: {
|
|
36596
36712
|
taskId: string;
|
|
@@ -36706,6 +36822,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36706
36822
|
defaultBranch?: string | undefined;
|
|
36707
36823
|
} | undefined;
|
|
36708
36824
|
providerProfile?: string | undefined;
|
|
36825
|
+
isCloudAgent?: boolean | undefined;
|
|
36709
36826
|
}>;
|
|
36710
36827
|
timestamp: z.ZodNumber;
|
|
36711
36828
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36826,6 +36943,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36826
36943
|
defaultBranch?: string | undefined;
|
|
36827
36944
|
} | undefined;
|
|
36828
36945
|
providerProfile?: string | undefined;
|
|
36946
|
+
isCloudAgent?: boolean | undefined;
|
|
36829
36947
|
};
|
|
36830
36948
|
}, {
|
|
36831
36949
|
type: ExtensionBridgeEventName.InstanceRegistered;
|
|
@@ -36945,6 +37063,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36945
37063
|
defaultBranch?: string | undefined;
|
|
36946
37064
|
} | undefined;
|
|
36947
37065
|
providerProfile?: string | undefined;
|
|
37066
|
+
isCloudAgent?: boolean | undefined;
|
|
36948
37067
|
};
|
|
36949
37068
|
}>, z.ZodObject<{
|
|
36950
37069
|
type: z.ZodLiteral<ExtensionBridgeEventName.InstanceUnregistered>;
|
|
@@ -37423,6 +37542,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37423
37542
|
name: string;
|
|
37424
37543
|
provider?: string | undefined;
|
|
37425
37544
|
}>, "many">>;
|
|
37545
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
37426
37546
|
}, "strip", z.ZodTypeAny, {
|
|
37427
37547
|
task: {
|
|
37428
37548
|
taskId: string;
|
|
@@ -37538,6 +37658,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37538
37658
|
defaultBranch?: string | undefined;
|
|
37539
37659
|
} | undefined;
|
|
37540
37660
|
providerProfile?: string | undefined;
|
|
37661
|
+
isCloudAgent?: boolean | undefined;
|
|
37541
37662
|
}, {
|
|
37542
37663
|
task: {
|
|
37543
37664
|
taskId: string;
|
|
@@ -37653,6 +37774,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37653
37774
|
defaultBranch?: string | undefined;
|
|
37654
37775
|
} | undefined;
|
|
37655
37776
|
providerProfile?: string | undefined;
|
|
37777
|
+
isCloudAgent?: boolean | undefined;
|
|
37656
37778
|
}>;
|
|
37657
37779
|
timestamp: z.ZodNumber;
|
|
37658
37780
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37773,6 +37895,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37773
37895
|
defaultBranch?: string | undefined;
|
|
37774
37896
|
} | undefined;
|
|
37775
37897
|
providerProfile?: string | undefined;
|
|
37898
|
+
isCloudAgent?: boolean | undefined;
|
|
37776
37899
|
};
|
|
37777
37900
|
}, {
|
|
37778
37901
|
type: ExtensionBridgeEventName.InstanceUnregistered;
|
|
@@ -37892,6 +38015,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37892
38015
|
defaultBranch?: string | undefined;
|
|
37893
38016
|
} | undefined;
|
|
37894
38017
|
providerProfile?: string | undefined;
|
|
38018
|
+
isCloudAgent?: boolean | undefined;
|
|
37895
38019
|
};
|
|
37896
38020
|
}>, z.ZodObject<{
|
|
37897
38021
|
type: z.ZodLiteral<ExtensionBridgeEventName.HeartbeatUpdated>;
|
|
@@ -38370,6 +38494,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38370
38494
|
name: string;
|
|
38371
38495
|
provider?: string | undefined;
|
|
38372
38496
|
}>, "many">>;
|
|
38497
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
38373
38498
|
}, "strip", z.ZodTypeAny, {
|
|
38374
38499
|
task: {
|
|
38375
38500
|
taskId: string;
|
|
@@ -38485,6 +38610,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38485
38610
|
defaultBranch?: string | undefined;
|
|
38486
38611
|
} | undefined;
|
|
38487
38612
|
providerProfile?: string | undefined;
|
|
38613
|
+
isCloudAgent?: boolean | undefined;
|
|
38488
38614
|
}, {
|
|
38489
38615
|
task: {
|
|
38490
38616
|
taskId: string;
|
|
@@ -38600,6 +38726,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38600
38726
|
defaultBranch?: string | undefined;
|
|
38601
38727
|
} | undefined;
|
|
38602
38728
|
providerProfile?: string | undefined;
|
|
38729
|
+
isCloudAgent?: boolean | undefined;
|
|
38603
38730
|
}>;
|
|
38604
38731
|
timestamp: z.ZodNumber;
|
|
38605
38732
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38720,6 +38847,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38720
38847
|
defaultBranch?: string | undefined;
|
|
38721
38848
|
} | undefined;
|
|
38722
38849
|
providerProfile?: string | undefined;
|
|
38850
|
+
isCloudAgent?: boolean | undefined;
|
|
38723
38851
|
};
|
|
38724
38852
|
}, {
|
|
38725
38853
|
type: ExtensionBridgeEventName.HeartbeatUpdated;
|
|
@@ -38839,6 +38967,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38839
38967
|
defaultBranch?: string | undefined;
|
|
38840
38968
|
} | undefined;
|
|
38841
38969
|
providerProfile?: string | undefined;
|
|
38970
|
+
isCloudAgent?: boolean | undefined;
|
|
38842
38971
|
};
|
|
38843
38972
|
}>]>;
|
|
38844
38973
|
type ExtensionBridgeEvent = z.infer<typeof extensionBridgeEventSchema>;
|