@opencode-ai/protocol 0.0.0-next-16255 → 0.0.0-next-16273

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.
@@ -10,24 +10,24 @@ export declare const GenerateGroup: HttpApiGroup.HttpApiGroup<"server.generate",
10
10
  readonly prompt: Schema.String;
11
11
  readonly model: Schema.optional<Schema.Struct<{
12
12
  readonly id: Schema.brand<Schema.String, "Model.ID">;
13
- readonly providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
14
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
15
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
16
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
17
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
18
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
19
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
20
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
21
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
22
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
23
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
24
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
13
+ readonly providerID: Schema.brand<Schema.String, "Provider.ID"> & {
14
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
15
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
16
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
17
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
18
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
19
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
20
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
21
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
22
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
23
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
24
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
25
25
  };
26
26
  readonly variant: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Model.VariantID">>>, Schema.optionalKey<Schema.brand<Schema.String, "Model.VariantID">>, never, never>;
27
27
  }> & {
28
28
  parse: (input: string) => {
29
29
  readonly id: string & import("effect/Brand").Brand<"Model.ID">;
30
- readonly providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
30
+ readonly providerID: string & import("effect/Brand").Brand<"Provider.ID">;
31
31
  readonly variant?: (string & import("effect/Brand").Brand<"Model.VariantID">) | undefined;
32
32
  };
33
33
  }>;
@@ -31,69 +31,69 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
31
31
  readonly type: Schema.tag<"model-switched">;
32
32
  readonly model: Schema.Struct<{
33
33
  readonly id: Schema.brand<Schema.String, "Model.ID">;
34
- readonly providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
35
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
36
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
37
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
38
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
39
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
40
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
41
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
42
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
43
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
44
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
45
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
34
+ readonly providerID: Schema.brand<Schema.String, "Provider.ID"> & {
35
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
36
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
37
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
38
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
39
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
40
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
41
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
42
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
43
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
44
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
45
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
46
46
  };
47
47
  readonly variant: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Model.VariantID">>>, Schema.optionalKey<Schema.brand<Schema.String, "Model.VariantID">>, never, never>;
48
48
  }> & {
49
49
  parse: (input: string) => {
50
50
  readonly id: string & import("effect/Brand").Brand<"Model.ID">;
51
- readonly providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
51
+ readonly providerID: string & import("effect/Brand").Brand<"Provider.ID">;
52
52
  readonly variant?: (string & import("effect/Brand").Brand<"Model.VariantID">) | undefined;
53
53
  };
54
54
  };
55
55
  readonly previous: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
56
56
  readonly id: Schema.brand<Schema.String, "Model.ID">;
57
- readonly providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
58
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
59
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
60
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
61
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
62
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
63
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
64
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
65
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
66
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
67
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
68
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
57
+ readonly providerID: Schema.brand<Schema.String, "Provider.ID"> & {
58
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
59
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
60
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
61
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
62
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
63
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
64
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
65
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
66
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
67
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
68
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
69
69
  };
70
70
  readonly variant: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Model.VariantID">>>, Schema.optionalKey<Schema.brand<Schema.String, "Model.VariantID">>, never, never>;
71
71
  }> & {
72
72
  parse: (input: string) => {
73
73
  readonly id: string & import("effect/Brand").Brand<"Model.ID">;
74
- readonly providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
74
+ readonly providerID: string & import("effect/Brand").Brand<"Provider.ID">;
75
75
  readonly variant?: (string & import("effect/Brand").Brand<"Model.VariantID">) | undefined;
76
76
  };
77
77
  }>>, Schema.optionalKey<Schema.Struct<{
78
78
  readonly id: Schema.brand<Schema.String, "Model.ID">;
79
- readonly providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
80
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
81
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
82
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
83
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
84
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
85
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
86
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
87
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
88
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
89
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
90
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
79
+ readonly providerID: Schema.brand<Schema.String, "Provider.ID"> & {
80
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
81
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
82
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
83
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
84
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
85
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
86
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
87
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
88
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
89
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
90
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
91
91
  };
92
92
  readonly variant: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Model.VariantID">>>, Schema.optionalKey<Schema.brand<Schema.String, "Model.VariantID">>, never, never>;
93
93
  }> & {
94
94
  parse: (input: string) => {
95
95
  readonly id: string & import("effect/Brand").Brand<"Model.ID">;
96
- readonly providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
96
+ readonly providerID: string & import("effect/Brand").Brand<"Provider.ID">;
97
97
  readonly variant?: (string & import("effect/Brand").Brand<"Model.VariantID">) | undefined;
98
98
  };
99
99
  }>, never, never>;
