oh-my-claudecode 0.2.8 → 0.2.10
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/README.md +170 -68
- package/commands/cthulhu.md +9 -1
- package/commands/invoke-shub.md +8 -2
- package/commands/shoggoth.md +15 -25
- package/commands/yog-sothoth.md +18 -25
- package/dist/agents/render.d.ts +11 -0
- package/dist/agents/render.d.ts.map +1 -0
- package/dist/agents/render.js +69 -0
- package/dist/agents/render.js.map +1 -0
- package/dist/cli/dashboard.d.ts +12 -0
- package/dist/cli/dashboard.d.ts.map +1 -0
- package/dist/cli/dashboard.js +58 -0
- package/dist/cli/dashboard.js.map +1 -0
- package/dist/cli/doctor.d.ts +11 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +203 -34
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/index.js +72 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/install.d.ts +6 -0
- package/dist/cli/install.d.ts.map +1 -1
- package/dist/cli/install.js +211 -44
- package/dist/cli/install.js.map +1 -1
- package/dist/cli/lint.d.ts +26 -0
- package/dist/cli/lint.d.ts.map +1 -0
- package/dist/cli/lint.js +86 -0
- package/dist/cli/lint.js.map +1 -0
- package/dist/cli/stats.d.ts +56 -0
- package/dist/cli/stats.d.ts.map +1 -0
- package/dist/cli/stats.js +198 -0
- package/dist/cli/stats.js.map +1 -0
- package/dist/cli/sync.d.ts +44 -0
- package/dist/cli/sync.d.ts.map +1 -0
- package/dist/cli/sync.js +154 -0
- package/dist/cli/sync.js.map +1 -0
- package/dist/config/schema.d.ts +337 -331
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/config/schema.js +14 -10
- package/dist/config/schema.js.map +1 -1
- package/dist/features/block-summarizer/index.js +1 -0
- package/dist/features/block-summarizer/index.js.map +1 -1
- package/dist/features/yith-archive/config.d.ts.map +1 -1
- package/dist/features/yith-archive/config.js +11 -15
- package/dist/features/yith-archive/config.js.map +1 -1
- package/dist/features/yith-archive/eval/schemas.d.ts +2 -2
- package/dist/features/yith-archive/functions/migrate.d.ts.map +1 -1
- package/dist/features/yith-archive/functions/migrate.js +7 -3
- package/dist/features/yith-archive/functions/migrate.js.map +1 -1
- package/dist/features/yith-archive/functions/opencode-import.d.ts.map +1 -1
- package/dist/features/yith-archive/functions/opencode-import.js +54 -27
- package/dist/features/yith-archive/functions/opencode-import.js.map +1 -1
- package/dist/features/yith-archive/functions/smart-search.js.map +1 -1
- package/dist/features/yith-archive/functions/temporal-graph.d.ts.map +1 -1
- package/dist/features/yith-archive/functions/temporal-graph.js +1 -0
- package/dist/features/yith-archive/functions/temporal-graph.js.map +1 -1
- package/dist/features/yith-archive/providers/embedding/local.d.ts +16 -5
- package/dist/features/yith-archive/providers/embedding/local.d.ts.map +1 -1
- package/dist/features/yith-archive/providers/embedding/local.js +29 -11
- package/dist/features/yith-archive/providers/embedding/local.js.map +1 -1
- package/dist/features/yith-archive/state/fake-sdk.d.ts.map +1 -1
- package/dist/features/yith-archive/state/fake-sdk.js.map +1 -1
- package/dist/features/yith-archive/state/reranker.d.ts.map +1 -1
- package/dist/features/yith-archive/state/reranker.js +9 -2
- package/dist/features/yith-archive/state/reranker.js.map +1 -1
- package/dist/features/yith-archive/state/vector-index.d.ts.map +1 -1
- package/dist/features/yith-archive/state/vector-index.js +1 -0
- package/dist/features/yith-archive/state/vector-index.js.map +1 -1
- package/dist/hooks/agent-sync.d.ts +16 -0
- package/dist/hooks/agent-sync.d.ts.map +1 -0
- package/dist/hooks/agent-sync.js +42 -0
- package/dist/hooks/agent-sync.js.map +1 -0
- package/dist/hooks/comment-checker.d.ts +1 -1
- package/dist/hooks/comment-checker.d.ts.map +1 -1
- package/dist/hooks/comment-checker.js +10 -0
- package/dist/hooks/comment-checker.js.map +1 -1
- package/dist/hooks/cthulhu-auto.d.ts +1 -1
- package/dist/hooks/cthulhu-auto.d.ts.map +1 -1
- package/dist/hooks/cthulhu-auto.js +77 -8
- package/dist/hooks/cthulhu-auto.js.map +1 -1
- package/dist/hooks/cthulhu-preflight.d.ts.map +1 -1
- package/dist/hooks/cthulhu-preflight.js +6 -5
- package/dist/hooks/cthulhu-preflight.js.map +1 -1
- package/dist/hooks/design-detector-hook.d.ts +6 -5
- package/dist/hooks/design-detector-hook.d.ts.map +1 -1
- package/dist/hooks/design-detector-hook.js +27 -8
- package/dist/hooks/design-detector-hook.js.map +1 -1
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +43 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/web-research-hook.d.ts +6 -5
- package/dist/hooks/web-research-hook.d.ts.map +1 -1
- package/dist/hooks/web-research-hook.js +30 -9
- package/dist/hooks/web-research-hook.js.map +1 -1
- package/dist/hooks/write-guard.d.ts +1 -1
- package/dist/hooks/write-guard.d.ts.map +1 -1
- package/dist/hooks/write-guard.js +10 -0
- package/dist/hooks/write-guard.js.map +1 -1
- package/dist/hooks/yith-capture.d.ts +9 -3
- package/dist/hooks/yith-capture.d.ts.map +1 -1
- package/dist/hooks/yith-capture.js +43 -14
- package/dist/hooks/yith-capture.js.map +1 -1
- package/dist/index.d.ts +12 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -5
- package/dist/index.js.map +1 -1
- package/dist/linters/type-safety-ast.d.ts.map +1 -1
- package/dist/linters/type-safety-ast.js +42 -24
- package/dist/linters/type-safety-ast.js.map +1 -1
- package/dist/shared/ascii-logo.d.ts +24 -0
- package/dist/shared/ascii-logo.d.ts.map +1 -0
- package/dist/shared/ascii-logo.js +77 -0
- package/dist/shared/ascii-logo.js.map +1 -0
- package/dist/shared/model-resolution.d.ts +19 -6
- package/dist/shared/model-resolution.d.ts.map +1 -1
- package/dist/shared/model-resolution.js +25 -12
- package/dist/shared/model-resolution.js.map +1 -1
- package/package.json +9 -6
- package/tui/dashboard.tsx +504 -0
- package/tui/data.ts +180 -0
- package/tui/theme.ts +51 -0
- package/tui/tsconfig.json +15 -0
- package/tui/wizard.tsx +219 -0
- package/dist/plugin-handlers/config-handler.d.ts +0 -21
- package/dist/plugin-handlers/config-handler.d.ts.map +0 -1
- package/dist/plugin-handlers/config-handler.js +0 -33
- package/dist/plugin-handlers/config-handler.js.map +0 -1
- package/dist/plugin-handlers/index.d.ts +0 -2
- package/dist/plugin-handlers/index.d.ts.map +0 -1
- package/dist/plugin-handlers/index.js +0 -2
- package/dist/plugin-handlers/index.js.map +0 -1
package/dist/config/schema.d.ts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
|
|
2
|
+
/**
|
|
3
|
+
* Model field: the short tier aliases are canonical (Claude Code resolves
|
|
4
|
+
* them to the current model of each tier, so configs never go stale).
|
|
5
|
+
* A full `claude-*` ID is also accepted for users who want to pin an
|
|
6
|
+
* exact snapshot.
|
|
7
|
+
*/
|
|
8
|
+
export declare const ClaudeModelSchema: z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>;
|
|
3
9
|
export type ClaudeModel = z.infer<typeof ClaudeModelSchema>;
|
|
4
10
|
/** The 12 Elder God agents */
|
|
5
11
|
export declare const BuiltinAgentNameSchema: z.ZodEnum<["cthulhu", "nyarlathotep", "azathoth", "shub-niggurath", "hastur", "yog-sothoth", "dagon", "ithaqua", "tsathoggua", "shoggoth", "the-deep-one", "nodens"]>;
|
|
@@ -22,7 +28,7 @@ export declare const ThinkingConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22
28
|
type: "disabled";
|
|
23
29
|
}>]>;
|
|
24
30
|
export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
25
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
31
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
26
32
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
27
33
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
28
34
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -52,7 +58,7 @@ export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
|
52
58
|
type: "disabled";
|
|
53
59
|
}>]>>;
|
|
54
60
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
model?:
|
|
61
|
+
model?: string | undefined;
|
|
56
62
|
skills?: string[] | undefined;
|
|
57
63
|
temperature?: number | undefined;
|
|
58
64
|
top_p?: number | undefined;
|
|
@@ -72,7 +78,7 @@ export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
|
72
78
|
type: "disabled";
|
|
73
79
|
} | undefined;
|
|
74
80
|
}, {
|
|
75
|
-
model?:
|
|
81
|
+
model?: string | undefined;
|
|
76
82
|
skills?: string[] | undefined;
|
|
77
83
|
temperature?: number | undefined;
|
|
78
84
|
top_p?: number | undefined;
|
|
@@ -95,7 +101,7 @@ export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
|
95
101
|
export type AgentOverrideConfig = z.infer<typeof AgentOverrideConfigSchema>;
|
|
96
102
|
export declare const AgentOverridesSchema: z.ZodObject<{
|
|
97
103
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
104
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
99
105
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
100
106
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
101
107
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -125,7 +131,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
125
131
|
type: "disabled";
|
|
126
132
|
}>]>>;
|
|
127
133
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
-
model?:
|
|
134
|
+
model?: string | undefined;
|
|
129
135
|
skills?: string[] | undefined;
|
|
130
136
|
temperature?: number | undefined;
|
|
131
137
|
top_p?: number | undefined;
|
|
@@ -145,7 +151,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
145
151
|
type: "disabled";
|
|
146
152
|
} | undefined;
|
|
147
153
|
}, {
|
|
148
|
-
model?:
|
|
154
|
+
model?: string | undefined;
|
|
149
155
|
skills?: string[] | undefined;
|
|
150
156
|
temperature?: number | undefined;
|
|
151
157
|
top_p?: number | undefined;
|
|
@@ -166,7 +172,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
166
172
|
} | undefined;
|
|
167
173
|
}>>;
|
|
168
174
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
169
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
175
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
170
176
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
171
177
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
172
178
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -196,7 +202,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
196
202
|
type: "disabled";
|
|
197
203
|
}>]>>;
|
|
198
204
|
}, "strip", z.ZodTypeAny, {
|
|
199
|
-
model?:
|
|
205
|
+
model?: string | undefined;
|
|
200
206
|
skills?: string[] | undefined;
|
|
201
207
|
temperature?: number | undefined;
|
|
202
208
|
top_p?: number | undefined;
|
|
@@ -216,7 +222,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
216
222
|
type: "disabled";
|
|
217
223
|
} | undefined;
|
|
218
224
|
}, {
|
|
219
|
-
model?:
|
|
225
|
+
model?: string | undefined;
|
|
220
226
|
skills?: string[] | undefined;
|
|
221
227
|
temperature?: number | undefined;
|
|
222
228
|
top_p?: number | undefined;
|
|
@@ -237,7 +243,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
237
243
|
} | undefined;
|
|
238
244
|
}>>;
|
|
239
245
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
240
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
246
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
241
247
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
242
248
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
243
249
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -267,7 +273,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
267
273
|
type: "disabled";
|
|
268
274
|
}>]>>;
|
|
269
275
|
}, "strip", z.ZodTypeAny, {
|
|
270
|
-
model?:
|
|
276
|
+
model?: string | undefined;
|
|
271
277
|
skills?: string[] | undefined;
|
|
272
278
|
temperature?: number | undefined;
|
|
273
279
|
top_p?: number | undefined;
|
|
@@ -287,7 +293,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
287
293
|
type: "disabled";
|
|
288
294
|
} | undefined;
|
|
289
295
|
}, {
|
|
290
|
-
model?:
|
|
296
|
+
model?: string | undefined;
|
|
291
297
|
skills?: string[] | undefined;
|
|
292
298
|
temperature?: number | undefined;
|
|
293
299
|
top_p?: number | undefined;
|
|
@@ -308,7 +314,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
308
314
|
} | undefined;
|
|
309
315
|
}>>;
|
|
310
316
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
311
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
317
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
312
318
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
313
319
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
314
320
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -338,7 +344,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
338
344
|
type: "disabled";
|
|
339
345
|
}>]>>;
|
|
340
346
|
}, "strip", z.ZodTypeAny, {
|
|
341
|
-
model?:
|
|
347
|
+
model?: string | undefined;
|
|
342
348
|
skills?: string[] | undefined;
|
|
343
349
|
temperature?: number | undefined;
|
|
344
350
|
top_p?: number | undefined;
|
|
@@ -358,7 +364,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
358
364
|
type: "disabled";
|
|
359
365
|
} | undefined;
|
|
360
366
|
}, {
|
|
361
|
-
model?:
|
|
367
|
+
model?: string | undefined;
|
|
362
368
|
skills?: string[] | undefined;
|
|
363
369
|
temperature?: number | undefined;
|
|
364
370
|
top_p?: number | undefined;
|
|
@@ -379,7 +385,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
379
385
|
} | undefined;
|
|
380
386
|
}>>;
|
|
381
387
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
382
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
388
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
383
389
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
384
390
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
385
391
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -409,7 +415,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
409
415
|
type: "disabled";
|
|
410
416
|
}>]>>;
|
|
411
417
|
}, "strip", z.ZodTypeAny, {
|
|
412
|
-
model?:
|
|
418
|
+
model?: string | undefined;
|
|
413
419
|
skills?: string[] | undefined;
|
|
414
420
|
temperature?: number | undefined;
|
|
415
421
|
top_p?: number | undefined;
|
|
@@ -429,7 +435,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
429
435
|
type: "disabled";
|
|
430
436
|
} | undefined;
|
|
431
437
|
}, {
|
|
432
|
-
model?:
|
|
438
|
+
model?: string | undefined;
|
|
433
439
|
skills?: string[] | undefined;
|
|
434
440
|
temperature?: number | undefined;
|
|
435
441
|
top_p?: number | undefined;
|
|
@@ -450,7 +456,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
450
456
|
} | undefined;
|
|
451
457
|
}>>;
|
|
452
458
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
453
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
459
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
454
460
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
455
461
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
456
462
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -480,7 +486,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
480
486
|
type: "disabled";
|
|
481
487
|
}>]>>;
|
|
482
488
|
}, "strip", z.ZodTypeAny, {
|
|
483
|
-
model?:
|
|
489
|
+
model?: string | undefined;
|
|
484
490
|
skills?: string[] | undefined;
|
|
485
491
|
temperature?: number | undefined;
|
|
486
492
|
top_p?: number | undefined;
|
|
@@ -500,7 +506,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
500
506
|
type: "disabled";
|
|
501
507
|
} | undefined;
|
|
502
508
|
}, {
|
|
503
|
-
model?:
|
|
509
|
+
model?: string | undefined;
|
|
504
510
|
skills?: string[] | undefined;
|
|
505
511
|
temperature?: number | undefined;
|
|
506
512
|
top_p?: number | undefined;
|
|
@@ -521,7 +527,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
521
527
|
} | undefined;
|
|
522
528
|
}>>;
|
|
523
529
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
524
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
530
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
525
531
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
526
532
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
527
533
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -551,7 +557,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
551
557
|
type: "disabled";
|
|
552
558
|
}>]>>;
|
|
553
559
|
}, "strip", z.ZodTypeAny, {
|
|
554
|
-
model?:
|
|
560
|
+
model?: string | undefined;
|
|
555
561
|
skills?: string[] | undefined;
|
|
556
562
|
temperature?: number | undefined;
|
|
557
563
|
top_p?: number | undefined;
|
|
@@ -571,7 +577,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
571
577
|
type: "disabled";
|
|
572
578
|
} | undefined;
|
|
573
579
|
}, {
|
|
574
|
-
model?:
|
|
580
|
+
model?: string | undefined;
|
|
575
581
|
skills?: string[] | undefined;
|
|
576
582
|
temperature?: number | undefined;
|
|
577
583
|
top_p?: number | undefined;
|
|
@@ -592,7 +598,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
592
598
|
} | undefined;
|
|
593
599
|
}>>;
|
|
594
600
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
595
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
601
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
596
602
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
597
603
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
598
604
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -622,7 +628,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
622
628
|
type: "disabled";
|
|
623
629
|
}>]>>;
|
|
624
630
|
}, "strip", z.ZodTypeAny, {
|
|
625
|
-
model?:
|
|
631
|
+
model?: string | undefined;
|
|
626
632
|
skills?: string[] | undefined;
|
|
627
633
|
temperature?: number | undefined;
|
|
628
634
|
top_p?: number | undefined;
|
|
@@ -642,7 +648,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
642
648
|
type: "disabled";
|
|
643
649
|
} | undefined;
|
|
644
650
|
}, {
|
|
645
|
-
model?:
|
|
651
|
+
model?: string | undefined;
|
|
646
652
|
skills?: string[] | undefined;
|
|
647
653
|
temperature?: number | undefined;
|
|
648
654
|
top_p?: number | undefined;
|
|
@@ -663,7 +669,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
663
669
|
} | undefined;
|
|
664
670
|
}>>;
|
|
665
671
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
666
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
672
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
667
673
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
668
674
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
669
675
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -693,7 +699,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
693
699
|
type: "disabled";
|
|
694
700
|
}>]>>;
|
|
695
701
|
}, "strip", z.ZodTypeAny, {
|
|
696
|
-
model?:
|
|
702
|
+
model?: string | undefined;
|
|
697
703
|
skills?: string[] | undefined;
|
|
698
704
|
temperature?: number | undefined;
|
|
699
705
|
top_p?: number | undefined;
|
|
@@ -713,7 +719,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
713
719
|
type: "disabled";
|
|
714
720
|
} | undefined;
|
|
715
721
|
}, {
|
|
716
|
-
model?:
|
|
722
|
+
model?: string | undefined;
|
|
717
723
|
skills?: string[] | undefined;
|
|
718
724
|
temperature?: number | undefined;
|
|
719
725
|
top_p?: number | undefined;
|
|
@@ -734,7 +740,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
734
740
|
} | undefined;
|
|
735
741
|
}>>;
|
|
736
742
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
737
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
743
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
738
744
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
739
745
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
740
746
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -764,7 +770,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
764
770
|
type: "disabled";
|
|
765
771
|
}>]>>;
|
|
766
772
|
}, "strip", z.ZodTypeAny, {
|
|
767
|
-
model?:
|
|
773
|
+
model?: string | undefined;
|
|
768
774
|
skills?: string[] | undefined;
|
|
769
775
|
temperature?: number | undefined;
|
|
770
776
|
top_p?: number | undefined;
|
|
@@ -784,7 +790,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
784
790
|
type: "disabled";
|
|
785
791
|
} | undefined;
|
|
786
792
|
}, {
|
|
787
|
-
model?:
|
|
793
|
+
model?: string | undefined;
|
|
788
794
|
skills?: string[] | undefined;
|
|
789
795
|
temperature?: number | undefined;
|
|
790
796
|
top_p?: number | undefined;
|
|
@@ -805,7 +811,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
805
811
|
} | undefined;
|
|
806
812
|
}>>;
|
|
807
813
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
808
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
814
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
809
815
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
810
816
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
811
817
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -835,7 +841,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
835
841
|
type: "disabled";
|
|
836
842
|
}>]>>;
|
|
837
843
|
}, "strip", z.ZodTypeAny, {
|
|
838
|
-
model?:
|
|
844
|
+
model?: string | undefined;
|
|
839
845
|
skills?: string[] | undefined;
|
|
840
846
|
temperature?: number | undefined;
|
|
841
847
|
top_p?: number | undefined;
|
|
@@ -855,7 +861,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
855
861
|
type: "disabled";
|
|
856
862
|
} | undefined;
|
|
857
863
|
}, {
|
|
858
|
-
model?:
|
|
864
|
+
model?: string | undefined;
|
|
859
865
|
skills?: string[] | undefined;
|
|
860
866
|
temperature?: number | undefined;
|
|
861
867
|
top_p?: number | undefined;
|
|
@@ -876,7 +882,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
876
882
|
} | undefined;
|
|
877
883
|
}>>;
|
|
878
884
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
879
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
885
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
880
886
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
881
887
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
882
888
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -906,7 +912,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
906
912
|
type: "disabled";
|
|
907
913
|
}>]>>;
|
|
908
914
|
}, "strip", z.ZodTypeAny, {
|
|
909
|
-
model?:
|
|
915
|
+
model?: string | undefined;
|
|
910
916
|
skills?: string[] | undefined;
|
|
911
917
|
temperature?: number | undefined;
|
|
912
918
|
top_p?: number | undefined;
|
|
@@ -926,7 +932,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
926
932
|
type: "disabled";
|
|
927
933
|
} | undefined;
|
|
928
934
|
}, {
|
|
929
|
-
model?:
|
|
935
|
+
model?: string | undefined;
|
|
930
936
|
skills?: string[] | undefined;
|
|
931
937
|
temperature?: number | undefined;
|
|
932
938
|
top_p?: number | undefined;
|
|
@@ -947,7 +953,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
947
953
|
} | undefined;
|
|
948
954
|
}>>;
|
|
949
955
|
}, "strip", z.ZodObject<{
|
|
950
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
956
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
951
957
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
952
958
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
953
959
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -977,7 +983,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
977
983
|
type: "disabled";
|
|
978
984
|
}>]>>;
|
|
979
985
|
}, "strip", z.ZodTypeAny, {
|
|
980
|
-
model?:
|
|
986
|
+
model?: string | undefined;
|
|
981
987
|
skills?: string[] | undefined;
|
|
982
988
|
temperature?: number | undefined;
|
|
983
989
|
top_p?: number | undefined;
|
|
@@ -997,7 +1003,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
997
1003
|
type: "disabled";
|
|
998
1004
|
} | undefined;
|
|
999
1005
|
}, {
|
|
1000
|
-
model?:
|
|
1006
|
+
model?: string | undefined;
|
|
1001
1007
|
skills?: string[] | undefined;
|
|
1002
1008
|
temperature?: number | undefined;
|
|
1003
1009
|
top_p?: number | undefined;
|
|
@@ -1018,7 +1024,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1018
1024
|
} | undefined;
|
|
1019
1025
|
}>, z.objectOutputType<{
|
|
1020
1026
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
1021
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1027
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1022
1028
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1023
1029
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1024
1030
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1048,7 +1054,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1048
1054
|
type: "disabled";
|
|
1049
1055
|
}>]>>;
|
|
1050
1056
|
}, "strip", z.ZodTypeAny, {
|
|
1051
|
-
model?:
|
|
1057
|
+
model?: string | undefined;
|
|
1052
1058
|
skills?: string[] | undefined;
|
|
1053
1059
|
temperature?: number | undefined;
|
|
1054
1060
|
top_p?: number | undefined;
|
|
@@ -1068,7 +1074,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1068
1074
|
type: "disabled";
|
|
1069
1075
|
} | undefined;
|
|
1070
1076
|
}, {
|
|
1071
|
-
model?:
|
|
1077
|
+
model?: string | undefined;
|
|
1072
1078
|
skills?: string[] | undefined;
|
|
1073
1079
|
temperature?: number | undefined;
|
|
1074
1080
|
top_p?: number | undefined;
|
|
@@ -1089,7 +1095,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1089
1095
|
} | undefined;
|
|
1090
1096
|
}>>;
|
|
1091
1097
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
1092
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1098
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1093
1099
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1094
1100
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1095
1101
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1119,7 +1125,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1119
1125
|
type: "disabled";
|
|
1120
1126
|
}>]>>;
|
|
1121
1127
|
}, "strip", z.ZodTypeAny, {
|
|
1122
|
-
model?:
|
|
1128
|
+
model?: string | undefined;
|
|
1123
1129
|
skills?: string[] | undefined;
|
|
1124
1130
|
temperature?: number | undefined;
|
|
1125
1131
|
top_p?: number | undefined;
|
|
@@ -1139,7 +1145,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1139
1145
|
type: "disabled";
|
|
1140
1146
|
} | undefined;
|
|
1141
1147
|
}, {
|
|
1142
|
-
model?:
|
|
1148
|
+
model?: string | undefined;
|
|
1143
1149
|
skills?: string[] | undefined;
|
|
1144
1150
|
temperature?: number | undefined;
|
|
1145
1151
|
top_p?: number | undefined;
|
|
@@ -1160,7 +1166,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1160
1166
|
} | undefined;
|
|
1161
1167
|
}>>;
|
|
1162
1168
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
1163
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1169
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1164
1170
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1165
1171
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1166
1172
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1190,7 +1196,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1190
1196
|
type: "disabled";
|
|
1191
1197
|
}>]>>;
|
|
1192
1198
|
}, "strip", z.ZodTypeAny, {
|
|
1193
|
-
model?:
|
|
1199
|
+
model?: string | undefined;
|
|
1194
1200
|
skills?: string[] | undefined;
|
|
1195
1201
|
temperature?: number | undefined;
|
|
1196
1202
|
top_p?: number | undefined;
|
|
@@ -1210,7 +1216,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1210
1216
|
type: "disabled";
|
|
1211
1217
|
} | undefined;
|
|
1212
1218
|
}, {
|
|
1213
|
-
model?:
|
|
1219
|
+
model?: string | undefined;
|
|
1214
1220
|
skills?: string[] | undefined;
|
|
1215
1221
|
temperature?: number | undefined;
|
|
1216
1222
|
top_p?: number | undefined;
|
|
@@ -1231,7 +1237,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1231
1237
|
} | undefined;
|
|
1232
1238
|
}>>;
|
|
1233
1239
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
1234
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1240
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1235
1241
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1236
1242
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1237
1243
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1261,7 +1267,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1261
1267
|
type: "disabled";
|
|
1262
1268
|
}>]>>;
|
|
1263
1269
|
}, "strip", z.ZodTypeAny, {
|
|
1264
|
-
model?:
|
|
1270
|
+
model?: string | undefined;
|
|
1265
1271
|
skills?: string[] | undefined;
|
|
1266
1272
|
temperature?: number | undefined;
|
|
1267
1273
|
top_p?: number | undefined;
|
|
@@ -1281,7 +1287,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1281
1287
|
type: "disabled";
|
|
1282
1288
|
} | undefined;
|
|
1283
1289
|
}, {
|
|
1284
|
-
model?:
|
|
1290
|
+
model?: string | undefined;
|
|
1285
1291
|
skills?: string[] | undefined;
|
|
1286
1292
|
temperature?: number | undefined;
|
|
1287
1293
|
top_p?: number | undefined;
|
|
@@ -1302,7 +1308,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1302
1308
|
} | undefined;
|
|
1303
1309
|
}>>;
|
|
1304
1310
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
1305
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1311
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1306
1312
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1307
1313
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1308
1314
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1332,7 +1338,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1332
1338
|
type: "disabled";
|
|
1333
1339
|
}>]>>;
|
|
1334
1340
|
}, "strip", z.ZodTypeAny, {
|
|
1335
|
-
model?:
|
|
1341
|
+
model?: string | undefined;
|
|
1336
1342
|
skills?: string[] | undefined;
|
|
1337
1343
|
temperature?: number | undefined;
|
|
1338
1344
|
top_p?: number | undefined;
|
|
@@ -1352,7 +1358,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1352
1358
|
type: "disabled";
|
|
1353
1359
|
} | undefined;
|
|
1354
1360
|
}, {
|
|
1355
|
-
model?:
|
|
1361
|
+
model?: string | undefined;
|
|
1356
1362
|
skills?: string[] | undefined;
|
|
1357
1363
|
temperature?: number | undefined;
|
|
1358
1364
|
top_p?: number | undefined;
|
|
@@ -1373,7 +1379,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1373
1379
|
} | undefined;
|
|
1374
1380
|
}>>;
|
|
1375
1381
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
1376
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1382
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1377
1383
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1378
1384
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1379
1385
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1403,7 +1409,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1403
1409
|
type: "disabled";
|
|
1404
1410
|
}>]>>;
|
|
1405
1411
|
}, "strip", z.ZodTypeAny, {
|
|
1406
|
-
model?:
|
|
1412
|
+
model?: string | undefined;
|
|
1407
1413
|
skills?: string[] | undefined;
|
|
1408
1414
|
temperature?: number | undefined;
|
|
1409
1415
|
top_p?: number | undefined;
|
|
@@ -1423,7 +1429,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1423
1429
|
type: "disabled";
|
|
1424
1430
|
} | undefined;
|
|
1425
1431
|
}, {
|
|
1426
|
-
model?:
|
|
1432
|
+
model?: string | undefined;
|
|
1427
1433
|
skills?: string[] | undefined;
|
|
1428
1434
|
temperature?: number | undefined;
|
|
1429
1435
|
top_p?: number | undefined;
|
|
@@ -1444,7 +1450,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1444
1450
|
} | undefined;
|
|
1445
1451
|
}>>;
|
|
1446
1452
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
1447
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1453
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1448
1454
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1449
1455
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1450
1456
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1474,7 +1480,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1474
1480
|
type: "disabled";
|
|
1475
1481
|
}>]>>;
|
|
1476
1482
|
}, "strip", z.ZodTypeAny, {
|
|
1477
|
-
model?:
|
|
1483
|
+
model?: string | undefined;
|
|
1478
1484
|
skills?: string[] | undefined;
|
|
1479
1485
|
temperature?: number | undefined;
|
|
1480
1486
|
top_p?: number | undefined;
|
|
@@ -1494,7 +1500,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1494
1500
|
type: "disabled";
|
|
1495
1501
|
} | undefined;
|
|
1496
1502
|
}, {
|
|
1497
|
-
model?:
|
|
1503
|
+
model?: string | undefined;
|
|
1498
1504
|
skills?: string[] | undefined;
|
|
1499
1505
|
temperature?: number | undefined;
|
|
1500
1506
|
top_p?: number | undefined;
|
|
@@ -1515,7 +1521,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1515
1521
|
} | undefined;
|
|
1516
1522
|
}>>;
|
|
1517
1523
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
1518
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1524
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1519
1525
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1520
1526
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1521
1527
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1545,7 +1551,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1545
1551
|
type: "disabled";
|
|
1546
1552
|
}>]>>;
|
|
1547
1553
|
}, "strip", z.ZodTypeAny, {
|
|
1548
|
-
model?:
|
|
1554
|
+
model?: string | undefined;
|
|
1549
1555
|
skills?: string[] | undefined;
|
|
1550
1556
|
temperature?: number | undefined;
|
|
1551
1557
|
top_p?: number | undefined;
|
|
@@ -1565,7 +1571,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1565
1571
|
type: "disabled";
|
|
1566
1572
|
} | undefined;
|
|
1567
1573
|
}, {
|
|
1568
|
-
model?:
|
|
1574
|
+
model?: string | undefined;
|
|
1569
1575
|
skills?: string[] | undefined;
|
|
1570
1576
|
temperature?: number | undefined;
|
|
1571
1577
|
top_p?: number | undefined;
|
|
@@ -1586,7 +1592,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1586
1592
|
} | undefined;
|
|
1587
1593
|
}>>;
|
|
1588
1594
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
1589
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1595
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1590
1596
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1591
1597
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1592
1598
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1616,7 +1622,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1616
1622
|
type: "disabled";
|
|
1617
1623
|
}>]>>;
|
|
1618
1624
|
}, "strip", z.ZodTypeAny, {
|
|
1619
|
-
model?:
|
|
1625
|
+
model?: string | undefined;
|
|
1620
1626
|
skills?: string[] | undefined;
|
|
1621
1627
|
temperature?: number | undefined;
|
|
1622
1628
|
top_p?: number | undefined;
|
|
@@ -1636,7 +1642,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1636
1642
|
type: "disabled";
|
|
1637
1643
|
} | undefined;
|
|
1638
1644
|
}, {
|
|
1639
|
-
model?:
|
|
1645
|
+
model?: string | undefined;
|
|
1640
1646
|
skills?: string[] | undefined;
|
|
1641
1647
|
temperature?: number | undefined;
|
|
1642
1648
|
top_p?: number | undefined;
|
|
@@ -1657,7 +1663,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1657
1663
|
} | undefined;
|
|
1658
1664
|
}>>;
|
|
1659
1665
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
1660
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1666
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1661
1667
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1662
1668
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1663
1669
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1687,7 +1693,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1687
1693
|
type: "disabled";
|
|
1688
1694
|
}>]>>;
|
|
1689
1695
|
}, "strip", z.ZodTypeAny, {
|
|
1690
|
-
model?:
|
|
1696
|
+
model?: string | undefined;
|
|
1691
1697
|
skills?: string[] | undefined;
|
|
1692
1698
|
temperature?: number | undefined;
|
|
1693
1699
|
top_p?: number | undefined;
|
|
@@ -1707,7 +1713,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1707
1713
|
type: "disabled";
|
|
1708
1714
|
} | undefined;
|
|
1709
1715
|
}, {
|
|
1710
|
-
model?:
|
|
1716
|
+
model?: string | undefined;
|
|
1711
1717
|
skills?: string[] | undefined;
|
|
1712
1718
|
temperature?: number | undefined;
|
|
1713
1719
|
top_p?: number | undefined;
|
|
@@ -1728,7 +1734,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1728
1734
|
} | undefined;
|
|
1729
1735
|
}>>;
|
|
1730
1736
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
1731
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1737
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1732
1738
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1733
1739
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1734
1740
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1758,7 +1764,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1758
1764
|
type: "disabled";
|
|
1759
1765
|
}>]>>;
|
|
1760
1766
|
}, "strip", z.ZodTypeAny, {
|
|
1761
|
-
model?:
|
|
1767
|
+
model?: string | undefined;
|
|
1762
1768
|
skills?: string[] | undefined;
|
|
1763
1769
|
temperature?: number | undefined;
|
|
1764
1770
|
top_p?: number | undefined;
|
|
@@ -1778,7 +1784,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1778
1784
|
type: "disabled";
|
|
1779
1785
|
} | undefined;
|
|
1780
1786
|
}, {
|
|
1781
|
-
model?:
|
|
1787
|
+
model?: string | undefined;
|
|
1782
1788
|
skills?: string[] | undefined;
|
|
1783
1789
|
temperature?: number | undefined;
|
|
1784
1790
|
top_p?: number | undefined;
|
|
@@ -1799,7 +1805,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1799
1805
|
} | undefined;
|
|
1800
1806
|
}>>;
|
|
1801
1807
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
1802
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1808
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1803
1809
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1804
1810
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1805
1811
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1829,7 +1835,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1829
1835
|
type: "disabled";
|
|
1830
1836
|
}>]>>;
|
|
1831
1837
|
}, "strip", z.ZodTypeAny, {
|
|
1832
|
-
model?:
|
|
1838
|
+
model?: string | undefined;
|
|
1833
1839
|
skills?: string[] | undefined;
|
|
1834
1840
|
temperature?: number | undefined;
|
|
1835
1841
|
top_p?: number | undefined;
|
|
@@ -1849,7 +1855,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1849
1855
|
type: "disabled";
|
|
1850
1856
|
} | undefined;
|
|
1851
1857
|
}, {
|
|
1852
|
-
model?:
|
|
1858
|
+
model?: string | undefined;
|
|
1853
1859
|
skills?: string[] | undefined;
|
|
1854
1860
|
temperature?: number | undefined;
|
|
1855
1861
|
top_p?: number | undefined;
|
|
@@ -1870,7 +1876,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1870
1876
|
} | undefined;
|
|
1871
1877
|
}>>;
|
|
1872
1878
|
}, z.ZodObject<{
|
|
1873
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1879
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1874
1880
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1875
1881
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1876
1882
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1900,7 +1906,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1900
1906
|
type: "disabled";
|
|
1901
1907
|
}>]>>;
|
|
1902
1908
|
}, "strip", z.ZodTypeAny, {
|
|
1903
|
-
model?:
|
|
1909
|
+
model?: string | undefined;
|
|
1904
1910
|
skills?: string[] | undefined;
|
|
1905
1911
|
temperature?: number | undefined;
|
|
1906
1912
|
top_p?: number | undefined;
|
|
@@ -1920,7 +1926,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1920
1926
|
type: "disabled";
|
|
1921
1927
|
} | undefined;
|
|
1922
1928
|
}, {
|
|
1923
|
-
model?:
|
|
1929
|
+
model?: string | undefined;
|
|
1924
1930
|
skills?: string[] | undefined;
|
|
1925
1931
|
temperature?: number | undefined;
|
|
1926
1932
|
top_p?: number | undefined;
|
|
@@ -1941,7 +1947,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1941
1947
|
} | undefined;
|
|
1942
1948
|
}>, "strip">, z.objectInputType<{
|
|
1943
1949
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
1944
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
1950
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
1945
1951
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1946
1952
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1947
1953
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1971,7 +1977,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1971
1977
|
type: "disabled";
|
|
1972
1978
|
}>]>>;
|
|
1973
1979
|
}, "strip", z.ZodTypeAny, {
|
|
1974
|
-
model?:
|
|
1980
|
+
model?: string | undefined;
|
|
1975
1981
|
skills?: string[] | undefined;
|
|
1976
1982
|
temperature?: number | undefined;
|
|
1977
1983
|
top_p?: number | undefined;
|
|
@@ -1991,7 +1997,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
1991
1997
|
type: "disabled";
|
|
1992
1998
|
} | undefined;
|
|
1993
1999
|
}, {
|
|
1994
|
-
model?:
|
|
2000
|
+
model?: string | undefined;
|
|
1995
2001
|
skills?: string[] | undefined;
|
|
1996
2002
|
temperature?: number | undefined;
|
|
1997
2003
|
top_p?: number | undefined;
|
|
@@ -2012,7 +2018,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2012
2018
|
} | undefined;
|
|
2013
2019
|
}>>;
|
|
2014
2020
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
2015
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2021
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2016
2022
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2017
2023
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2018
2024
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2042,7 +2048,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2042
2048
|
type: "disabled";
|
|
2043
2049
|
}>]>>;
|
|
2044
2050
|
}, "strip", z.ZodTypeAny, {
|
|
2045
|
-
model?:
|
|
2051
|
+
model?: string | undefined;
|
|
2046
2052
|
skills?: string[] | undefined;
|
|
2047
2053
|
temperature?: number | undefined;
|
|
2048
2054
|
top_p?: number | undefined;
|
|
@@ -2062,7 +2068,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2062
2068
|
type: "disabled";
|
|
2063
2069
|
} | undefined;
|
|
2064
2070
|
}, {
|
|
2065
|
-
model?:
|
|
2071
|
+
model?: string | undefined;
|
|
2066
2072
|
skills?: string[] | undefined;
|
|
2067
2073
|
temperature?: number | undefined;
|
|
2068
2074
|
top_p?: number | undefined;
|
|
@@ -2083,7 +2089,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2083
2089
|
} | undefined;
|
|
2084
2090
|
}>>;
|
|
2085
2091
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
2086
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2092
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2087
2093
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2088
2094
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2089
2095
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2113,7 +2119,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2113
2119
|
type: "disabled";
|
|
2114
2120
|
}>]>>;
|
|
2115
2121
|
}, "strip", z.ZodTypeAny, {
|
|
2116
|
-
model?:
|
|
2122
|
+
model?: string | undefined;
|
|
2117
2123
|
skills?: string[] | undefined;
|
|
2118
2124
|
temperature?: number | undefined;
|
|
2119
2125
|
top_p?: number | undefined;
|
|
@@ -2133,7 +2139,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2133
2139
|
type: "disabled";
|
|
2134
2140
|
} | undefined;
|
|
2135
2141
|
}, {
|
|
2136
|
-
model?:
|
|
2142
|
+
model?: string | undefined;
|
|
2137
2143
|
skills?: string[] | undefined;
|
|
2138
2144
|
temperature?: number | undefined;
|
|
2139
2145
|
top_p?: number | undefined;
|
|
@@ -2154,7 +2160,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2154
2160
|
} | undefined;
|
|
2155
2161
|
}>>;
|
|
2156
2162
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
2157
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2163
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2158
2164
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2159
2165
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2160
2166
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2184,7 +2190,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2184
2190
|
type: "disabled";
|
|
2185
2191
|
}>]>>;
|
|
2186
2192
|
}, "strip", z.ZodTypeAny, {
|
|
2187
|
-
model?:
|
|
2193
|
+
model?: string | undefined;
|
|
2188
2194
|
skills?: string[] | undefined;
|
|
2189
2195
|
temperature?: number | undefined;
|
|
2190
2196
|
top_p?: number | undefined;
|
|
@@ -2204,7 +2210,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2204
2210
|
type: "disabled";
|
|
2205
2211
|
} | undefined;
|
|
2206
2212
|
}, {
|
|
2207
|
-
model?:
|
|
2213
|
+
model?: string | undefined;
|
|
2208
2214
|
skills?: string[] | undefined;
|
|
2209
2215
|
temperature?: number | undefined;
|
|
2210
2216
|
top_p?: number | undefined;
|
|
@@ -2225,7 +2231,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2225
2231
|
} | undefined;
|
|
2226
2232
|
}>>;
|
|
2227
2233
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
2228
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2234
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2229
2235
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2230
2236
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2231
2237
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2255,7 +2261,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2255
2261
|
type: "disabled";
|
|
2256
2262
|
}>]>>;
|
|
2257
2263
|
}, "strip", z.ZodTypeAny, {
|
|
2258
|
-
model?:
|
|
2264
|
+
model?: string | undefined;
|
|
2259
2265
|
skills?: string[] | undefined;
|
|
2260
2266
|
temperature?: number | undefined;
|
|
2261
2267
|
top_p?: number | undefined;
|
|
@@ -2275,7 +2281,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2275
2281
|
type: "disabled";
|
|
2276
2282
|
} | undefined;
|
|
2277
2283
|
}, {
|
|
2278
|
-
model?:
|
|
2284
|
+
model?: string | undefined;
|
|
2279
2285
|
skills?: string[] | undefined;
|
|
2280
2286
|
temperature?: number | undefined;
|
|
2281
2287
|
top_p?: number | undefined;
|
|
@@ -2296,7 +2302,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2296
2302
|
} | undefined;
|
|
2297
2303
|
}>>;
|
|
2298
2304
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
2299
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2305
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2300
2306
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2301
2307
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2302
2308
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2326,7 +2332,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2326
2332
|
type: "disabled";
|
|
2327
2333
|
}>]>>;
|
|
2328
2334
|
}, "strip", z.ZodTypeAny, {
|
|
2329
|
-
model?:
|
|
2335
|
+
model?: string | undefined;
|
|
2330
2336
|
skills?: string[] | undefined;
|
|
2331
2337
|
temperature?: number | undefined;
|
|
2332
2338
|
top_p?: number | undefined;
|
|
@@ -2346,7 +2352,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2346
2352
|
type: "disabled";
|
|
2347
2353
|
} | undefined;
|
|
2348
2354
|
}, {
|
|
2349
|
-
model?:
|
|
2355
|
+
model?: string | undefined;
|
|
2350
2356
|
skills?: string[] | undefined;
|
|
2351
2357
|
temperature?: number | undefined;
|
|
2352
2358
|
top_p?: number | undefined;
|
|
@@ -2367,7 +2373,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2367
2373
|
} | undefined;
|
|
2368
2374
|
}>>;
|
|
2369
2375
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
2370
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2376
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2371
2377
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2372
2378
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2373
2379
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2397,7 +2403,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2397
2403
|
type: "disabled";
|
|
2398
2404
|
}>]>>;
|
|
2399
2405
|
}, "strip", z.ZodTypeAny, {
|
|
2400
|
-
model?:
|
|
2406
|
+
model?: string | undefined;
|
|
2401
2407
|
skills?: string[] | undefined;
|
|
2402
2408
|
temperature?: number | undefined;
|
|
2403
2409
|
top_p?: number | undefined;
|
|
@@ -2417,7 +2423,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2417
2423
|
type: "disabled";
|
|
2418
2424
|
} | undefined;
|
|
2419
2425
|
}, {
|
|
2420
|
-
model?:
|
|
2426
|
+
model?: string | undefined;
|
|
2421
2427
|
skills?: string[] | undefined;
|
|
2422
2428
|
temperature?: number | undefined;
|
|
2423
2429
|
top_p?: number | undefined;
|
|
@@ -2438,7 +2444,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2438
2444
|
} | undefined;
|
|
2439
2445
|
}>>;
|
|
2440
2446
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
2441
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2447
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2442
2448
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2443
2449
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2444
2450
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2468,7 +2474,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2468
2474
|
type: "disabled";
|
|
2469
2475
|
}>]>>;
|
|
2470
2476
|
}, "strip", z.ZodTypeAny, {
|
|
2471
|
-
model?:
|
|
2477
|
+
model?: string | undefined;
|
|
2472
2478
|
skills?: string[] | undefined;
|
|
2473
2479
|
temperature?: number | undefined;
|
|
2474
2480
|
top_p?: number | undefined;
|
|
@@ -2488,7 +2494,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2488
2494
|
type: "disabled";
|
|
2489
2495
|
} | undefined;
|
|
2490
2496
|
}, {
|
|
2491
|
-
model?:
|
|
2497
|
+
model?: string | undefined;
|
|
2492
2498
|
skills?: string[] | undefined;
|
|
2493
2499
|
temperature?: number | undefined;
|
|
2494
2500
|
top_p?: number | undefined;
|
|
@@ -2509,7 +2515,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2509
2515
|
} | undefined;
|
|
2510
2516
|
}>>;
|
|
2511
2517
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
2512
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2518
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2513
2519
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2514
2520
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2515
2521
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2539,7 +2545,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2539
2545
|
type: "disabled";
|
|
2540
2546
|
}>]>>;
|
|
2541
2547
|
}, "strip", z.ZodTypeAny, {
|
|
2542
|
-
model?:
|
|
2548
|
+
model?: string | undefined;
|
|
2543
2549
|
skills?: string[] | undefined;
|
|
2544
2550
|
temperature?: number | undefined;
|
|
2545
2551
|
top_p?: number | undefined;
|
|
@@ -2559,7 +2565,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2559
2565
|
type: "disabled";
|
|
2560
2566
|
} | undefined;
|
|
2561
2567
|
}, {
|
|
2562
|
-
model?:
|
|
2568
|
+
model?: string | undefined;
|
|
2563
2569
|
skills?: string[] | undefined;
|
|
2564
2570
|
temperature?: number | undefined;
|
|
2565
2571
|
top_p?: number | undefined;
|
|
@@ -2580,7 +2586,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2580
2586
|
} | undefined;
|
|
2581
2587
|
}>>;
|
|
2582
2588
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
2583
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2589
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2584
2590
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2585
2591
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2586
2592
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2610,7 +2616,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2610
2616
|
type: "disabled";
|
|
2611
2617
|
}>]>>;
|
|
2612
2618
|
}, "strip", z.ZodTypeAny, {
|
|
2613
|
-
model?:
|
|
2619
|
+
model?: string | undefined;
|
|
2614
2620
|
skills?: string[] | undefined;
|
|
2615
2621
|
temperature?: number | undefined;
|
|
2616
2622
|
top_p?: number | undefined;
|
|
@@ -2630,7 +2636,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2630
2636
|
type: "disabled";
|
|
2631
2637
|
} | undefined;
|
|
2632
2638
|
}, {
|
|
2633
|
-
model?:
|
|
2639
|
+
model?: string | undefined;
|
|
2634
2640
|
skills?: string[] | undefined;
|
|
2635
2641
|
temperature?: number | undefined;
|
|
2636
2642
|
top_p?: number | undefined;
|
|
@@ -2651,7 +2657,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2651
2657
|
} | undefined;
|
|
2652
2658
|
}>>;
|
|
2653
2659
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
2654
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2660
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2655
2661
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2656
2662
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2657
2663
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2681,7 +2687,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2681
2687
|
type: "disabled";
|
|
2682
2688
|
}>]>>;
|
|
2683
2689
|
}, "strip", z.ZodTypeAny, {
|
|
2684
|
-
model?:
|
|
2690
|
+
model?: string | undefined;
|
|
2685
2691
|
skills?: string[] | undefined;
|
|
2686
2692
|
temperature?: number | undefined;
|
|
2687
2693
|
top_p?: number | undefined;
|
|
@@ -2701,7 +2707,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2701
2707
|
type: "disabled";
|
|
2702
2708
|
} | undefined;
|
|
2703
2709
|
}, {
|
|
2704
|
-
model?:
|
|
2710
|
+
model?: string | undefined;
|
|
2705
2711
|
skills?: string[] | undefined;
|
|
2706
2712
|
temperature?: number | undefined;
|
|
2707
2713
|
top_p?: number | undefined;
|
|
@@ -2722,7 +2728,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2722
2728
|
} | undefined;
|
|
2723
2729
|
}>>;
|
|
2724
2730
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
2725
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2731
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2726
2732
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2727
2733
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2728
2734
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2752,7 +2758,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2752
2758
|
type: "disabled";
|
|
2753
2759
|
}>]>>;
|
|
2754
2760
|
}, "strip", z.ZodTypeAny, {
|
|
2755
|
-
model?:
|
|
2761
|
+
model?: string | undefined;
|
|
2756
2762
|
skills?: string[] | undefined;
|
|
2757
2763
|
temperature?: number | undefined;
|
|
2758
2764
|
top_p?: number | undefined;
|
|
@@ -2772,7 +2778,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2772
2778
|
type: "disabled";
|
|
2773
2779
|
} | undefined;
|
|
2774
2780
|
}, {
|
|
2775
|
-
model?:
|
|
2781
|
+
model?: string | undefined;
|
|
2776
2782
|
skills?: string[] | undefined;
|
|
2777
2783
|
temperature?: number | undefined;
|
|
2778
2784
|
top_p?: number | undefined;
|
|
@@ -2793,7 +2799,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2793
2799
|
} | undefined;
|
|
2794
2800
|
}>>;
|
|
2795
2801
|
}, z.ZodObject<{
|
|
2796
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2802
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2797
2803
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2798
2804
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2799
2805
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2823,7 +2829,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2823
2829
|
type: "disabled";
|
|
2824
2830
|
}>]>>;
|
|
2825
2831
|
}, "strip", z.ZodTypeAny, {
|
|
2826
|
-
model?:
|
|
2832
|
+
model?: string | undefined;
|
|
2827
2833
|
skills?: string[] | undefined;
|
|
2828
2834
|
temperature?: number | undefined;
|
|
2829
2835
|
top_p?: number | undefined;
|
|
@@ -2843,7 +2849,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
2843
2849
|
type: "disabled";
|
|
2844
2850
|
} | undefined;
|
|
2845
2851
|
}, {
|
|
2846
|
-
model?:
|
|
2852
|
+
model?: string | undefined;
|
|
2847
2853
|
skills?: string[] | undefined;
|
|
2848
2854
|
temperature?: number | undefined;
|
|
2849
2855
|
top_p?: number | undefined;
|
|
@@ -2868,7 +2874,7 @@ export declare const BuiltinCategoryNameSchema: z.ZodEnum<["deep", "quick", "adv
|
|
|
2868
2874
|
export type BuiltinCategoryName = z.infer<typeof BuiltinCategoryNameSchema>;
|
|
2869
2875
|
export declare const CategoryConfigSchema: z.ZodObject<{
|
|
2870
2876
|
description: z.ZodOptional<z.ZodString>;
|
|
2871
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2877
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2872
2878
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2873
2879
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
2874
2880
|
thinking: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -2890,7 +2896,7 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
2890
2896
|
prompt_append: z.ZodOptional<z.ZodString>;
|
|
2891
2897
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
2892
2898
|
}, "strip", z.ZodTypeAny, {
|
|
2893
|
-
model?:
|
|
2899
|
+
model?: string | undefined;
|
|
2894
2900
|
temperature?: number | undefined;
|
|
2895
2901
|
prompt_append?: string | undefined;
|
|
2896
2902
|
disable?: boolean | undefined;
|
|
@@ -2903,7 +2909,7 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
2903
2909
|
type: "disabled";
|
|
2904
2910
|
} | undefined;
|
|
2905
2911
|
}, {
|
|
2906
|
-
model?:
|
|
2912
|
+
model?: string | undefined;
|
|
2907
2913
|
temperature?: number | undefined;
|
|
2908
2914
|
prompt_append?: string | undefined;
|
|
2909
2915
|
disable?: boolean | undefined;
|
|
@@ -2918,7 +2924,7 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
2918
2924
|
}>;
|
|
2919
2925
|
export declare const CategoriesConfigSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2920
2926
|
description: z.ZodOptional<z.ZodString>;
|
|
2921
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
2927
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
2922
2928
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2923
2929
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
2924
2930
|
thinking: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -2940,7 +2946,7 @@ export declare const CategoriesConfigSchema: z.ZodOptional<z.ZodRecord<z.ZodStri
|
|
|
2940
2946
|
prompt_append: z.ZodOptional<z.ZodString>;
|
|
2941
2947
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
2942
2948
|
}, "strip", z.ZodTypeAny, {
|
|
2943
|
-
model?:
|
|
2949
|
+
model?: string | undefined;
|
|
2944
2950
|
temperature?: number | undefined;
|
|
2945
2951
|
prompt_append?: string | undefined;
|
|
2946
2952
|
disable?: boolean | undefined;
|
|
@@ -2953,7 +2959,7 @@ export declare const CategoriesConfigSchema: z.ZodOptional<z.ZodRecord<z.ZodStri
|
|
|
2953
2959
|
type: "disabled";
|
|
2954
2960
|
} | undefined;
|
|
2955
2961
|
}, {
|
|
2956
|
-
model?:
|
|
2962
|
+
model?: string | undefined;
|
|
2957
2963
|
temperature?: number | undefined;
|
|
2958
2964
|
prompt_append?: string | undefined;
|
|
2959
2965
|
disable?: boolean | undefined;
|
|
@@ -2967,7 +2973,7 @@ export declare const CategoriesConfigSchema: z.ZodOptional<z.ZodRecord<z.ZodStri
|
|
|
2967
2973
|
} | undefined;
|
|
2968
2974
|
}>>>;
|
|
2969
2975
|
export type CategoriesConfig = z.infer<typeof CategoriesConfigSchema>;
|
|
2970
|
-
export declare const HookNameSchema: z.ZodEnum<["todo-continuation", "elder-loop", "comment-checker", "session-recovery", "background-notification", "context-injector", "write-guard", "bash-read-guard", "keyword-detector", "rules-injector", "cthulhu-auto", "memory-override", "yith-capture", "web-research-detector", "design-detector"]>;
|
|
2976
|
+
export declare const HookNameSchema: z.ZodEnum<["todo-continuation", "elder-loop", "comment-checker", "session-recovery", "background-notification", "context-injector", "write-guard", "bash-read-guard", "keyword-detector", "rules-injector", "cthulhu-auto", "memory-override", "yith-capture", "web-research-detector", "design-detector", "agent-sync"]>;
|
|
2971
2977
|
export type HookName = z.infer<typeof HookNameSchema>;
|
|
2972
2978
|
export declare const BuiltinCommandNameSchema: z.ZodEnum<["old-ones-init", "elder-loop", "cancel-elder-loop", "invoke-shub", "stop-the-dreaming", "exorcise-ai-slop", "session-handoff"]>;
|
|
2973
2979
|
export type BuiltinCommandName = z.infer<typeof BuiltinCommandNameSchema>;
|
|
@@ -3101,7 +3107,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3101
3107
|
/** Disable specific built-in skills */
|
|
3102
3108
|
disabled_skills: z.ZodOptional<z.ZodArray<z.ZodEnum<["git-keeper", "playwright", "dev-browser", "dread-reviewer", "slop-purge", "frontend-acolyte"]>, "many">>;
|
|
3103
3109
|
/** Disable specific lifecycle hooks */
|
|
3104
|
-
disabled_hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<["todo-continuation", "elder-loop", "comment-checker", "session-recovery", "background-notification", "context-injector", "write-guard", "bash-read-guard", "keyword-detector", "rules-injector", "cthulhu-auto", "memory-override", "yith-capture", "web-research-detector", "design-detector"]>, "many">>;
|
|
3110
|
+
disabled_hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<["todo-continuation", "elder-loop", "comment-checker", "session-recovery", "background-notification", "context-injector", "write-guard", "bash-read-guard", "keyword-detector", "rules-injector", "cthulhu-auto", "memory-override", "yith-capture", "web-research-detector", "design-detector", "agent-sync"]>, "many">>;
|
|
3105
3111
|
/** Disable specific built-in commands */
|
|
3106
3112
|
disabled_commands: z.ZodOptional<z.ZodArray<z.ZodEnum<["old-ones-init", "elder-loop", "cancel-elder-loop", "invoke-shub", "stop-the-dreaming", "exorcise-ai-slop", "session-handoff"]>, "many">>;
|
|
3107
3113
|
/** Disable specific tools by name */
|
|
@@ -3112,7 +3118,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3112
3118
|
model_fallback: z.ZodDefault<z.ZodBoolean>;
|
|
3113
3119
|
agents: z.ZodOptional<z.ZodObject<{
|
|
3114
3120
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
3115
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3121
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3116
3122
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3117
3123
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3118
3124
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3142,7 +3148,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3142
3148
|
type: "disabled";
|
|
3143
3149
|
}>]>>;
|
|
3144
3150
|
}, "strip", z.ZodTypeAny, {
|
|
3145
|
-
model?:
|
|
3151
|
+
model?: string | undefined;
|
|
3146
3152
|
skills?: string[] | undefined;
|
|
3147
3153
|
temperature?: number | undefined;
|
|
3148
3154
|
top_p?: number | undefined;
|
|
@@ -3162,7 +3168,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3162
3168
|
type: "disabled";
|
|
3163
3169
|
} | undefined;
|
|
3164
3170
|
}, {
|
|
3165
|
-
model?:
|
|
3171
|
+
model?: string | undefined;
|
|
3166
3172
|
skills?: string[] | undefined;
|
|
3167
3173
|
temperature?: number | undefined;
|
|
3168
3174
|
top_p?: number | undefined;
|
|
@@ -3183,7 +3189,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3183
3189
|
} | undefined;
|
|
3184
3190
|
}>>;
|
|
3185
3191
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
3186
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3192
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3187
3193
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3188
3194
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3189
3195
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3213,7 +3219,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3213
3219
|
type: "disabled";
|
|
3214
3220
|
}>]>>;
|
|
3215
3221
|
}, "strip", z.ZodTypeAny, {
|
|
3216
|
-
model?:
|
|
3222
|
+
model?: string | undefined;
|
|
3217
3223
|
skills?: string[] | undefined;
|
|
3218
3224
|
temperature?: number | undefined;
|
|
3219
3225
|
top_p?: number | undefined;
|
|
@@ -3233,7 +3239,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3233
3239
|
type: "disabled";
|
|
3234
3240
|
} | undefined;
|
|
3235
3241
|
}, {
|
|
3236
|
-
model?:
|
|
3242
|
+
model?: string | undefined;
|
|
3237
3243
|
skills?: string[] | undefined;
|
|
3238
3244
|
temperature?: number | undefined;
|
|
3239
3245
|
top_p?: number | undefined;
|
|
@@ -3254,7 +3260,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3254
3260
|
} | undefined;
|
|
3255
3261
|
}>>;
|
|
3256
3262
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
3257
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3263
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3258
3264
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3259
3265
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3260
3266
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3284,7 +3290,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3284
3290
|
type: "disabled";
|
|
3285
3291
|
}>]>>;
|
|
3286
3292
|
}, "strip", z.ZodTypeAny, {
|
|
3287
|
-
model?:
|
|
3293
|
+
model?: string | undefined;
|
|
3288
3294
|
skills?: string[] | undefined;
|
|
3289
3295
|
temperature?: number | undefined;
|
|
3290
3296
|
top_p?: number | undefined;
|
|
@@ -3304,7 +3310,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3304
3310
|
type: "disabled";
|
|
3305
3311
|
} | undefined;
|
|
3306
3312
|
}, {
|
|
3307
|
-
model?:
|
|
3313
|
+
model?: string | undefined;
|
|
3308
3314
|
skills?: string[] | undefined;
|
|
3309
3315
|
temperature?: number | undefined;
|
|
3310
3316
|
top_p?: number | undefined;
|
|
@@ -3325,7 +3331,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3325
3331
|
} | undefined;
|
|
3326
3332
|
}>>;
|
|
3327
3333
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
3328
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3334
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3329
3335
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3330
3336
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3331
3337
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3355,7 +3361,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3355
3361
|
type: "disabled";
|
|
3356
3362
|
}>]>>;
|
|
3357
3363
|
}, "strip", z.ZodTypeAny, {
|
|
3358
|
-
model?:
|
|
3364
|
+
model?: string | undefined;
|
|
3359
3365
|
skills?: string[] | undefined;
|
|
3360
3366
|
temperature?: number | undefined;
|
|
3361
3367
|
top_p?: number | undefined;
|
|
@@ -3375,7 +3381,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3375
3381
|
type: "disabled";
|
|
3376
3382
|
} | undefined;
|
|
3377
3383
|
}, {
|
|
3378
|
-
model?:
|
|
3384
|
+
model?: string | undefined;
|
|
3379
3385
|
skills?: string[] | undefined;
|
|
3380
3386
|
temperature?: number | undefined;
|
|
3381
3387
|
top_p?: number | undefined;
|
|
@@ -3396,7 +3402,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3396
3402
|
} | undefined;
|
|
3397
3403
|
}>>;
|
|
3398
3404
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
3399
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3405
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3400
3406
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3401
3407
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3402
3408
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3426,7 +3432,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3426
3432
|
type: "disabled";
|
|
3427
3433
|
}>]>>;
|
|
3428
3434
|
}, "strip", z.ZodTypeAny, {
|
|
3429
|
-
model?:
|
|
3435
|
+
model?: string | undefined;
|
|
3430
3436
|
skills?: string[] | undefined;
|
|
3431
3437
|
temperature?: number | undefined;
|
|
3432
3438
|
top_p?: number | undefined;
|
|
@@ -3446,7 +3452,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3446
3452
|
type: "disabled";
|
|
3447
3453
|
} | undefined;
|
|
3448
3454
|
}, {
|
|
3449
|
-
model?:
|
|
3455
|
+
model?: string | undefined;
|
|
3450
3456
|
skills?: string[] | undefined;
|
|
3451
3457
|
temperature?: number | undefined;
|
|
3452
3458
|
top_p?: number | undefined;
|
|
@@ -3467,7 +3473,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3467
3473
|
} | undefined;
|
|
3468
3474
|
}>>;
|
|
3469
3475
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
3470
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3476
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3471
3477
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3472
3478
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3473
3479
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3497,7 +3503,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3497
3503
|
type: "disabled";
|
|
3498
3504
|
}>]>>;
|
|
3499
3505
|
}, "strip", z.ZodTypeAny, {
|
|
3500
|
-
model?:
|
|
3506
|
+
model?: string | undefined;
|
|
3501
3507
|
skills?: string[] | undefined;
|
|
3502
3508
|
temperature?: number | undefined;
|
|
3503
3509
|
top_p?: number | undefined;
|
|
@@ -3517,7 +3523,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3517
3523
|
type: "disabled";
|
|
3518
3524
|
} | undefined;
|
|
3519
3525
|
}, {
|
|
3520
|
-
model?:
|
|
3526
|
+
model?: string | undefined;
|
|
3521
3527
|
skills?: string[] | undefined;
|
|
3522
3528
|
temperature?: number | undefined;
|
|
3523
3529
|
top_p?: number | undefined;
|
|
@@ -3538,7 +3544,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3538
3544
|
} | undefined;
|
|
3539
3545
|
}>>;
|
|
3540
3546
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
3541
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3547
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3542
3548
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3543
3549
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3544
3550
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3568,7 +3574,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3568
3574
|
type: "disabled";
|
|
3569
3575
|
}>]>>;
|
|
3570
3576
|
}, "strip", z.ZodTypeAny, {
|
|
3571
|
-
model?:
|
|
3577
|
+
model?: string | undefined;
|
|
3572
3578
|
skills?: string[] | undefined;
|
|
3573
3579
|
temperature?: number | undefined;
|
|
3574
3580
|
top_p?: number | undefined;
|
|
@@ -3588,7 +3594,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3588
3594
|
type: "disabled";
|
|
3589
3595
|
} | undefined;
|
|
3590
3596
|
}, {
|
|
3591
|
-
model?:
|
|
3597
|
+
model?: string | undefined;
|
|
3592
3598
|
skills?: string[] | undefined;
|
|
3593
3599
|
temperature?: number | undefined;
|
|
3594
3600
|
top_p?: number | undefined;
|
|
@@ -3609,7 +3615,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3609
3615
|
} | undefined;
|
|
3610
3616
|
}>>;
|
|
3611
3617
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
3612
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3618
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3613
3619
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3614
3620
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3615
3621
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3639,7 +3645,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3639
3645
|
type: "disabled";
|
|
3640
3646
|
}>]>>;
|
|
3641
3647
|
}, "strip", z.ZodTypeAny, {
|
|
3642
|
-
model?:
|
|
3648
|
+
model?: string | undefined;
|
|
3643
3649
|
skills?: string[] | undefined;
|
|
3644
3650
|
temperature?: number | undefined;
|
|
3645
3651
|
top_p?: number | undefined;
|
|
@@ -3659,7 +3665,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3659
3665
|
type: "disabled";
|
|
3660
3666
|
} | undefined;
|
|
3661
3667
|
}, {
|
|
3662
|
-
model?:
|
|
3668
|
+
model?: string | undefined;
|
|
3663
3669
|
skills?: string[] | undefined;
|
|
3664
3670
|
temperature?: number | undefined;
|
|
3665
3671
|
top_p?: number | undefined;
|
|
@@ -3680,7 +3686,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3680
3686
|
} | undefined;
|
|
3681
3687
|
}>>;
|
|
3682
3688
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
3683
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3689
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3684
3690
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3685
3691
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3686
3692
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3710,7 +3716,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3710
3716
|
type: "disabled";
|
|
3711
3717
|
}>]>>;
|
|
3712
3718
|
}, "strip", z.ZodTypeAny, {
|
|
3713
|
-
model?:
|
|
3719
|
+
model?: string | undefined;
|
|
3714
3720
|
skills?: string[] | undefined;
|
|
3715
3721
|
temperature?: number | undefined;
|
|
3716
3722
|
top_p?: number | undefined;
|
|
@@ -3730,7 +3736,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3730
3736
|
type: "disabled";
|
|
3731
3737
|
} | undefined;
|
|
3732
3738
|
}, {
|
|
3733
|
-
model?:
|
|
3739
|
+
model?: string | undefined;
|
|
3734
3740
|
skills?: string[] | undefined;
|
|
3735
3741
|
temperature?: number | undefined;
|
|
3736
3742
|
top_p?: number | undefined;
|
|
@@ -3751,7 +3757,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3751
3757
|
} | undefined;
|
|
3752
3758
|
}>>;
|
|
3753
3759
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
3754
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3760
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3755
3761
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3756
3762
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3757
3763
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3781,7 +3787,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3781
3787
|
type: "disabled";
|
|
3782
3788
|
}>]>>;
|
|
3783
3789
|
}, "strip", z.ZodTypeAny, {
|
|
3784
|
-
model?:
|
|
3790
|
+
model?: string | undefined;
|
|
3785
3791
|
skills?: string[] | undefined;
|
|
3786
3792
|
temperature?: number | undefined;
|
|
3787
3793
|
top_p?: number | undefined;
|
|
@@ -3801,7 +3807,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3801
3807
|
type: "disabled";
|
|
3802
3808
|
} | undefined;
|
|
3803
3809
|
}, {
|
|
3804
|
-
model?:
|
|
3810
|
+
model?: string | undefined;
|
|
3805
3811
|
skills?: string[] | undefined;
|
|
3806
3812
|
temperature?: number | undefined;
|
|
3807
3813
|
top_p?: number | undefined;
|
|
@@ -3822,7 +3828,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3822
3828
|
} | undefined;
|
|
3823
3829
|
}>>;
|
|
3824
3830
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
3825
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3831
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3826
3832
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3827
3833
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3828
3834
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3852,7 +3858,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3852
3858
|
type: "disabled";
|
|
3853
3859
|
}>]>>;
|
|
3854
3860
|
}, "strip", z.ZodTypeAny, {
|
|
3855
|
-
model?:
|
|
3861
|
+
model?: string | undefined;
|
|
3856
3862
|
skills?: string[] | undefined;
|
|
3857
3863
|
temperature?: number | undefined;
|
|
3858
3864
|
top_p?: number | undefined;
|
|
@@ -3872,7 +3878,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3872
3878
|
type: "disabled";
|
|
3873
3879
|
} | undefined;
|
|
3874
3880
|
}, {
|
|
3875
|
-
model?:
|
|
3881
|
+
model?: string | undefined;
|
|
3876
3882
|
skills?: string[] | undefined;
|
|
3877
3883
|
temperature?: number | undefined;
|
|
3878
3884
|
top_p?: number | undefined;
|
|
@@ -3893,7 +3899,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3893
3899
|
} | undefined;
|
|
3894
3900
|
}>>;
|
|
3895
3901
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
3896
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3902
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3897
3903
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3898
3904
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3899
3905
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3923,7 +3929,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3923
3929
|
type: "disabled";
|
|
3924
3930
|
}>]>>;
|
|
3925
3931
|
}, "strip", z.ZodTypeAny, {
|
|
3926
|
-
model?:
|
|
3932
|
+
model?: string | undefined;
|
|
3927
3933
|
skills?: string[] | undefined;
|
|
3928
3934
|
temperature?: number | undefined;
|
|
3929
3935
|
top_p?: number | undefined;
|
|
@@ -3943,7 +3949,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3943
3949
|
type: "disabled";
|
|
3944
3950
|
} | undefined;
|
|
3945
3951
|
}, {
|
|
3946
|
-
model?:
|
|
3952
|
+
model?: string | undefined;
|
|
3947
3953
|
skills?: string[] | undefined;
|
|
3948
3954
|
temperature?: number | undefined;
|
|
3949
3955
|
top_p?: number | undefined;
|
|
@@ -3964,7 +3970,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3964
3970
|
} | undefined;
|
|
3965
3971
|
}>>;
|
|
3966
3972
|
}, "strip", z.ZodObject<{
|
|
3967
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
3973
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
3968
3974
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3969
3975
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
3970
3976
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3994,7 +4000,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
3994
4000
|
type: "disabled";
|
|
3995
4001
|
}>]>>;
|
|
3996
4002
|
}, "strip", z.ZodTypeAny, {
|
|
3997
|
-
model?:
|
|
4003
|
+
model?: string | undefined;
|
|
3998
4004
|
skills?: string[] | undefined;
|
|
3999
4005
|
temperature?: number | undefined;
|
|
4000
4006
|
top_p?: number | undefined;
|
|
@@ -4014,7 +4020,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4014
4020
|
type: "disabled";
|
|
4015
4021
|
} | undefined;
|
|
4016
4022
|
}, {
|
|
4017
|
-
model?:
|
|
4023
|
+
model?: string | undefined;
|
|
4018
4024
|
skills?: string[] | undefined;
|
|
4019
4025
|
temperature?: number | undefined;
|
|
4020
4026
|
top_p?: number | undefined;
|
|
@@ -4035,7 +4041,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4035
4041
|
} | undefined;
|
|
4036
4042
|
}>, z.objectOutputType<{
|
|
4037
4043
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
4038
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4044
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4039
4045
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4040
4046
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4041
4047
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4065,7 +4071,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4065
4071
|
type: "disabled";
|
|
4066
4072
|
}>]>>;
|
|
4067
4073
|
}, "strip", z.ZodTypeAny, {
|
|
4068
|
-
model?:
|
|
4074
|
+
model?: string | undefined;
|
|
4069
4075
|
skills?: string[] | undefined;
|
|
4070
4076
|
temperature?: number | undefined;
|
|
4071
4077
|
top_p?: number | undefined;
|
|
@@ -4085,7 +4091,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4085
4091
|
type: "disabled";
|
|
4086
4092
|
} | undefined;
|
|
4087
4093
|
}, {
|
|
4088
|
-
model?:
|
|
4094
|
+
model?: string | undefined;
|
|
4089
4095
|
skills?: string[] | undefined;
|
|
4090
4096
|
temperature?: number | undefined;
|
|
4091
4097
|
top_p?: number | undefined;
|
|
@@ -4106,7 +4112,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4106
4112
|
} | undefined;
|
|
4107
4113
|
}>>;
|
|
4108
4114
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
4109
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4115
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4110
4116
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4111
4117
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4112
4118
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4136,7 +4142,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4136
4142
|
type: "disabled";
|
|
4137
4143
|
}>]>>;
|
|
4138
4144
|
}, "strip", z.ZodTypeAny, {
|
|
4139
|
-
model?:
|
|
4145
|
+
model?: string | undefined;
|
|
4140
4146
|
skills?: string[] | undefined;
|
|
4141
4147
|
temperature?: number | undefined;
|
|
4142
4148
|
top_p?: number | undefined;
|
|
@@ -4156,7 +4162,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4156
4162
|
type: "disabled";
|
|
4157
4163
|
} | undefined;
|
|
4158
4164
|
}, {
|
|
4159
|
-
model?:
|
|
4165
|
+
model?: string | undefined;
|
|
4160
4166
|
skills?: string[] | undefined;
|
|
4161
4167
|
temperature?: number | undefined;
|
|
4162
4168
|
top_p?: number | undefined;
|
|
@@ -4177,7 +4183,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4177
4183
|
} | undefined;
|
|
4178
4184
|
}>>;
|
|
4179
4185
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
4180
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4186
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4181
4187
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4182
4188
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4183
4189
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4207,7 +4213,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4207
4213
|
type: "disabled";
|
|
4208
4214
|
}>]>>;
|
|
4209
4215
|
}, "strip", z.ZodTypeAny, {
|
|
4210
|
-
model?:
|
|
4216
|
+
model?: string | undefined;
|
|
4211
4217
|
skills?: string[] | undefined;
|
|
4212
4218
|
temperature?: number | undefined;
|
|
4213
4219
|
top_p?: number | undefined;
|
|
@@ -4227,7 +4233,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4227
4233
|
type: "disabled";
|
|
4228
4234
|
} | undefined;
|
|
4229
4235
|
}, {
|
|
4230
|
-
model?:
|
|
4236
|
+
model?: string | undefined;
|
|
4231
4237
|
skills?: string[] | undefined;
|
|
4232
4238
|
temperature?: number | undefined;
|
|
4233
4239
|
top_p?: number | undefined;
|
|
@@ -4248,7 +4254,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4248
4254
|
} | undefined;
|
|
4249
4255
|
}>>;
|
|
4250
4256
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
4251
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4257
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4252
4258
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4253
4259
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4254
4260
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4278,7 +4284,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4278
4284
|
type: "disabled";
|
|
4279
4285
|
}>]>>;
|
|
4280
4286
|
}, "strip", z.ZodTypeAny, {
|
|
4281
|
-
model?:
|
|
4287
|
+
model?: string | undefined;
|
|
4282
4288
|
skills?: string[] | undefined;
|
|
4283
4289
|
temperature?: number | undefined;
|
|
4284
4290
|
top_p?: number | undefined;
|
|
@@ -4298,7 +4304,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4298
4304
|
type: "disabled";
|
|
4299
4305
|
} | undefined;
|
|
4300
4306
|
}, {
|
|
4301
|
-
model?:
|
|
4307
|
+
model?: string | undefined;
|
|
4302
4308
|
skills?: string[] | undefined;
|
|
4303
4309
|
temperature?: number | undefined;
|
|
4304
4310
|
top_p?: number | undefined;
|
|
@@ -4319,7 +4325,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4319
4325
|
} | undefined;
|
|
4320
4326
|
}>>;
|
|
4321
4327
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
4322
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4328
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4323
4329
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4324
4330
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4325
4331
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4349,7 +4355,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4349
4355
|
type: "disabled";
|
|
4350
4356
|
}>]>>;
|
|
4351
4357
|
}, "strip", z.ZodTypeAny, {
|
|
4352
|
-
model?:
|
|
4358
|
+
model?: string | undefined;
|
|
4353
4359
|
skills?: string[] | undefined;
|
|
4354
4360
|
temperature?: number | undefined;
|
|
4355
4361
|
top_p?: number | undefined;
|
|
@@ -4369,7 +4375,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4369
4375
|
type: "disabled";
|
|
4370
4376
|
} | undefined;
|
|
4371
4377
|
}, {
|
|
4372
|
-
model?:
|
|
4378
|
+
model?: string | undefined;
|
|
4373
4379
|
skills?: string[] | undefined;
|
|
4374
4380
|
temperature?: number | undefined;
|
|
4375
4381
|
top_p?: number | undefined;
|
|
@@ -4390,7 +4396,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4390
4396
|
} | undefined;
|
|
4391
4397
|
}>>;
|
|
4392
4398
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
4393
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4399
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4394
4400
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4395
4401
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4396
4402
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4420,7 +4426,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4420
4426
|
type: "disabled";
|
|
4421
4427
|
}>]>>;
|
|
4422
4428
|
}, "strip", z.ZodTypeAny, {
|
|
4423
|
-
model?:
|
|
4429
|
+
model?: string | undefined;
|
|
4424
4430
|
skills?: string[] | undefined;
|
|
4425
4431
|
temperature?: number | undefined;
|
|
4426
4432
|
top_p?: number | undefined;
|
|
@@ -4440,7 +4446,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4440
4446
|
type: "disabled";
|
|
4441
4447
|
} | undefined;
|
|
4442
4448
|
}, {
|
|
4443
|
-
model?:
|
|
4449
|
+
model?: string | undefined;
|
|
4444
4450
|
skills?: string[] | undefined;
|
|
4445
4451
|
temperature?: number | undefined;
|
|
4446
4452
|
top_p?: number | undefined;
|
|
@@ -4461,7 +4467,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4461
4467
|
} | undefined;
|
|
4462
4468
|
}>>;
|
|
4463
4469
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
4464
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4470
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4465
4471
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4466
4472
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4467
4473
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4491,7 +4497,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4491
4497
|
type: "disabled";
|
|
4492
4498
|
}>]>>;
|
|
4493
4499
|
}, "strip", z.ZodTypeAny, {
|
|
4494
|
-
model?:
|
|
4500
|
+
model?: string | undefined;
|
|
4495
4501
|
skills?: string[] | undefined;
|
|
4496
4502
|
temperature?: number | undefined;
|
|
4497
4503
|
top_p?: number | undefined;
|
|
@@ -4511,7 +4517,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4511
4517
|
type: "disabled";
|
|
4512
4518
|
} | undefined;
|
|
4513
4519
|
}, {
|
|
4514
|
-
model?:
|
|
4520
|
+
model?: string | undefined;
|
|
4515
4521
|
skills?: string[] | undefined;
|
|
4516
4522
|
temperature?: number | undefined;
|
|
4517
4523
|
top_p?: number | undefined;
|
|
@@ -4532,7 +4538,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4532
4538
|
} | undefined;
|
|
4533
4539
|
}>>;
|
|
4534
4540
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
4535
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4541
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4536
4542
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4537
4543
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4538
4544
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4562,7 +4568,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4562
4568
|
type: "disabled";
|
|
4563
4569
|
}>]>>;
|
|
4564
4570
|
}, "strip", z.ZodTypeAny, {
|
|
4565
|
-
model?:
|
|
4571
|
+
model?: string | undefined;
|
|
4566
4572
|
skills?: string[] | undefined;
|
|
4567
4573
|
temperature?: number | undefined;
|
|
4568
4574
|
top_p?: number | undefined;
|
|
@@ -4582,7 +4588,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4582
4588
|
type: "disabled";
|
|
4583
4589
|
} | undefined;
|
|
4584
4590
|
}, {
|
|
4585
|
-
model?:
|
|
4591
|
+
model?: string | undefined;
|
|
4586
4592
|
skills?: string[] | undefined;
|
|
4587
4593
|
temperature?: number | undefined;
|
|
4588
4594
|
top_p?: number | undefined;
|
|
@@ -4603,7 +4609,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4603
4609
|
} | undefined;
|
|
4604
4610
|
}>>;
|
|
4605
4611
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
4606
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4612
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4607
4613
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4608
4614
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4609
4615
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4633,7 +4639,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4633
4639
|
type: "disabled";
|
|
4634
4640
|
}>]>>;
|
|
4635
4641
|
}, "strip", z.ZodTypeAny, {
|
|
4636
|
-
model?:
|
|
4642
|
+
model?: string | undefined;
|
|
4637
4643
|
skills?: string[] | undefined;
|
|
4638
4644
|
temperature?: number | undefined;
|
|
4639
4645
|
top_p?: number | undefined;
|
|
@@ -4653,7 +4659,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4653
4659
|
type: "disabled";
|
|
4654
4660
|
} | undefined;
|
|
4655
4661
|
}, {
|
|
4656
|
-
model?:
|
|
4662
|
+
model?: string | undefined;
|
|
4657
4663
|
skills?: string[] | undefined;
|
|
4658
4664
|
temperature?: number | undefined;
|
|
4659
4665
|
top_p?: number | undefined;
|
|
@@ -4674,7 +4680,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4674
4680
|
} | undefined;
|
|
4675
4681
|
}>>;
|
|
4676
4682
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
4677
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4683
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4678
4684
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4679
4685
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4680
4686
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4704,7 +4710,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4704
4710
|
type: "disabled";
|
|
4705
4711
|
}>]>>;
|
|
4706
4712
|
}, "strip", z.ZodTypeAny, {
|
|
4707
|
-
model?:
|
|
4713
|
+
model?: string | undefined;
|
|
4708
4714
|
skills?: string[] | undefined;
|
|
4709
4715
|
temperature?: number | undefined;
|
|
4710
4716
|
top_p?: number | undefined;
|
|
@@ -4724,7 +4730,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4724
4730
|
type: "disabled";
|
|
4725
4731
|
} | undefined;
|
|
4726
4732
|
}, {
|
|
4727
|
-
model?:
|
|
4733
|
+
model?: string | undefined;
|
|
4728
4734
|
skills?: string[] | undefined;
|
|
4729
4735
|
temperature?: number | undefined;
|
|
4730
4736
|
top_p?: number | undefined;
|
|
@@ -4745,7 +4751,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4745
4751
|
} | undefined;
|
|
4746
4752
|
}>>;
|
|
4747
4753
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
4748
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4754
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4749
4755
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4750
4756
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4751
4757
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4775,7 +4781,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4775
4781
|
type: "disabled";
|
|
4776
4782
|
}>]>>;
|
|
4777
4783
|
}, "strip", z.ZodTypeAny, {
|
|
4778
|
-
model?:
|
|
4784
|
+
model?: string | undefined;
|
|
4779
4785
|
skills?: string[] | undefined;
|
|
4780
4786
|
temperature?: number | undefined;
|
|
4781
4787
|
top_p?: number | undefined;
|
|
@@ -4795,7 +4801,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4795
4801
|
type: "disabled";
|
|
4796
4802
|
} | undefined;
|
|
4797
4803
|
}, {
|
|
4798
|
-
model?:
|
|
4804
|
+
model?: string | undefined;
|
|
4799
4805
|
skills?: string[] | undefined;
|
|
4800
4806
|
temperature?: number | undefined;
|
|
4801
4807
|
top_p?: number | undefined;
|
|
@@ -4816,7 +4822,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4816
4822
|
} | undefined;
|
|
4817
4823
|
}>>;
|
|
4818
4824
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
4819
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4825
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4820
4826
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4821
4827
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4822
4828
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4846,7 +4852,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4846
4852
|
type: "disabled";
|
|
4847
4853
|
}>]>>;
|
|
4848
4854
|
}, "strip", z.ZodTypeAny, {
|
|
4849
|
-
model?:
|
|
4855
|
+
model?: string | undefined;
|
|
4850
4856
|
skills?: string[] | undefined;
|
|
4851
4857
|
temperature?: number | undefined;
|
|
4852
4858
|
top_p?: number | undefined;
|
|
@@ -4866,7 +4872,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4866
4872
|
type: "disabled";
|
|
4867
4873
|
} | undefined;
|
|
4868
4874
|
}, {
|
|
4869
|
-
model?:
|
|
4875
|
+
model?: string | undefined;
|
|
4870
4876
|
skills?: string[] | undefined;
|
|
4871
4877
|
temperature?: number | undefined;
|
|
4872
4878
|
top_p?: number | undefined;
|
|
@@ -4887,7 +4893,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4887
4893
|
} | undefined;
|
|
4888
4894
|
}>>;
|
|
4889
4895
|
}, z.ZodObject<{
|
|
4890
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4896
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4891
4897
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4892
4898
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4893
4899
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4917,7 +4923,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4917
4923
|
type: "disabled";
|
|
4918
4924
|
}>]>>;
|
|
4919
4925
|
}, "strip", z.ZodTypeAny, {
|
|
4920
|
-
model?:
|
|
4926
|
+
model?: string | undefined;
|
|
4921
4927
|
skills?: string[] | undefined;
|
|
4922
4928
|
temperature?: number | undefined;
|
|
4923
4929
|
top_p?: number | undefined;
|
|
@@ -4937,7 +4943,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4937
4943
|
type: "disabled";
|
|
4938
4944
|
} | undefined;
|
|
4939
4945
|
}, {
|
|
4940
|
-
model?:
|
|
4946
|
+
model?: string | undefined;
|
|
4941
4947
|
skills?: string[] | undefined;
|
|
4942
4948
|
temperature?: number | undefined;
|
|
4943
4949
|
top_p?: number | undefined;
|
|
@@ -4958,7 +4964,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4958
4964
|
} | undefined;
|
|
4959
4965
|
}>, "strip">, z.objectInputType<{
|
|
4960
4966
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
4961
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
4967
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
4962
4968
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4963
4969
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
4964
4970
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4988,7 +4994,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
4988
4994
|
type: "disabled";
|
|
4989
4995
|
}>]>>;
|
|
4990
4996
|
}, "strip", z.ZodTypeAny, {
|
|
4991
|
-
model?:
|
|
4997
|
+
model?: string | undefined;
|
|
4992
4998
|
skills?: string[] | undefined;
|
|
4993
4999
|
temperature?: number | undefined;
|
|
4994
5000
|
top_p?: number | undefined;
|
|
@@ -5008,7 +5014,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5008
5014
|
type: "disabled";
|
|
5009
5015
|
} | undefined;
|
|
5010
5016
|
}, {
|
|
5011
|
-
model?:
|
|
5017
|
+
model?: string | undefined;
|
|
5012
5018
|
skills?: string[] | undefined;
|
|
5013
5019
|
temperature?: number | undefined;
|
|
5014
5020
|
top_p?: number | undefined;
|
|
@@ -5029,7 +5035,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5029
5035
|
} | undefined;
|
|
5030
5036
|
}>>;
|
|
5031
5037
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
5032
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5038
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5033
5039
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5034
5040
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5035
5041
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5059,7 +5065,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5059
5065
|
type: "disabled";
|
|
5060
5066
|
}>]>>;
|
|
5061
5067
|
}, "strip", z.ZodTypeAny, {
|
|
5062
|
-
model?:
|
|
5068
|
+
model?: string | undefined;
|
|
5063
5069
|
skills?: string[] | undefined;
|
|
5064
5070
|
temperature?: number | undefined;
|
|
5065
5071
|
top_p?: number | undefined;
|
|
@@ -5079,7 +5085,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5079
5085
|
type: "disabled";
|
|
5080
5086
|
} | undefined;
|
|
5081
5087
|
}, {
|
|
5082
|
-
model?:
|
|
5088
|
+
model?: string | undefined;
|
|
5083
5089
|
skills?: string[] | undefined;
|
|
5084
5090
|
temperature?: number | undefined;
|
|
5085
5091
|
top_p?: number | undefined;
|
|
@@ -5100,7 +5106,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5100
5106
|
} | undefined;
|
|
5101
5107
|
}>>;
|
|
5102
5108
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
5103
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5109
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5104
5110
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5105
5111
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5106
5112
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5130,7 +5136,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5130
5136
|
type: "disabled";
|
|
5131
5137
|
}>]>>;
|
|
5132
5138
|
}, "strip", z.ZodTypeAny, {
|
|
5133
|
-
model?:
|
|
5139
|
+
model?: string | undefined;
|
|
5134
5140
|
skills?: string[] | undefined;
|
|
5135
5141
|
temperature?: number | undefined;
|
|
5136
5142
|
top_p?: number | undefined;
|
|
@@ -5150,7 +5156,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5150
5156
|
type: "disabled";
|
|
5151
5157
|
} | undefined;
|
|
5152
5158
|
}, {
|
|
5153
|
-
model?:
|
|
5159
|
+
model?: string | undefined;
|
|
5154
5160
|
skills?: string[] | undefined;
|
|
5155
5161
|
temperature?: number | undefined;
|
|
5156
5162
|
top_p?: number | undefined;
|
|
@@ -5171,7 +5177,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5171
5177
|
} | undefined;
|
|
5172
5178
|
}>>;
|
|
5173
5179
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
5174
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5180
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5175
5181
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5176
5182
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5177
5183
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5201,7 +5207,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5201
5207
|
type: "disabled";
|
|
5202
5208
|
}>]>>;
|
|
5203
5209
|
}, "strip", z.ZodTypeAny, {
|
|
5204
|
-
model?:
|
|
5210
|
+
model?: string | undefined;
|
|
5205
5211
|
skills?: string[] | undefined;
|
|
5206
5212
|
temperature?: number | undefined;
|
|
5207
5213
|
top_p?: number | undefined;
|
|
@@ -5221,7 +5227,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5221
5227
|
type: "disabled";
|
|
5222
5228
|
} | undefined;
|
|
5223
5229
|
}, {
|
|
5224
|
-
model?:
|
|
5230
|
+
model?: string | undefined;
|
|
5225
5231
|
skills?: string[] | undefined;
|
|
5226
5232
|
temperature?: number | undefined;
|
|
5227
5233
|
top_p?: number | undefined;
|
|
@@ -5242,7 +5248,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5242
5248
|
} | undefined;
|
|
5243
5249
|
}>>;
|
|
5244
5250
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
5245
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5251
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5246
5252
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5247
5253
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5248
5254
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5272,7 +5278,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5272
5278
|
type: "disabled";
|
|
5273
5279
|
}>]>>;
|
|
5274
5280
|
}, "strip", z.ZodTypeAny, {
|
|
5275
|
-
model?:
|
|
5281
|
+
model?: string | undefined;
|
|
5276
5282
|
skills?: string[] | undefined;
|
|
5277
5283
|
temperature?: number | undefined;
|
|
5278
5284
|
top_p?: number | undefined;
|
|
@@ -5292,7 +5298,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5292
5298
|
type: "disabled";
|
|
5293
5299
|
} | undefined;
|
|
5294
5300
|
}, {
|
|
5295
|
-
model?:
|
|
5301
|
+
model?: string | undefined;
|
|
5296
5302
|
skills?: string[] | undefined;
|
|
5297
5303
|
temperature?: number | undefined;
|
|
5298
5304
|
top_p?: number | undefined;
|
|
@@ -5313,7 +5319,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5313
5319
|
} | undefined;
|
|
5314
5320
|
}>>;
|
|
5315
5321
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
5316
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5322
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5317
5323
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5318
5324
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5319
5325
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5343,7 +5349,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5343
5349
|
type: "disabled";
|
|
5344
5350
|
}>]>>;
|
|
5345
5351
|
}, "strip", z.ZodTypeAny, {
|
|
5346
|
-
model?:
|
|
5352
|
+
model?: string | undefined;
|
|
5347
5353
|
skills?: string[] | undefined;
|
|
5348
5354
|
temperature?: number | undefined;
|
|
5349
5355
|
top_p?: number | undefined;
|
|
@@ -5363,7 +5369,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5363
5369
|
type: "disabled";
|
|
5364
5370
|
} | undefined;
|
|
5365
5371
|
}, {
|
|
5366
|
-
model?:
|
|
5372
|
+
model?: string | undefined;
|
|
5367
5373
|
skills?: string[] | undefined;
|
|
5368
5374
|
temperature?: number | undefined;
|
|
5369
5375
|
top_p?: number | undefined;
|
|
@@ -5384,7 +5390,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5384
5390
|
} | undefined;
|
|
5385
5391
|
}>>;
|
|
5386
5392
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
5387
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5393
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5388
5394
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5389
5395
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5390
5396
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5414,7 +5420,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5414
5420
|
type: "disabled";
|
|
5415
5421
|
}>]>>;
|
|
5416
5422
|
}, "strip", z.ZodTypeAny, {
|
|
5417
|
-
model?:
|
|
5423
|
+
model?: string | undefined;
|
|
5418
5424
|
skills?: string[] | undefined;
|
|
5419
5425
|
temperature?: number | undefined;
|
|
5420
5426
|
top_p?: number | undefined;
|
|
@@ -5434,7 +5440,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5434
5440
|
type: "disabled";
|
|
5435
5441
|
} | undefined;
|
|
5436
5442
|
}, {
|
|
5437
|
-
model?:
|
|
5443
|
+
model?: string | undefined;
|
|
5438
5444
|
skills?: string[] | undefined;
|
|
5439
5445
|
temperature?: number | undefined;
|
|
5440
5446
|
top_p?: number | undefined;
|
|
@@ -5455,7 +5461,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5455
5461
|
} | undefined;
|
|
5456
5462
|
}>>;
|
|
5457
5463
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
5458
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5464
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5459
5465
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5460
5466
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5461
5467
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5485,7 +5491,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5485
5491
|
type: "disabled";
|
|
5486
5492
|
}>]>>;
|
|
5487
5493
|
}, "strip", z.ZodTypeAny, {
|
|
5488
|
-
model?:
|
|
5494
|
+
model?: string | undefined;
|
|
5489
5495
|
skills?: string[] | undefined;
|
|
5490
5496
|
temperature?: number | undefined;
|
|
5491
5497
|
top_p?: number | undefined;
|
|
@@ -5505,7 +5511,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5505
5511
|
type: "disabled";
|
|
5506
5512
|
} | undefined;
|
|
5507
5513
|
}, {
|
|
5508
|
-
model?:
|
|
5514
|
+
model?: string | undefined;
|
|
5509
5515
|
skills?: string[] | undefined;
|
|
5510
5516
|
temperature?: number | undefined;
|
|
5511
5517
|
top_p?: number | undefined;
|
|
@@ -5526,7 +5532,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5526
5532
|
} | undefined;
|
|
5527
5533
|
}>>;
|
|
5528
5534
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
5529
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5535
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5530
5536
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5531
5537
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5532
5538
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5556,7 +5562,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5556
5562
|
type: "disabled";
|
|
5557
5563
|
}>]>>;
|
|
5558
5564
|
}, "strip", z.ZodTypeAny, {
|
|
5559
|
-
model?:
|
|
5565
|
+
model?: string | undefined;
|
|
5560
5566
|
skills?: string[] | undefined;
|
|
5561
5567
|
temperature?: number | undefined;
|
|
5562
5568
|
top_p?: number | undefined;
|
|
@@ -5576,7 +5582,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5576
5582
|
type: "disabled";
|
|
5577
5583
|
} | undefined;
|
|
5578
5584
|
}, {
|
|
5579
|
-
model?:
|
|
5585
|
+
model?: string | undefined;
|
|
5580
5586
|
skills?: string[] | undefined;
|
|
5581
5587
|
temperature?: number | undefined;
|
|
5582
5588
|
top_p?: number | undefined;
|
|
@@ -5597,7 +5603,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5597
5603
|
} | undefined;
|
|
5598
5604
|
}>>;
|
|
5599
5605
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
5600
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5606
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5601
5607
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5602
5608
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5603
5609
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5627,7 +5633,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5627
5633
|
type: "disabled";
|
|
5628
5634
|
}>]>>;
|
|
5629
5635
|
}, "strip", z.ZodTypeAny, {
|
|
5630
|
-
model?:
|
|
5636
|
+
model?: string | undefined;
|
|
5631
5637
|
skills?: string[] | undefined;
|
|
5632
5638
|
temperature?: number | undefined;
|
|
5633
5639
|
top_p?: number | undefined;
|
|
@@ -5647,7 +5653,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5647
5653
|
type: "disabled";
|
|
5648
5654
|
} | undefined;
|
|
5649
5655
|
}, {
|
|
5650
|
-
model?:
|
|
5656
|
+
model?: string | undefined;
|
|
5651
5657
|
skills?: string[] | undefined;
|
|
5652
5658
|
temperature?: number | undefined;
|
|
5653
5659
|
top_p?: number | undefined;
|
|
@@ -5668,7 +5674,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5668
5674
|
} | undefined;
|
|
5669
5675
|
}>>;
|
|
5670
5676
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
5671
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5677
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5672
5678
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5673
5679
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5674
5680
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5698,7 +5704,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5698
5704
|
type: "disabled";
|
|
5699
5705
|
}>]>>;
|
|
5700
5706
|
}, "strip", z.ZodTypeAny, {
|
|
5701
|
-
model?:
|
|
5707
|
+
model?: string | undefined;
|
|
5702
5708
|
skills?: string[] | undefined;
|
|
5703
5709
|
temperature?: number | undefined;
|
|
5704
5710
|
top_p?: number | undefined;
|
|
@@ -5718,7 +5724,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5718
5724
|
type: "disabled";
|
|
5719
5725
|
} | undefined;
|
|
5720
5726
|
}, {
|
|
5721
|
-
model?:
|
|
5727
|
+
model?: string | undefined;
|
|
5722
5728
|
skills?: string[] | undefined;
|
|
5723
5729
|
temperature?: number | undefined;
|
|
5724
5730
|
top_p?: number | undefined;
|
|
@@ -5739,7 +5745,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5739
5745
|
} | undefined;
|
|
5740
5746
|
}>>;
|
|
5741
5747
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
5742
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5748
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5743
5749
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5744
5750
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5745
5751
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5769,7 +5775,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5769
5775
|
type: "disabled";
|
|
5770
5776
|
}>]>>;
|
|
5771
5777
|
}, "strip", z.ZodTypeAny, {
|
|
5772
|
-
model?:
|
|
5778
|
+
model?: string | undefined;
|
|
5773
5779
|
skills?: string[] | undefined;
|
|
5774
5780
|
temperature?: number | undefined;
|
|
5775
5781
|
top_p?: number | undefined;
|
|
@@ -5789,7 +5795,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5789
5795
|
type: "disabled";
|
|
5790
5796
|
} | undefined;
|
|
5791
5797
|
}, {
|
|
5792
|
-
model?:
|
|
5798
|
+
model?: string | undefined;
|
|
5793
5799
|
skills?: string[] | undefined;
|
|
5794
5800
|
temperature?: number | undefined;
|
|
5795
5801
|
top_p?: number | undefined;
|
|
@@ -5810,7 +5816,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5810
5816
|
} | undefined;
|
|
5811
5817
|
}>>;
|
|
5812
5818
|
}, z.ZodObject<{
|
|
5813
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5819
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5814
5820
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5815
5821
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5816
5822
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5840,7 +5846,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5840
5846
|
type: "disabled";
|
|
5841
5847
|
}>]>>;
|
|
5842
5848
|
}, "strip", z.ZodTypeAny, {
|
|
5843
|
-
model?:
|
|
5849
|
+
model?: string | undefined;
|
|
5844
5850
|
skills?: string[] | undefined;
|
|
5845
5851
|
temperature?: number | undefined;
|
|
5846
5852
|
top_p?: number | undefined;
|
|
@@ -5860,7 +5866,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5860
5866
|
type: "disabled";
|
|
5861
5867
|
} | undefined;
|
|
5862
5868
|
}, {
|
|
5863
|
-
model?:
|
|
5869
|
+
model?: string | undefined;
|
|
5864
5870
|
skills?: string[] | undefined;
|
|
5865
5871
|
temperature?: number | undefined;
|
|
5866
5872
|
top_p?: number | undefined;
|
|
@@ -5882,7 +5888,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5882
5888
|
}>, "strip">>>;
|
|
5883
5889
|
categories: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5884
5890
|
description: z.ZodOptional<z.ZodString>;
|
|
5885
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
5891
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
5886
5892
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
5887
5893
|
maxTokens: z.ZodOptional<z.ZodNumber>;
|
|
5888
5894
|
thinking: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
@@ -5904,7 +5910,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5904
5910
|
prompt_append: z.ZodOptional<z.ZodString>;
|
|
5905
5911
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
5906
5912
|
}, "strip", z.ZodTypeAny, {
|
|
5907
|
-
model?:
|
|
5913
|
+
model?: string | undefined;
|
|
5908
5914
|
temperature?: number | undefined;
|
|
5909
5915
|
prompt_append?: string | undefined;
|
|
5910
5916
|
disable?: boolean | undefined;
|
|
@@ -5917,7 +5923,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
5917
5923
|
type: "disabled";
|
|
5918
5924
|
} | undefined;
|
|
5919
5925
|
}, {
|
|
5920
|
-
model?:
|
|
5926
|
+
model?: string | undefined;
|
|
5921
5927
|
temperature?: number | undefined;
|
|
5922
5928
|
prompt_append?: string | undefined;
|
|
5923
5929
|
disable?: boolean | undefined;
|
|
@@ -6060,13 +6066,13 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6060
6066
|
disabled_mcps?: ("websearch" | "context7" | "grep_app")[] | undefined;
|
|
6061
6067
|
disabled_agents?: string[] | undefined;
|
|
6062
6068
|
disabled_skills?: ("git-keeper" | "playwright" | "dev-browser" | "dread-reviewer" | "slop-purge" | "frontend-acolyte")[] | undefined;
|
|
6063
|
-
disabled_hooks?: ("todo-continuation" | "elder-loop" | "comment-checker" | "session-recovery" | "background-notification" | "context-injector" | "write-guard" | "bash-read-guard" | "keyword-detector" | "rules-injector" | "cthulhu-auto" | "memory-override" | "yith-capture" | "web-research-detector" | "design-detector")[] | undefined;
|
|
6069
|
+
disabled_hooks?: ("todo-continuation" | "elder-loop" | "comment-checker" | "session-recovery" | "background-notification" | "context-injector" | "write-guard" | "bash-read-guard" | "keyword-detector" | "rules-injector" | "cthulhu-auto" | "memory-override" | "yith-capture" | "web-research-detector" | "design-detector" | "agent-sync")[] | undefined;
|
|
6064
6070
|
disabled_commands?: ("elder-loop" | "old-ones-init" | "cancel-elder-loop" | "invoke-shub" | "stop-the-dreaming" | "exorcise-ai-slop" | "session-handoff")[] | undefined;
|
|
6065
6071
|
disabled_tools?: string[] | undefined;
|
|
6066
6072
|
mcp_env_allowlist?: string[] | undefined;
|
|
6067
6073
|
agents?: z.objectOutputType<{
|
|
6068
6074
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
6069
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6075
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6070
6076
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6071
6077
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6072
6078
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6096,7 +6102,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6096
6102
|
type: "disabled";
|
|
6097
6103
|
}>]>>;
|
|
6098
6104
|
}, "strip", z.ZodTypeAny, {
|
|
6099
|
-
model?:
|
|
6105
|
+
model?: string | undefined;
|
|
6100
6106
|
skills?: string[] | undefined;
|
|
6101
6107
|
temperature?: number | undefined;
|
|
6102
6108
|
top_p?: number | undefined;
|
|
@@ -6116,7 +6122,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6116
6122
|
type: "disabled";
|
|
6117
6123
|
} | undefined;
|
|
6118
6124
|
}, {
|
|
6119
|
-
model?:
|
|
6125
|
+
model?: string | undefined;
|
|
6120
6126
|
skills?: string[] | undefined;
|
|
6121
6127
|
temperature?: number | undefined;
|
|
6122
6128
|
top_p?: number | undefined;
|
|
@@ -6137,7 +6143,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6137
6143
|
} | undefined;
|
|
6138
6144
|
}>>;
|
|
6139
6145
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
6140
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6146
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6141
6147
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6142
6148
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6143
6149
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6167,7 +6173,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6167
6173
|
type: "disabled";
|
|
6168
6174
|
}>]>>;
|
|
6169
6175
|
}, "strip", z.ZodTypeAny, {
|
|
6170
|
-
model?:
|
|
6176
|
+
model?: string | undefined;
|
|
6171
6177
|
skills?: string[] | undefined;
|
|
6172
6178
|
temperature?: number | undefined;
|
|
6173
6179
|
top_p?: number | undefined;
|
|
@@ -6187,7 +6193,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6187
6193
|
type: "disabled";
|
|
6188
6194
|
} | undefined;
|
|
6189
6195
|
}, {
|
|
6190
|
-
model?:
|
|
6196
|
+
model?: string | undefined;
|
|
6191
6197
|
skills?: string[] | undefined;
|
|
6192
6198
|
temperature?: number | undefined;
|
|
6193
6199
|
top_p?: number | undefined;
|
|
@@ -6208,7 +6214,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6208
6214
|
} | undefined;
|
|
6209
6215
|
}>>;
|
|
6210
6216
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
6211
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6217
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6212
6218
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6213
6219
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6214
6220
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6238,7 +6244,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6238
6244
|
type: "disabled";
|
|
6239
6245
|
}>]>>;
|
|
6240
6246
|
}, "strip", z.ZodTypeAny, {
|
|
6241
|
-
model?:
|
|
6247
|
+
model?: string | undefined;
|
|
6242
6248
|
skills?: string[] | undefined;
|
|
6243
6249
|
temperature?: number | undefined;
|
|
6244
6250
|
top_p?: number | undefined;
|
|
@@ -6258,7 +6264,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6258
6264
|
type: "disabled";
|
|
6259
6265
|
} | undefined;
|
|
6260
6266
|
}, {
|
|
6261
|
-
model?:
|
|
6267
|
+
model?: string | undefined;
|
|
6262
6268
|
skills?: string[] | undefined;
|
|
6263
6269
|
temperature?: number | undefined;
|
|
6264
6270
|
top_p?: number | undefined;
|
|
@@ -6279,7 +6285,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6279
6285
|
} | undefined;
|
|
6280
6286
|
}>>;
|
|
6281
6287
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
6282
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6288
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6283
6289
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6284
6290
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6285
6291
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6309,7 +6315,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6309
6315
|
type: "disabled";
|
|
6310
6316
|
}>]>>;
|
|
6311
6317
|
}, "strip", z.ZodTypeAny, {
|
|
6312
|
-
model?:
|
|
6318
|
+
model?: string | undefined;
|
|
6313
6319
|
skills?: string[] | undefined;
|
|
6314
6320
|
temperature?: number | undefined;
|
|
6315
6321
|
top_p?: number | undefined;
|
|
@@ -6329,7 +6335,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6329
6335
|
type: "disabled";
|
|
6330
6336
|
} | undefined;
|
|
6331
6337
|
}, {
|
|
6332
|
-
model?:
|
|
6338
|
+
model?: string | undefined;
|
|
6333
6339
|
skills?: string[] | undefined;
|
|
6334
6340
|
temperature?: number | undefined;
|
|
6335
6341
|
top_p?: number | undefined;
|
|
@@ -6350,7 +6356,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6350
6356
|
} | undefined;
|
|
6351
6357
|
}>>;
|
|
6352
6358
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
6353
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6359
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6354
6360
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6355
6361
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6356
6362
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6380,7 +6386,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6380
6386
|
type: "disabled";
|
|
6381
6387
|
}>]>>;
|
|
6382
6388
|
}, "strip", z.ZodTypeAny, {
|
|
6383
|
-
model?:
|
|
6389
|
+
model?: string | undefined;
|
|
6384
6390
|
skills?: string[] | undefined;
|
|
6385
6391
|
temperature?: number | undefined;
|
|
6386
6392
|
top_p?: number | undefined;
|
|
@@ -6400,7 +6406,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6400
6406
|
type: "disabled";
|
|
6401
6407
|
} | undefined;
|
|
6402
6408
|
}, {
|
|
6403
|
-
model?:
|
|
6409
|
+
model?: string | undefined;
|
|
6404
6410
|
skills?: string[] | undefined;
|
|
6405
6411
|
temperature?: number | undefined;
|
|
6406
6412
|
top_p?: number | undefined;
|
|
@@ -6421,7 +6427,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6421
6427
|
} | undefined;
|
|
6422
6428
|
}>>;
|
|
6423
6429
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
6424
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6430
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6425
6431
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6426
6432
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6427
6433
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6451,7 +6457,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6451
6457
|
type: "disabled";
|
|
6452
6458
|
}>]>>;
|
|
6453
6459
|
}, "strip", z.ZodTypeAny, {
|
|
6454
|
-
model?:
|
|
6460
|
+
model?: string | undefined;
|
|
6455
6461
|
skills?: string[] | undefined;
|
|
6456
6462
|
temperature?: number | undefined;
|
|
6457
6463
|
top_p?: number | undefined;
|
|
@@ -6471,7 +6477,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6471
6477
|
type: "disabled";
|
|
6472
6478
|
} | undefined;
|
|
6473
6479
|
}, {
|
|
6474
|
-
model?:
|
|
6480
|
+
model?: string | undefined;
|
|
6475
6481
|
skills?: string[] | undefined;
|
|
6476
6482
|
temperature?: number | undefined;
|
|
6477
6483
|
top_p?: number | undefined;
|
|
@@ -6492,7 +6498,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6492
6498
|
} | undefined;
|
|
6493
6499
|
}>>;
|
|
6494
6500
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
6495
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6501
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6496
6502
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6497
6503
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6498
6504
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6522,7 +6528,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6522
6528
|
type: "disabled";
|
|
6523
6529
|
}>]>>;
|
|
6524
6530
|
}, "strip", z.ZodTypeAny, {
|
|
6525
|
-
model?:
|
|
6531
|
+
model?: string | undefined;
|
|
6526
6532
|
skills?: string[] | undefined;
|
|
6527
6533
|
temperature?: number | undefined;
|
|
6528
6534
|
top_p?: number | undefined;
|
|
@@ -6542,7 +6548,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6542
6548
|
type: "disabled";
|
|
6543
6549
|
} | undefined;
|
|
6544
6550
|
}, {
|
|
6545
|
-
model?:
|
|
6551
|
+
model?: string | undefined;
|
|
6546
6552
|
skills?: string[] | undefined;
|
|
6547
6553
|
temperature?: number | undefined;
|
|
6548
6554
|
top_p?: number | undefined;
|
|
@@ -6563,7 +6569,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6563
6569
|
} | undefined;
|
|
6564
6570
|
}>>;
|
|
6565
6571
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
6566
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6572
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6567
6573
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6568
6574
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6569
6575
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6593,7 +6599,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6593
6599
|
type: "disabled";
|
|
6594
6600
|
}>]>>;
|
|
6595
6601
|
}, "strip", z.ZodTypeAny, {
|
|
6596
|
-
model?:
|
|
6602
|
+
model?: string | undefined;
|
|
6597
6603
|
skills?: string[] | undefined;
|
|
6598
6604
|
temperature?: number | undefined;
|
|
6599
6605
|
top_p?: number | undefined;
|
|
@@ -6613,7 +6619,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6613
6619
|
type: "disabled";
|
|
6614
6620
|
} | undefined;
|
|
6615
6621
|
}, {
|
|
6616
|
-
model?:
|
|
6622
|
+
model?: string | undefined;
|
|
6617
6623
|
skills?: string[] | undefined;
|
|
6618
6624
|
temperature?: number | undefined;
|
|
6619
6625
|
top_p?: number | undefined;
|
|
@@ -6634,7 +6640,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6634
6640
|
} | undefined;
|
|
6635
6641
|
}>>;
|
|
6636
6642
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
6637
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6643
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6638
6644
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6639
6645
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6640
6646
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6664,7 +6670,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6664
6670
|
type: "disabled";
|
|
6665
6671
|
}>]>>;
|
|
6666
6672
|
}, "strip", z.ZodTypeAny, {
|
|
6667
|
-
model?:
|
|
6673
|
+
model?: string | undefined;
|
|
6668
6674
|
skills?: string[] | undefined;
|
|
6669
6675
|
temperature?: number | undefined;
|
|
6670
6676
|
top_p?: number | undefined;
|
|
@@ -6684,7 +6690,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6684
6690
|
type: "disabled";
|
|
6685
6691
|
} | undefined;
|
|
6686
6692
|
}, {
|
|
6687
|
-
model?:
|
|
6693
|
+
model?: string | undefined;
|
|
6688
6694
|
skills?: string[] | undefined;
|
|
6689
6695
|
temperature?: number | undefined;
|
|
6690
6696
|
top_p?: number | undefined;
|
|
@@ -6705,7 +6711,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6705
6711
|
} | undefined;
|
|
6706
6712
|
}>>;
|
|
6707
6713
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
6708
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6714
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6709
6715
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6710
6716
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6711
6717
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6735,7 +6741,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6735
6741
|
type: "disabled";
|
|
6736
6742
|
}>]>>;
|
|
6737
6743
|
}, "strip", z.ZodTypeAny, {
|
|
6738
|
-
model?:
|
|
6744
|
+
model?: string | undefined;
|
|
6739
6745
|
skills?: string[] | undefined;
|
|
6740
6746
|
temperature?: number | undefined;
|
|
6741
6747
|
top_p?: number | undefined;
|
|
@@ -6755,7 +6761,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6755
6761
|
type: "disabled";
|
|
6756
6762
|
} | undefined;
|
|
6757
6763
|
}, {
|
|
6758
|
-
model?:
|
|
6764
|
+
model?: string | undefined;
|
|
6759
6765
|
skills?: string[] | undefined;
|
|
6760
6766
|
temperature?: number | undefined;
|
|
6761
6767
|
top_p?: number | undefined;
|
|
@@ -6776,7 +6782,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6776
6782
|
} | undefined;
|
|
6777
6783
|
}>>;
|
|
6778
6784
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
6779
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6785
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6780
6786
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6781
6787
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6782
6788
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6806,7 +6812,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6806
6812
|
type: "disabled";
|
|
6807
6813
|
}>]>>;
|
|
6808
6814
|
}, "strip", z.ZodTypeAny, {
|
|
6809
|
-
model?:
|
|
6815
|
+
model?: string | undefined;
|
|
6810
6816
|
skills?: string[] | undefined;
|
|
6811
6817
|
temperature?: number | undefined;
|
|
6812
6818
|
top_p?: number | undefined;
|
|
@@ -6826,7 +6832,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6826
6832
|
type: "disabled";
|
|
6827
6833
|
} | undefined;
|
|
6828
6834
|
}, {
|
|
6829
|
-
model?:
|
|
6835
|
+
model?: string | undefined;
|
|
6830
6836
|
skills?: string[] | undefined;
|
|
6831
6837
|
temperature?: number | undefined;
|
|
6832
6838
|
top_p?: number | undefined;
|
|
@@ -6847,7 +6853,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6847
6853
|
} | undefined;
|
|
6848
6854
|
}>>;
|
|
6849
6855
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
6850
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6856
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6851
6857
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6852
6858
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6853
6859
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6877,7 +6883,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6877
6883
|
type: "disabled";
|
|
6878
6884
|
}>]>>;
|
|
6879
6885
|
}, "strip", z.ZodTypeAny, {
|
|
6880
|
-
model?:
|
|
6886
|
+
model?: string | undefined;
|
|
6881
6887
|
skills?: string[] | undefined;
|
|
6882
6888
|
temperature?: number | undefined;
|
|
6883
6889
|
top_p?: number | undefined;
|
|
@@ -6897,7 +6903,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6897
6903
|
type: "disabled";
|
|
6898
6904
|
} | undefined;
|
|
6899
6905
|
}, {
|
|
6900
|
-
model?:
|
|
6906
|
+
model?: string | undefined;
|
|
6901
6907
|
skills?: string[] | undefined;
|
|
6902
6908
|
temperature?: number | undefined;
|
|
6903
6909
|
top_p?: number | undefined;
|
|
@@ -6918,7 +6924,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6918
6924
|
} | undefined;
|
|
6919
6925
|
}>>;
|
|
6920
6926
|
}, z.ZodObject<{
|
|
6921
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
6927
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
6922
6928
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6923
6929
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
6924
6930
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6948,7 +6954,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6948
6954
|
type: "disabled";
|
|
6949
6955
|
}>]>>;
|
|
6950
6956
|
}, "strip", z.ZodTypeAny, {
|
|
6951
|
-
model?:
|
|
6957
|
+
model?: string | undefined;
|
|
6952
6958
|
skills?: string[] | undefined;
|
|
6953
6959
|
temperature?: number | undefined;
|
|
6954
6960
|
top_p?: number | undefined;
|
|
@@ -6968,7 +6974,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6968
6974
|
type: "disabled";
|
|
6969
6975
|
} | undefined;
|
|
6970
6976
|
}, {
|
|
6971
|
-
model?:
|
|
6977
|
+
model?: string | undefined;
|
|
6972
6978
|
skills?: string[] | undefined;
|
|
6973
6979
|
temperature?: number | undefined;
|
|
6974
6980
|
top_p?: number | undefined;
|
|
@@ -6989,7 +6995,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
6989
6995
|
} | undefined;
|
|
6990
6996
|
}>, "strip"> | undefined;
|
|
6991
6997
|
categories?: Record<string, {
|
|
6992
|
-
model?:
|
|
6998
|
+
model?: string | undefined;
|
|
6993
6999
|
temperature?: number | undefined;
|
|
6994
7000
|
prompt_append?: string | undefined;
|
|
6995
7001
|
disable?: boolean | undefined;
|
|
@@ -7048,14 +7054,14 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7048
7054
|
disabled_mcps?: ("websearch" | "context7" | "grep_app")[] | undefined;
|
|
7049
7055
|
disabled_agents?: string[] | undefined;
|
|
7050
7056
|
disabled_skills?: ("git-keeper" | "playwright" | "dev-browser" | "dread-reviewer" | "slop-purge" | "frontend-acolyte")[] | undefined;
|
|
7051
|
-
disabled_hooks?: ("todo-continuation" | "elder-loop" | "comment-checker" | "session-recovery" | "background-notification" | "context-injector" | "write-guard" | "bash-read-guard" | "keyword-detector" | "rules-injector" | "cthulhu-auto" | "memory-override" | "yith-capture" | "web-research-detector" | "design-detector")[] | undefined;
|
|
7057
|
+
disabled_hooks?: ("todo-continuation" | "elder-loop" | "comment-checker" | "session-recovery" | "background-notification" | "context-injector" | "write-guard" | "bash-read-guard" | "keyword-detector" | "rules-injector" | "cthulhu-auto" | "memory-override" | "yith-capture" | "web-research-detector" | "design-detector" | "agent-sync")[] | undefined;
|
|
7052
7058
|
disabled_commands?: ("elder-loop" | "old-ones-init" | "cancel-elder-loop" | "invoke-shub" | "stop-the-dreaming" | "exorcise-ai-slop" | "session-handoff")[] | undefined;
|
|
7053
7059
|
disabled_tools?: string[] | undefined;
|
|
7054
7060
|
mcp_env_allowlist?: string[] | undefined;
|
|
7055
7061
|
model_fallback?: boolean | undefined;
|
|
7056
7062
|
agents?: z.objectInputType<{
|
|
7057
7063
|
cthulhu: z.ZodOptional<z.ZodObject<{
|
|
7058
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7064
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7059
7065
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7060
7066
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7061
7067
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7085,7 +7091,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7085
7091
|
type: "disabled";
|
|
7086
7092
|
}>]>>;
|
|
7087
7093
|
}, "strip", z.ZodTypeAny, {
|
|
7088
|
-
model?:
|
|
7094
|
+
model?: string | undefined;
|
|
7089
7095
|
skills?: string[] | undefined;
|
|
7090
7096
|
temperature?: number | undefined;
|
|
7091
7097
|
top_p?: number | undefined;
|
|
@@ -7105,7 +7111,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7105
7111
|
type: "disabled";
|
|
7106
7112
|
} | undefined;
|
|
7107
7113
|
}, {
|
|
7108
|
-
model?:
|
|
7114
|
+
model?: string | undefined;
|
|
7109
7115
|
skills?: string[] | undefined;
|
|
7110
7116
|
temperature?: number | undefined;
|
|
7111
7117
|
top_p?: number | undefined;
|
|
@@ -7126,7 +7132,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7126
7132
|
} | undefined;
|
|
7127
7133
|
}>>;
|
|
7128
7134
|
nyarlathotep: z.ZodOptional<z.ZodObject<{
|
|
7129
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7135
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7130
7136
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7131
7137
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7132
7138
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7156,7 +7162,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7156
7162
|
type: "disabled";
|
|
7157
7163
|
}>]>>;
|
|
7158
7164
|
}, "strip", z.ZodTypeAny, {
|
|
7159
|
-
model?:
|
|
7165
|
+
model?: string | undefined;
|
|
7160
7166
|
skills?: string[] | undefined;
|
|
7161
7167
|
temperature?: number | undefined;
|
|
7162
7168
|
top_p?: number | undefined;
|
|
@@ -7176,7 +7182,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7176
7182
|
type: "disabled";
|
|
7177
7183
|
} | undefined;
|
|
7178
7184
|
}, {
|
|
7179
|
-
model?:
|
|
7185
|
+
model?: string | undefined;
|
|
7180
7186
|
skills?: string[] | undefined;
|
|
7181
7187
|
temperature?: number | undefined;
|
|
7182
7188
|
top_p?: number | undefined;
|
|
@@ -7197,7 +7203,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7197
7203
|
} | undefined;
|
|
7198
7204
|
}>>;
|
|
7199
7205
|
azathoth: z.ZodOptional<z.ZodObject<{
|
|
7200
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7206
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7201
7207
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7202
7208
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7203
7209
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7227,7 +7233,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7227
7233
|
type: "disabled";
|
|
7228
7234
|
}>]>>;
|
|
7229
7235
|
}, "strip", z.ZodTypeAny, {
|
|
7230
|
-
model?:
|
|
7236
|
+
model?: string | undefined;
|
|
7231
7237
|
skills?: string[] | undefined;
|
|
7232
7238
|
temperature?: number | undefined;
|
|
7233
7239
|
top_p?: number | undefined;
|
|
@@ -7247,7 +7253,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7247
7253
|
type: "disabled";
|
|
7248
7254
|
} | undefined;
|
|
7249
7255
|
}, {
|
|
7250
|
-
model?:
|
|
7256
|
+
model?: string | undefined;
|
|
7251
7257
|
skills?: string[] | undefined;
|
|
7252
7258
|
temperature?: number | undefined;
|
|
7253
7259
|
top_p?: number | undefined;
|
|
@@ -7268,7 +7274,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7268
7274
|
} | undefined;
|
|
7269
7275
|
}>>;
|
|
7270
7276
|
"shub-niggurath": z.ZodOptional<z.ZodObject<{
|
|
7271
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7277
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7272
7278
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7273
7279
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7274
7280
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7298,7 +7304,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7298
7304
|
type: "disabled";
|
|
7299
7305
|
}>]>>;
|
|
7300
7306
|
}, "strip", z.ZodTypeAny, {
|
|
7301
|
-
model?:
|
|
7307
|
+
model?: string | undefined;
|
|
7302
7308
|
skills?: string[] | undefined;
|
|
7303
7309
|
temperature?: number | undefined;
|
|
7304
7310
|
top_p?: number | undefined;
|
|
@@ -7318,7 +7324,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7318
7324
|
type: "disabled";
|
|
7319
7325
|
} | undefined;
|
|
7320
7326
|
}, {
|
|
7321
|
-
model?:
|
|
7327
|
+
model?: string | undefined;
|
|
7322
7328
|
skills?: string[] | undefined;
|
|
7323
7329
|
temperature?: number | undefined;
|
|
7324
7330
|
top_p?: number | undefined;
|
|
@@ -7339,7 +7345,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7339
7345
|
} | undefined;
|
|
7340
7346
|
}>>;
|
|
7341
7347
|
hastur: z.ZodOptional<z.ZodObject<{
|
|
7342
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7348
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7343
7349
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7344
7350
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7345
7351
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7369,7 +7375,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7369
7375
|
type: "disabled";
|
|
7370
7376
|
}>]>>;
|
|
7371
7377
|
}, "strip", z.ZodTypeAny, {
|
|
7372
|
-
model?:
|
|
7378
|
+
model?: string | undefined;
|
|
7373
7379
|
skills?: string[] | undefined;
|
|
7374
7380
|
temperature?: number | undefined;
|
|
7375
7381
|
top_p?: number | undefined;
|
|
@@ -7389,7 +7395,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7389
7395
|
type: "disabled";
|
|
7390
7396
|
} | undefined;
|
|
7391
7397
|
}, {
|
|
7392
|
-
model?:
|
|
7398
|
+
model?: string | undefined;
|
|
7393
7399
|
skills?: string[] | undefined;
|
|
7394
7400
|
temperature?: number | undefined;
|
|
7395
7401
|
top_p?: number | undefined;
|
|
@@ -7410,7 +7416,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7410
7416
|
} | undefined;
|
|
7411
7417
|
}>>;
|
|
7412
7418
|
"yog-sothoth": z.ZodOptional<z.ZodObject<{
|
|
7413
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7419
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7414
7420
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7415
7421
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7416
7422
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7440,7 +7446,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7440
7446
|
type: "disabled";
|
|
7441
7447
|
}>]>>;
|
|
7442
7448
|
}, "strip", z.ZodTypeAny, {
|
|
7443
|
-
model?:
|
|
7449
|
+
model?: string | undefined;
|
|
7444
7450
|
skills?: string[] | undefined;
|
|
7445
7451
|
temperature?: number | undefined;
|
|
7446
7452
|
top_p?: number | undefined;
|
|
@@ -7460,7 +7466,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7460
7466
|
type: "disabled";
|
|
7461
7467
|
} | undefined;
|
|
7462
7468
|
}, {
|
|
7463
|
-
model?:
|
|
7469
|
+
model?: string | undefined;
|
|
7464
7470
|
skills?: string[] | undefined;
|
|
7465
7471
|
temperature?: number | undefined;
|
|
7466
7472
|
top_p?: number | undefined;
|
|
@@ -7481,7 +7487,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7481
7487
|
} | undefined;
|
|
7482
7488
|
}>>;
|
|
7483
7489
|
dagon: z.ZodOptional<z.ZodObject<{
|
|
7484
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7490
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7485
7491
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7486
7492
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7487
7493
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7511,7 +7517,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7511
7517
|
type: "disabled";
|
|
7512
7518
|
}>]>>;
|
|
7513
7519
|
}, "strip", z.ZodTypeAny, {
|
|
7514
|
-
model?:
|
|
7520
|
+
model?: string | undefined;
|
|
7515
7521
|
skills?: string[] | undefined;
|
|
7516
7522
|
temperature?: number | undefined;
|
|
7517
7523
|
top_p?: number | undefined;
|
|
@@ -7531,7 +7537,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7531
7537
|
type: "disabled";
|
|
7532
7538
|
} | undefined;
|
|
7533
7539
|
}, {
|
|
7534
|
-
model?:
|
|
7540
|
+
model?: string | undefined;
|
|
7535
7541
|
skills?: string[] | undefined;
|
|
7536
7542
|
temperature?: number | undefined;
|
|
7537
7543
|
top_p?: number | undefined;
|
|
@@ -7552,7 +7558,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7552
7558
|
} | undefined;
|
|
7553
7559
|
}>>;
|
|
7554
7560
|
ithaqua: z.ZodOptional<z.ZodObject<{
|
|
7555
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7561
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7556
7562
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7557
7563
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7558
7564
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7582,7 +7588,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7582
7588
|
type: "disabled";
|
|
7583
7589
|
}>]>>;
|
|
7584
7590
|
}, "strip", z.ZodTypeAny, {
|
|
7585
|
-
model?:
|
|
7591
|
+
model?: string | undefined;
|
|
7586
7592
|
skills?: string[] | undefined;
|
|
7587
7593
|
temperature?: number | undefined;
|
|
7588
7594
|
top_p?: number | undefined;
|
|
@@ -7602,7 +7608,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7602
7608
|
type: "disabled";
|
|
7603
7609
|
} | undefined;
|
|
7604
7610
|
}, {
|
|
7605
|
-
model?:
|
|
7611
|
+
model?: string | undefined;
|
|
7606
7612
|
skills?: string[] | undefined;
|
|
7607
7613
|
temperature?: number | undefined;
|
|
7608
7614
|
top_p?: number | undefined;
|
|
@@ -7623,7 +7629,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7623
7629
|
} | undefined;
|
|
7624
7630
|
}>>;
|
|
7625
7631
|
tsathoggua: z.ZodOptional<z.ZodObject<{
|
|
7626
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7632
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7627
7633
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7628
7634
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7629
7635
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7653,7 +7659,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7653
7659
|
type: "disabled";
|
|
7654
7660
|
}>]>>;
|
|
7655
7661
|
}, "strip", z.ZodTypeAny, {
|
|
7656
|
-
model?:
|
|
7662
|
+
model?: string | undefined;
|
|
7657
7663
|
skills?: string[] | undefined;
|
|
7658
7664
|
temperature?: number | undefined;
|
|
7659
7665
|
top_p?: number | undefined;
|
|
@@ -7673,7 +7679,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7673
7679
|
type: "disabled";
|
|
7674
7680
|
} | undefined;
|
|
7675
7681
|
}, {
|
|
7676
|
-
model?:
|
|
7682
|
+
model?: string | undefined;
|
|
7677
7683
|
skills?: string[] | undefined;
|
|
7678
7684
|
temperature?: number | undefined;
|
|
7679
7685
|
top_p?: number | undefined;
|
|
@@ -7694,7 +7700,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7694
7700
|
} | undefined;
|
|
7695
7701
|
}>>;
|
|
7696
7702
|
shoggoth: z.ZodOptional<z.ZodObject<{
|
|
7697
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7703
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7698
7704
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7699
7705
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7700
7706
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7724,7 +7730,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7724
7730
|
type: "disabled";
|
|
7725
7731
|
}>]>>;
|
|
7726
7732
|
}, "strip", z.ZodTypeAny, {
|
|
7727
|
-
model?:
|
|
7733
|
+
model?: string | undefined;
|
|
7728
7734
|
skills?: string[] | undefined;
|
|
7729
7735
|
temperature?: number | undefined;
|
|
7730
7736
|
top_p?: number | undefined;
|
|
@@ -7744,7 +7750,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7744
7750
|
type: "disabled";
|
|
7745
7751
|
} | undefined;
|
|
7746
7752
|
}, {
|
|
7747
|
-
model?:
|
|
7753
|
+
model?: string | undefined;
|
|
7748
7754
|
skills?: string[] | undefined;
|
|
7749
7755
|
temperature?: number | undefined;
|
|
7750
7756
|
top_p?: number | undefined;
|
|
@@ -7765,7 +7771,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7765
7771
|
} | undefined;
|
|
7766
7772
|
}>>;
|
|
7767
7773
|
"the-deep-one": z.ZodOptional<z.ZodObject<{
|
|
7768
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7774
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7769
7775
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7770
7776
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7771
7777
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7795,7 +7801,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7795
7801
|
type: "disabled";
|
|
7796
7802
|
}>]>>;
|
|
7797
7803
|
}, "strip", z.ZodTypeAny, {
|
|
7798
|
-
model?:
|
|
7804
|
+
model?: string | undefined;
|
|
7799
7805
|
skills?: string[] | undefined;
|
|
7800
7806
|
temperature?: number | undefined;
|
|
7801
7807
|
top_p?: number | undefined;
|
|
@@ -7815,7 +7821,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7815
7821
|
type: "disabled";
|
|
7816
7822
|
} | undefined;
|
|
7817
7823
|
}, {
|
|
7818
|
-
model?:
|
|
7824
|
+
model?: string | undefined;
|
|
7819
7825
|
skills?: string[] | undefined;
|
|
7820
7826
|
temperature?: number | undefined;
|
|
7821
7827
|
top_p?: number | undefined;
|
|
@@ -7836,7 +7842,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7836
7842
|
} | undefined;
|
|
7837
7843
|
}>>;
|
|
7838
7844
|
nodens: z.ZodOptional<z.ZodObject<{
|
|
7839
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7845
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7840
7846
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7841
7847
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7842
7848
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7866,7 +7872,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7866
7872
|
type: "disabled";
|
|
7867
7873
|
}>]>>;
|
|
7868
7874
|
}, "strip", z.ZodTypeAny, {
|
|
7869
|
-
model?:
|
|
7875
|
+
model?: string | undefined;
|
|
7870
7876
|
skills?: string[] | undefined;
|
|
7871
7877
|
temperature?: number | undefined;
|
|
7872
7878
|
top_p?: number | undefined;
|
|
@@ -7886,7 +7892,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7886
7892
|
type: "disabled";
|
|
7887
7893
|
} | undefined;
|
|
7888
7894
|
}, {
|
|
7889
|
-
model?:
|
|
7895
|
+
model?: string | undefined;
|
|
7890
7896
|
skills?: string[] | undefined;
|
|
7891
7897
|
temperature?: number | undefined;
|
|
7892
7898
|
top_p?: number | undefined;
|
|
@@ -7907,7 +7913,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7907
7913
|
} | undefined;
|
|
7908
7914
|
}>>;
|
|
7909
7915
|
}, z.ZodObject<{
|
|
7910
|
-
model: z.ZodOptional<z.ZodEnum<["
|
|
7916
|
+
model: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["opus", "sonnet", "haiku", "inherit"]>, z.ZodString]>>;
|
|
7911
7917
|
skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7912
7918
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
7913
7919
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7937,7 +7943,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7937
7943
|
type: "disabled";
|
|
7938
7944
|
}>]>>;
|
|
7939
7945
|
}, "strip", z.ZodTypeAny, {
|
|
7940
|
-
model?:
|
|
7946
|
+
model?: string | undefined;
|
|
7941
7947
|
skills?: string[] | undefined;
|
|
7942
7948
|
temperature?: number | undefined;
|
|
7943
7949
|
top_p?: number | undefined;
|
|
@@ -7957,7 +7963,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7957
7963
|
type: "disabled";
|
|
7958
7964
|
} | undefined;
|
|
7959
7965
|
}, {
|
|
7960
|
-
model?:
|
|
7966
|
+
model?: string | undefined;
|
|
7961
7967
|
skills?: string[] | undefined;
|
|
7962
7968
|
temperature?: number | undefined;
|
|
7963
7969
|
top_p?: number | undefined;
|
|
@@ -7978,7 +7984,7 @@ export declare const OhMyClaudeCodeConfigSchema: z.ZodObject<{
|
|
|
7978
7984
|
} | undefined;
|
|
7979
7985
|
}>, "strip"> | undefined;
|
|
7980
7986
|
categories?: Record<string, {
|
|
7981
|
-
model?:
|
|
7987
|
+
model?: string | undefined;
|
|
7982
7988
|
temperature?: number | undefined;
|
|
7983
7989
|
prompt_append?: string | undefined;
|
|
7984
7990
|
disable?: boolean | undefined;
|