@@ -130,20 +130,20 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
130
130
  }> & {
131
131
  create: (input: import("@opencode-ai/schema/prompt").FileAttachment) => {
132
132
  readonly data: string;
133
- readonly source: Schema.Struct.ReadonlySide<{
134
- readonly type: Schema.Literal<"inline">;
135
- }, "Type"> | Schema.Struct.ReadonlySide<{
136
- readonly type: Schema.Literal<"uri">;
137
- readonly uri: Schema.String;
138
- }, "Type">;
133
+ readonly source: {
134
+ readonly type: "inline";
135
+ } | {
136
+ readonly type: "uri";
137
+ readonly uri: string;
138
+ };
139
139
  readonly mime: string;
140
140
  readonly description?: string | undefined;
141
141
  readonly name?: string | undefined;
142
- readonly mention?: Schema.Struct.ReadonlySide<{
143
- readonly start: Schema.Finite;
144
- readonly end: Schema.Finite;
145
- readonly text: Schema.String;
146
- }, "Type"> | undefined;
142
+ readonly mention?: {
143
+ readonly start: number;
144
+ readonly end: number;
145
+ readonly text: string;
146
+ } | undefined;
147
147
  };
148
148
  }>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
149
149
  readonly data: Schema.String;
@@ -168,20 +168,20 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
168
168
  }> & {
169
169
  create: (input: import("@opencode-ai/schema/prompt").FileAttachment) => {
170
170
  readonly data: string;
171
- readonly source: Schema.Struct.ReadonlySide<{
172
- readonly type: Schema.Literal<"inline">;
173
- }, "Type"> | Schema.Struct.ReadonlySide<{
174
- readonly type: Schema.Literal<"uri">;
175
- readonly uri: Schema.String;
176
- }, "Type">;
171
+ readonly source: {
172
+ readonly type: "inline";
173
+ } | {
174
+ readonly type: "uri";
175
+ readonly uri: string;
176
+ };
177
177
  readonly mime: string;
178
178
  readonly description?: string | undefined;
179
179
  readonly name?: string | undefined;
180
- readonly mention?: Schema.Struct.ReadonlySide<{
181
- readonly start: Schema.Finite;
182
- readonly end: Schema.Finite;
183
- readonly text: Schema.String;
184
- }, "Type"> | undefined;
180
+ readonly mention?: {
181
+ readonly start: number;
182
+ readonly end: number;
183
+ readonly text: string;
184
+ } | undefined;
185
185
  };
186
186
  }>>, never, never>;
187
187
  readonly agents: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
@@ -286,24 +286,24 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
286
286
  readonly agent: Schema.brand<Schema.String, "Agent.ID">;
287
287
  readonly model: Schema.Struct<{
288
288
  readonly id: Schema.brand<Schema.String, "Model.ID">;
289
- readonly providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
290
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
291
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
292
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
293
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
294
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
295
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
296
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
297
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
298
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
299
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
300
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
289
+ readonly providerID: Schema.brand<Schema.String, "Provider.ID"> & {
290
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
291
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
292
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
293
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
294
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
295
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
296
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
297
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
298
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
299
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
300
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
301
301
  };
302
302
  readonly variant: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Model.VariantID">>>, Schema.optionalKey<Schema.brand<Schema.String, "Model.VariantID">>, never, never>;
303
303
  }> & {
304
304
  parse: (input: string) => {
305
305
  readonly id: string & import("effect/Brand").Brand<"Model.ID">;
306
- readonly providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
306
+ readonly providerID: string & import("effect/Brand").Brand<"Provider.ID">;
307
307
  readonly variant?: (string & import("effect/Brand").Brand<"Model.VariantID">) | undefined;
308
308
  };
309
309
  };
@@ -346,7 +346,7 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
346
346
  readonly type: Schema.Literal<"file">;
347
347
  readonly uri: Schema.String;
348
348
  readonly mime: Schema.String;
349
- readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
349
+ readonly name: Schema.optional<Schema.String>;
350
350
  }>]>>;
351
351
  readonly metadata: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
352
352
  }>, Schema.Struct<{
@@ -363,7 +363,7 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
363
363
  readonly type: Schema.Literal<"file">;
364
364
  readonly uri: Schema.String;
365
365
  readonly mime: Schema.String;
366
- readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
366
+ readonly name: Schema.optional<Schema.String>;
367
367
  }>]>>>>, Schema.optionalKey<Schema.NonEmptyArray<Schema.Union<readonly [Schema.Struct<{
368
368
  readonly type: Schema.Literal<"text">;
369
369
  readonly text: Schema.String;
@@ -371,7 +371,7 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
371
371
  readonly type: Schema.Literal<"file">;
372
372
  readonly uri: Schema.String;
373
373
  readonly mime: Schema.String;
374
- readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
374
+ readonly name: Schema.optional<Schema.String>;
375
375
  }>]>>>, never, never>;
376
376
  readonly metadata: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
377
377
  }>]>;
@@ -17,9 +17,9 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
17
17
  readonly output: Schema.$Array<Schema.String>;
18
18
  }>;
19
19
  readonly variants: Schema.$Array<Schema.Struct<{
20
- readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
20
+ readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
21
21
  readonly headers: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.String>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
22
- readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
22
+ readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
23
23
  readonly id: Schema.brand<Schema.String, "Model.VariantID">;
24
24
  }>>;
25
25
  readonly time: Schema.Struct<{
@@ -55,23 +55,23 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
55
55
  readonly input: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
56
56
  readonly output: Schema.Int;
57
57
  }>;
58
- readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
58
+ readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
59
59
  readonly headers: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.String>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
60
- readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
60
+ readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
61
61
  readonly id: Schema.brand<Schema.String, "Model.ID">;
62
62
  readonly modelID: Schema.brand<Schema.String, "Model.ID">;
63
- readonly providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
64
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
65
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
66
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
67
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
68
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
69
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
70
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
71
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
72
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
73
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
74
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
63
+ readonly providerID: Schema.brand<Schema.String, "Provider.ID"> & {
64
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
65
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
66
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
67
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
68
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
69
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
70
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
71
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
72
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
73
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
74
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
75
75
  };
76
76
  readonly family: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Model.Family">>>, Schema.optionalKey<Schema.brand<Schema.String, "Model.Family">>, never, never>;
77
77
  readonly name: Schema.String;
@@ -85,7 +85,7 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
85
85
  default: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
86
86
  id: string & import("effect/Brand").Brand<"Model.ID">;
87
87
  modelID: string & import("effect/Brand").Brand<"Model.ID">;
88
- providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
88
+ providerID: string & import("effect/Brand").Brand<"Provider.ID">;
89
89
  name: string & import("effect/Brand").Brand<"Model.ID">;
90
90
  capabilities: {
91
91
  tools: true;
@@ -119,9 +119,9 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
119
119
  readonly output: Schema.$Array<Schema.String>;
120
120
  }>;
121
121
  readonly variants: Schema.$Array<Schema.Struct<{
122
- readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
122
+ readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
123
123
  readonly headers: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.String>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
124
- readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
124
+ readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
125
125
  readonly id: Schema.brand<Schema.String, "Model.VariantID">;
126
126
  }>>;
127
127
  readonly time: Schema.Struct<{
@@ -157,23 +157,23 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
157
157
  readonly input: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
158
158
  readonly output: Schema.Int;
159
159
  }>;
160
- readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
160
+ readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
161
161
  readonly headers: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.String>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
162
- readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
162
+ readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
163
163
  readonly id: Schema.brand<Schema.String, "Model.ID">;
164
164
  readonly modelID: Schema.brand<Schema.String, "Model.ID">;
165
- readonly providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
166
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
167
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
168
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
169
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
170
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
171
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
172
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
173
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
174
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
175
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
176
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
165
+ readonly providerID: Schema.brand<Schema.String, "Provider.ID"> & {
166
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
167
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
168
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
169
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
170
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
171
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
172
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
173
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
174
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
175
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
176
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
177
177
  };
178
178
  readonly family: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Model.Family">>>, Schema.optionalKey<Schema.brand<Schema.String, "Model.Family">>, never, never>;
179
179
  readonly name: Schema.String;
@@ -187,7 +187,7 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
187
187
  default: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
188
188
  id: string & import("effect/Brand").Brand<"Model.ID">;
189
189
  modelID: string & import("effect/Brand").Brand<"Model.ID">;
190
- providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
190
+ providerID: string & import("effect/Brand").Brand<"Provider.ID">;
191
191
  name: string & import("effect/Brand").Brand<"Model.ID">;
192
192
  capabilities: {
193
193
  tools: true;
@@ -27,8 +27,8 @@ export declare const makePermissionGroup: <LocationId extends HttpApiMiddleware.
27
27
  readonly messageID: Schema.String;
28
28
  readonly callID: Schema.String;
29
29
  }>]>>, never, never>;
30
- readonly id: Schema.brand<Schema.String, "PermissionV2.ID"> & {
31
- create: (id?: string) => string & import("effect/Brand").Brand<"PermissionV2.ID">;
30
+ readonly id: Schema.brand<Schema.String, "Permission.ID"> & {
31
+ create: (id?: string) => string & import("effect/Brand").Brand<"Permission.ID">;
32
32
  };
33
33
  }>>;
34
34
  }>>, never, LocationId, HttpApiMiddleware.Requires<LocationId>> | HttpApiEndpoint.HttpApiEndpoint<"permission.saved.list", "GET", "/api/permission/saved", never, Schema.toCodecStringTree<Schema.Struct<{
@@ -56,8 +56,8 @@ export declare const makePermissionGroup: <LocationId extends HttpApiMiddleware.
56
56
  descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
57
57
  };
58
58
  }>>, never, Schema.toCodecJson<Schema.Struct<{
59
- readonly id: Schema.optional<Schema.brand<Schema.String, "PermissionV2.ID"> & {
60
- create: (id?: string) => string & import("effect/Brand").Brand<"PermissionV2.ID">;
59
+ readonly id: Schema.optional<Schema.brand<Schema.String, "Permission.ID"> & {
60
+ create: (id?: string) => string & import("effect/Brand").Brand<"Permission.ID">;
61
61
  }>;
62
62
  readonly action: Schema.String;
63
63
  readonly resources: Schema.$Array<Schema.String>;
@@ -75,8 +75,8 @@ export declare const makePermissionGroup: <LocationId extends HttpApiMiddleware.
75
75
  readonly agent: Schema.optional<Schema.brand<Schema.String, "Agent.ID">>;
76
76
  }>>, never, Schema.toCodecJson<Schema.Struct<{
77
77
  readonly data: Schema.Struct<{
78
- readonly id: Schema.brand<Schema.String, "PermissionV2.ID"> & {
79
- create: (id?: string) => string & import("effect/Brand").Brand<"PermissionV2.ID">;
78
+ readonly id: Schema.brand<Schema.String, "Permission.ID"> & {
79
+ create: (id?: string) => string & import("effect/Brand").Brand<"Permission.ID">;
80
80
  };
81
81
  readonly effect: Schema.Literals<readonly ["allow", "deny", "ask"]>;
82
82
  }>;
@@ -104,8 +104,8 @@ export declare const makePermissionGroup: <LocationId extends HttpApiMiddleware.
104
104
  readonly messageID: Schema.String;
105
105
  readonly callID: Schema.String;
106
106
  }>]>>, never, never>;
107
- readonly id: Schema.brand<Schema.String, "PermissionV2.ID"> & {
108
- create: (id?: string) => string & import("effect/Brand").Brand<"PermissionV2.ID">;
107
+ readonly id: Schema.brand<Schema.String, "Permission.ID"> & {
108
+ create: (id?: string) => string & import("effect/Brand").Brand<"Permission.ID">;
109
109
  };
110
110
  }>>;
111
111
  }>>, Schema.toCodecJson<typeof SessionNotFoundError>, SessionLocationId, HttpApiMiddleware.Requires<SessionLocationId>> | HttpApiEndpoint.HttpApiEndpoint<"session.permission.get", "GET", "/api/session/:sessionID/permission/:requestID", Schema.toCodecStringTree<Schema.Struct<{
@@ -113,8 +113,8 @@ export declare const makePermissionGroup: <LocationId extends HttpApiMiddleware.
113
113
  create: () => string & import("effect/Brand").Brand<"SessionID">;
114
114
  descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
115
115
  };
116
- requestID: Schema.brand<Schema.String, "PermissionV2.ID"> & {
117
- create: (id?: string) => string & import("effect/Brand").Brand<"PermissionV2.ID">;
116
+ requestID: Schema.brand<Schema.String, "Permission.ID"> & {
117
+ create: (id?: string) => string & import("effect/Brand").Brand<"Permission.ID">;
118
118
  };
119
119
  }>>, never, never, never, Schema.toCodecJson<Schema.Struct<{
120
120
  readonly data: Schema.Struct<{
@@ -135,8 +135,8 @@ export declare const makePermissionGroup: <LocationId extends HttpApiMiddleware.
135
135
  readonly messageID: Schema.String;
136
136
  readonly callID: Schema.String;
137
137
  }>]>>, never, never>;
138
- readonly id: Schema.brand<Schema.String, "PermissionV2.ID"> & {
139
- create: (id?: string) => string & import("effect/Brand").Brand<"PermissionV2.ID">;
138
+ readonly id: Schema.brand<Schema.String, "Permission.ID"> & {
139
+ create: (id?: string) => string & import("effect/Brand").Brand<"Permission.ID">;
140
140
  };
141
141
  }>;
142
142
  }>>, Schema.toCodecJson<typeof SessionNotFoundError | typeof PermissionNotFoundError>, SessionLocationId, HttpApiMiddleware.Requires<SessionLocationId>> | HttpApiEndpoint.HttpApiEndpoint<"session.permission.reply", "POST", "/api/session/:sessionID/permission/:requestID/reply", Schema.toCodecStringTree<Schema.Struct<{
@@ -144,8 +144,8 @@ export declare const makePermissionGroup: <LocationId extends HttpApiMiddleware.
144
144
  create: () => string & import("effect/Brand").Brand<"SessionID">;
145
145
  descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
146
146
  };
147
- requestID: Schema.brand<Schema.String, "PermissionV2.ID"> & {
148
- create: (id?: string) => string & import("effect/Brand").Brand<"PermissionV2.ID">;
147
+ requestID: Schema.brand<Schema.String, "Permission.ID"> & {
148
+ create: (id?: string) => string & import("effect/Brand").Brand<"Permission.ID">;
149
149
  };
150
150
  }>>, never, Schema.toCodecJson<Schema.Struct<{
151
151
  readonly reply: Schema.Literals<readonly ["once", "always", "reject"]>;
@@ -11,21 +11,21 @@ export declare const ProviderGroup: HttpApiGroup.HttpApiGroup<"server.provider",
11
11
  }>>, never, never, Schema.toCodecJson<Schema.Struct<{
12
12
  readonly location: typeof Location.Info;
13
13
  readonly data: Schema.$Array<Schema.Struct<{
14
- readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
14
+ readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
15
15
  readonly headers: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.String>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
16
- readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
17
- readonly id: Schema.brand<Schema.String, "ProviderV2.ID"> & {
18
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
19
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
20
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
21
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
22
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
23
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
24
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
25
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
26
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
27
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
28
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
16
+ readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
17
+ readonly id: Schema.brand<Schema.String, "Provider.ID"> & {
18
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
19
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
20
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
21
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
22
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
23
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
24
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
25
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
26
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
27
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
28
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
29
29
  };
30
30
  readonly integrationID: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Integration.ID">>>, Schema.optionalKey<Schema.brand<Schema.String, "Integration.ID">>, never, never>;
31
31
  readonly name: Schema.String;
@@ -35,18 +35,18 @@ export declare const ProviderGroup: HttpApiGroup.HttpApiGroup<"server.provider",
35
35
  empty: (id: Provider.ID) => Provider.Info;
36
36
  }>;
37
37
  }>>, Schema.toCodecJson<typeof ServiceUnavailableError>, never, never> | HttpApiEndpoint.HttpApiEndpoint<"provider.get", "GET", "/api/provider/:providerID", Schema.toCodecStringTree<Schema.Struct<{
38
- providerID: Schema.brand<Schema.String, "ProviderV2.ID"> & {
39
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
40
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
41
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
42
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
43
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
44
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
45
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
46
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
47
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
48
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
49
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
38
+ providerID: Schema.brand<Schema.String, "Provider.ID"> & {
39
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
40
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
41
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
42
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
43
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
44
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
45
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
46
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
47
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
48
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
49
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
50
50
  };
51
51
  }>>, Schema.toCodecStringTree<Schema.Struct<{
52
52
  readonly location: Schema.optional<Schema.Struct<{
@@ -56,21 +56,21 @@ export declare const ProviderGroup: HttpApiGroup.HttpApiGroup<"server.provider",
56
56
  }>>, never, never, Schema.toCodecJson<Schema.Struct<{
57
57
  readonly location: typeof Location.Info;
58
58
  readonly data: Schema.Struct<{
59
- readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
59
+ readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
60
60
  readonly headers: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.String>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>, never, never>;
61
- readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Codec<Schema.Json, Schema.Json, never, never>>>, never, never>;
62
- readonly id: Schema.brand<Schema.String, "ProviderV2.ID"> & {
63
- opencode: string & import("effect/Brand").Brand<"ProviderV2.ID">;
64
- anthropic: string & import("effect/Brand").Brand<"ProviderV2.ID">;
65
- openai: string & import("effect/Brand").Brand<"ProviderV2.ID">;
66
- google: string & import("effect/Brand").Brand<"ProviderV2.ID">;
67
- googleVertex: string & import("effect/Brand").Brand<"ProviderV2.ID">;
68
- githubCopilot: string & import("effect/Brand").Brand<"ProviderV2.ID">;
69
- amazonBedrock: string & import("effect/Brand").Brand<"ProviderV2.ID">;
70
- azure: string & import("effect/Brand").Brand<"ProviderV2.ID">;
71
- openrouter: string & import("effect/Brand").Brand<"ProviderV2.ID">;
72
- mistral: string & import("effect/Brand").Brand<"ProviderV2.ID">;
73
- gitlab: string & import("effect/Brand").Brand<"ProviderV2.ID">;
61
+ readonly body: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
62
+ readonly id: Schema.brand<Schema.String, "Provider.ID"> & {
63
+ opencode: string & import("effect/Brand").Brand<"Provider.ID">;
64
+ anthropic: string & import("effect/Brand").Brand<"Provider.ID">;
65
+ openai: string & import("effect/Brand").Brand<"Provider.ID">;
66
+ google: string & import("effect/Brand").Brand<"Provider.ID">;
67
+ googleVertex: string & import("effect/Brand").Brand<"Provider.ID">;
68
+ githubCopilot: string & import("effect/Brand").Brand<"Provider.ID">;
69
+ amazonBedrock: string & import("effect/Brand").Brand<"Provider.ID">;
70
+ azure: string & import("effect/Brand").Brand<"Provider.ID">;
71
+ openrouter: string & import("effect/Brand").Brand<"Provider.ID">;
72
+ mistral: string & import("effect/Brand").Brand<"Provider.ID">;
73
+ gitlab: string & import("effect/Brand").Brand<"Provider.ID">;
74
74
  };
75
75
  readonly integrationID: Schema.decodeTo<Schema.optional<Schema.toType<Schema.brand<Schema.String, "Integration.ID">>>, Schema.optionalKey<Schema.brand<Schema.String, "Integration.ID">>, never, never>;
76
76
  readonly name: Schema.String;