oh-my-opencode 4.4.0 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/command/get-unpublished-changes.md +148 -0
- package/.agents/command/omomomo.md +37 -0
- package/.agents/command/publish.md +376 -0
- package/.agents/command/remove-deadcode.md +221 -0
- package/.agents/command/security-research.md +16 -0
- package/.agents/skills/get-unpublished-changes/SKILL.md +24 -0
- package/.agents/skills/github-triage/SKILL.md +587 -0
- package/.agents/skills/github-triage/scripts/gh_fetch.py +398 -0
- package/.agents/skills/hyperplan/SKILL.md +450 -0
- package/.agents/skills/omomomo/SKILL.md +36 -0
- package/.agents/skills/pre-publish-review/SKILL.md +407 -0
- package/.agents/skills/publish/SKILL.md +428 -0
- package/.agents/skills/remove-deadcode/SKILL.md +216 -0
- package/.agents/skills/security-research/SKILL.md +204 -0
- package/.agents/skills/work-with-pr/SKILL.md +360 -0
- package/.agents/skills/work-with-pr-workspace/evals/evals.json +76 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.json +138 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/benchmark.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +57 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +15 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +454 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +136 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +47 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +163 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +15 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +615 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +99 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +50 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +111 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +37 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +11 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +205 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +78 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +87 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +11 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +334 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +86 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +23 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +119 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +221 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +104 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +41 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +84 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +342 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +131 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +39 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +128 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +143 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +82 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +51 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +69 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +252 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +83 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +33 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +101 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +32 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +387 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +112 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +51 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +75 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +10 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +529 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +127 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +42 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +120 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +1 -0
- package/.agents/skills/work-with-pr-workspace/iteration-1/review.html +1326 -0
- package/.opencode/command/get-unpublished-changes.md +148 -0
- package/.opencode/command/omomomo.md +37 -0
- package/.opencode/command/publish.md +376 -0
- package/.opencode/command/remove-deadcode.md +221 -0
- package/.opencode/command/security-research.md +16 -0
- package/.opencode/skills/github-triage/SKILL.md +587 -0
- package/.opencode/skills/github-triage/scripts/gh_fetch.py +398 -0
- package/.opencode/skills/hyperplan/SKILL.md +450 -0
- package/.opencode/skills/pre-publish-review/SKILL.md +407 -0
- package/.opencode/skills/work-with-pr/SKILL.md +360 -0
- package/.opencode/skills/work-with-pr-workspace/evals/evals.json +76 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.json +138 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/benchmark.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/eval_metadata.json +57 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/grading.json +15 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/code-changes.md +454 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/execution-plan.md +136 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/pr-description.md +47 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/outputs/verification-strategy.md +163 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/grading.json +15 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/code-changes.md +615 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/execution-plan.md +99 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/pr-description.md +50 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/outputs/verification-strategy.md +111 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-1/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/eval_metadata.json +37 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/grading.json +11 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/code-changes.md +205 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/execution-plan.md +78 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/pr-description.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/outputs/verification-strategy.md +87 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/grading.json +11 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/code-changes.md +334 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/execution-plan.md +86 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/pr-description.md +23 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/outputs/verification-strategy.md +119 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-2/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/code-changes.md +221 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/execution-plan.md +104 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/pr-description.md +41 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/outputs/verification-strategy.md +84 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/code-changes.md +342 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/execution-plan.md +131 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/pr-description.md +39 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/outputs/verification-strategy.md +128 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-3/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/code-changes.md +143 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/execution-plan.md +82 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/pr-description.md +51 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/outputs/verification-strategy.md +69 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/code-changes.md +252 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/execution-plan.md +83 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/pr-description.md +33 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/outputs/verification-strategy.md +101 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-4/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/eval_metadata.json +32 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/code-changes.md +387 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/execution-plan.md +112 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/pr-description.md +51 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/outputs/verification-strategy.md +75 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/with_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/grading.json +10 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/code-changes.md +529 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/execution-plan.md +127 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/pr-description.md +42 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/outputs/verification-strategy.md +120 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/eval-5/without_skill/timing.json +1 -0
- package/.opencode/skills/work-with-pr-workspace/iteration-1/review.html +1326 -0
- package/README.ja.md +1 -1
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/README.ru.md +1 -1
- package/README.zh-cn.md +1 -1
- package/dist/agents/atlas/agent.d.ts +6 -6
- package/dist/agents/prometheus/gemini.d.ts +0 -11
- package/dist/agents/prometheus/gpt.d.ts +0 -10
- package/dist/agents/prometheus/system-prompt.d.ts +2 -20
- package/dist/agents/types.d.ts +1 -16
- package/dist/cli/index.js +50 -17
- package/dist/config/schema/agent-names.d.ts +3 -3
- package/dist/config/schema/agent-overrides.d.ts +208 -208
- package/dist/config/schema/categories.d.ts +28 -28
- package/dist/config/schema/fallback-models.d.ts +20 -20
- package/dist/config/schema/oh-my-opencode-config.d.ts +208 -208
- package/dist/features/background-agent/parent-wake-notifier.d.ts +8 -1
- package/dist/help/schema/acp.d.ts +95 -0
- package/dist/help/schema/doctor.d.ts +147 -0
- package/dist/help/schema/sandbox.d.ts +74 -0
- package/dist/help/schema/status.d.ts +139 -0
- package/dist/hooks/keyword-detector/analyze/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/hyperplan/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/search/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/team/default.d.ts +2 -7
- package/dist/hooks/keyword-detector/ultrawork/default.d.ts +1 -9
- package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +1 -16
- package/dist/hooks/keyword-detector/ultrawork/gpt.d.ts +1 -10
- package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +1 -5
- package/dist/hooks/ralph-loop/no-progress-turn-detector.d.ts +7 -0
- package/dist/hooks/ralph-loop/pending-verification-handler.d.ts +1 -0
- package/dist/hooks/ralph-loop/types.d.ts +1 -0
- package/dist/hooks/runtime-fallback/error-classifier.d.ts +1 -0
- package/dist/index.js +51910 -50310
- package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +1 -0
- package/dist/shared/prompt-async-gate/types.d.ts +4 -3
- package/package.json +19 -13
- package/dist/agents/atlas/default-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/default.d.ts +0 -2
- package/dist/agents/atlas/gemini-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/gemini.d.ts +0 -2
- package/dist/agents/atlas/gpt-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/gpt.d.ts +0 -2
- package/dist/agents/atlas/kimi-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/kimi.d.ts +0 -2
- package/dist/agents/atlas/opus-4-7-prompt-sections.d.ts +0 -6
- package/dist/agents/atlas/opus-4-7.d.ts +0 -2
- package/dist/agents/atlas/shared-prompt.d.ts +0 -9
- package/dist/agents/prometheus/behavioral-summary.d.ts +0 -6
- package/dist/agents/prometheus/high-accuracy-mode.d.ts +0 -6
- package/dist/agents/prometheus/identity-constraints.d.ts +0 -7
- package/dist/agents/prometheus/interview-mode.d.ts +0 -7
- package/dist/agents/prometheus/plan-generation.d.ts +0 -7
- package/dist/agents/prometheus/plan-template.d.ts +0 -7
- package/dist/agents/prometheus/spec-driven-mode.d.ts +0 -7
|
@@ -41,13 +41,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
41
41
|
model: z.ZodString;
|
|
42
42
|
variant: z.ZodOptional<z.ZodString>;
|
|
43
43
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
44
|
-
|
|
45
|
-
minimal: "minimal";
|
|
46
|
-
low: "low";
|
|
44
|
+
max: "max";
|
|
47
45
|
medium: "medium";
|
|
48
46
|
high: "high";
|
|
49
47
|
xhigh: "xhigh";
|
|
50
|
-
|
|
48
|
+
low: "low";
|
|
49
|
+
none: "none";
|
|
50
|
+
minimal: "minimal";
|
|
51
51
|
}>>;
|
|
52
52
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
53
53
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -63,13 +63,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
63
63
|
model: z.ZodString;
|
|
64
64
|
variant: z.ZodOptional<z.ZodString>;
|
|
65
65
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
66
|
-
|
|
67
|
-
minimal: "minimal";
|
|
68
|
-
low: "low";
|
|
66
|
+
max: "max";
|
|
69
67
|
medium: "medium";
|
|
70
68
|
high: "high";
|
|
71
69
|
xhigh: "xhigh";
|
|
72
|
-
|
|
70
|
+
low: "low";
|
|
71
|
+
none: "none";
|
|
72
|
+
minimal: "minimal";
|
|
73
73
|
}>>;
|
|
74
74
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
75
75
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -144,18 +144,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
144
144
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
145
145
|
}, z.core.$strip>>;
|
|
146
146
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
147
|
-
|
|
148
|
-
minimal: "minimal";
|
|
149
|
-
low: "low";
|
|
147
|
+
max: "max";
|
|
150
148
|
medium: "medium";
|
|
151
149
|
high: "high";
|
|
152
150
|
xhigh: "xhigh";
|
|
153
|
-
|
|
151
|
+
low: "low";
|
|
152
|
+
none: "none";
|
|
153
|
+
minimal: "minimal";
|
|
154
154
|
}>>;
|
|
155
155
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
156
|
-
low: "low";
|
|
157
156
|
medium: "medium";
|
|
158
157
|
high: "high";
|
|
158
|
+
low: "low";
|
|
159
159
|
}>>;
|
|
160
160
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
161
161
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -173,13 +173,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
173
173
|
model: z.ZodString;
|
|
174
174
|
variant: z.ZodOptional<z.ZodString>;
|
|
175
175
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
176
|
-
|
|
177
|
-
minimal: "minimal";
|
|
178
|
-
low: "low";
|
|
176
|
+
max: "max";
|
|
179
177
|
medium: "medium";
|
|
180
178
|
high: "high";
|
|
181
179
|
xhigh: "xhigh";
|
|
182
|
-
|
|
180
|
+
low: "low";
|
|
181
|
+
none: "none";
|
|
182
|
+
minimal: "minimal";
|
|
183
183
|
}>>;
|
|
184
184
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
185
185
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -195,13 +195,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
195
195
|
model: z.ZodString;
|
|
196
196
|
variant: z.ZodOptional<z.ZodString>;
|
|
197
197
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
198
|
-
|
|
199
|
-
minimal: "minimal";
|
|
200
|
-
low: "low";
|
|
198
|
+
max: "max";
|
|
201
199
|
medium: "medium";
|
|
202
200
|
high: "high";
|
|
203
201
|
xhigh: "xhigh";
|
|
204
|
-
|
|
202
|
+
low: "low";
|
|
203
|
+
none: "none";
|
|
204
|
+
minimal: "minimal";
|
|
205
205
|
}>>;
|
|
206
206
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
207
207
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -276,18 +276,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
276
276
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
277
277
|
}, z.core.$strip>>;
|
|
278
278
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
279
|
-
|
|
280
|
-
minimal: "minimal";
|
|
281
|
-
low: "low";
|
|
279
|
+
max: "max";
|
|
282
280
|
medium: "medium";
|
|
283
281
|
high: "high";
|
|
284
282
|
xhigh: "xhigh";
|
|
285
|
-
|
|
283
|
+
low: "low";
|
|
284
|
+
none: "none";
|
|
285
|
+
minimal: "minimal";
|
|
286
286
|
}>>;
|
|
287
287
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
288
|
-
low: "low";
|
|
289
288
|
medium: "medium";
|
|
290
289
|
high: "high";
|
|
290
|
+
low: "low";
|
|
291
291
|
}>>;
|
|
292
292
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
293
293
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -305,13 +305,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
305
305
|
model: z.ZodString;
|
|
306
306
|
variant: z.ZodOptional<z.ZodString>;
|
|
307
307
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
308
|
-
|
|
309
|
-
minimal: "minimal";
|
|
310
|
-
low: "low";
|
|
308
|
+
max: "max";
|
|
311
309
|
medium: "medium";
|
|
312
310
|
high: "high";
|
|
313
311
|
xhigh: "xhigh";
|
|
314
|
-
|
|
312
|
+
low: "low";
|
|
313
|
+
none: "none";
|
|
314
|
+
minimal: "minimal";
|
|
315
315
|
}>>;
|
|
316
316
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
317
317
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -327,13 +327,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
327
327
|
model: z.ZodString;
|
|
328
328
|
variant: z.ZodOptional<z.ZodString>;
|
|
329
329
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
330
|
-
|
|
331
|
-
minimal: "minimal";
|
|
332
|
-
low: "low";
|
|
330
|
+
max: "max";
|
|
333
331
|
medium: "medium";
|
|
334
332
|
high: "high";
|
|
335
333
|
xhigh: "xhigh";
|
|
336
|
-
|
|
334
|
+
low: "low";
|
|
335
|
+
none: "none";
|
|
336
|
+
minimal: "minimal";
|
|
337
337
|
}>>;
|
|
338
338
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
339
339
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -408,18 +408,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
408
408
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
409
409
|
}, z.core.$strip>>;
|
|
410
410
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
411
|
-
|
|
412
|
-
minimal: "minimal";
|
|
413
|
-
low: "low";
|
|
411
|
+
max: "max";
|
|
414
412
|
medium: "medium";
|
|
415
413
|
high: "high";
|
|
416
414
|
xhigh: "xhigh";
|
|
417
|
-
|
|
415
|
+
low: "low";
|
|
416
|
+
none: "none";
|
|
417
|
+
minimal: "minimal";
|
|
418
418
|
}>>;
|
|
419
419
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
420
|
-
low: "low";
|
|
421
420
|
medium: "medium";
|
|
422
421
|
high: "high";
|
|
422
|
+
low: "low";
|
|
423
423
|
}>>;
|
|
424
424
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
425
425
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -437,13 +437,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
437
437
|
model: z.ZodString;
|
|
438
438
|
variant: z.ZodOptional<z.ZodString>;
|
|
439
439
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
440
|
-
|
|
441
|
-
minimal: "minimal";
|
|
442
|
-
low: "low";
|
|
440
|
+
max: "max";
|
|
443
441
|
medium: "medium";
|
|
444
442
|
high: "high";
|
|
445
443
|
xhigh: "xhigh";
|
|
446
|
-
|
|
444
|
+
low: "low";
|
|
445
|
+
none: "none";
|
|
446
|
+
minimal: "minimal";
|
|
447
447
|
}>>;
|
|
448
448
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
449
449
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -459,13 +459,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
459
459
|
model: z.ZodString;
|
|
460
460
|
variant: z.ZodOptional<z.ZodString>;
|
|
461
461
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
462
|
-
|
|
463
|
-
minimal: "minimal";
|
|
464
|
-
low: "low";
|
|
462
|
+
max: "max";
|
|
465
463
|
medium: "medium";
|
|
466
464
|
high: "high";
|
|
467
465
|
xhigh: "xhigh";
|
|
468
|
-
|
|
466
|
+
low: "low";
|
|
467
|
+
none: "none";
|
|
468
|
+
minimal: "minimal";
|
|
469
469
|
}>>;
|
|
470
470
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
471
471
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -540,18 +540,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
540
540
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
541
541
|
}, z.core.$strip>>;
|
|
542
542
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
543
|
-
|
|
544
|
-
minimal: "minimal";
|
|
545
|
-
low: "low";
|
|
543
|
+
max: "max";
|
|
546
544
|
medium: "medium";
|
|
547
545
|
high: "high";
|
|
548
546
|
xhigh: "xhigh";
|
|
549
|
-
|
|
547
|
+
low: "low";
|
|
548
|
+
none: "none";
|
|
549
|
+
minimal: "minimal";
|
|
550
550
|
}>>;
|
|
551
551
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
552
|
-
low: "low";
|
|
553
552
|
medium: "medium";
|
|
554
553
|
high: "high";
|
|
554
|
+
low: "low";
|
|
555
555
|
}>>;
|
|
556
556
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
557
557
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -570,13 +570,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
570
570
|
model: z.ZodString;
|
|
571
571
|
variant: z.ZodOptional<z.ZodString>;
|
|
572
572
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
573
|
-
|
|
574
|
-
minimal: "minimal";
|
|
575
|
-
low: "low";
|
|
573
|
+
max: "max";
|
|
576
574
|
medium: "medium";
|
|
577
575
|
high: "high";
|
|
578
576
|
xhigh: "xhigh";
|
|
579
|
-
|
|
577
|
+
low: "low";
|
|
578
|
+
none: "none";
|
|
579
|
+
minimal: "minimal";
|
|
580
580
|
}>>;
|
|
581
581
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
582
582
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -592,13 +592,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
592
592
|
model: z.ZodString;
|
|
593
593
|
variant: z.ZodOptional<z.ZodString>;
|
|
594
594
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
595
|
-
|
|
596
|
-
minimal: "minimal";
|
|
597
|
-
low: "low";
|
|
595
|
+
max: "max";
|
|
598
596
|
medium: "medium";
|
|
599
597
|
high: "high";
|
|
600
598
|
xhigh: "xhigh";
|
|
601
|
-
|
|
599
|
+
low: "low";
|
|
600
|
+
none: "none";
|
|
601
|
+
minimal: "minimal";
|
|
602
602
|
}>>;
|
|
603
603
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
604
604
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -673,18 +673,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
673
673
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
674
674
|
}, z.core.$strip>>;
|
|
675
675
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
676
|
-
|
|
677
|
-
minimal: "minimal";
|
|
678
|
-
low: "low";
|
|
676
|
+
max: "max";
|
|
679
677
|
medium: "medium";
|
|
680
678
|
high: "high";
|
|
681
679
|
xhigh: "xhigh";
|
|
682
|
-
|
|
680
|
+
low: "low";
|
|
681
|
+
none: "none";
|
|
682
|
+
minimal: "minimal";
|
|
683
683
|
}>>;
|
|
684
684
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
685
|
-
low: "low";
|
|
686
685
|
medium: "medium";
|
|
687
686
|
high: "high";
|
|
687
|
+
low: "low";
|
|
688
688
|
}>>;
|
|
689
689
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
690
690
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -702,13 +702,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
702
702
|
model: z.ZodString;
|
|
703
703
|
variant: z.ZodOptional<z.ZodString>;
|
|
704
704
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
705
|
-
|
|
706
|
-
minimal: "minimal";
|
|
707
|
-
low: "low";
|
|
705
|
+
max: "max";
|
|
708
706
|
medium: "medium";
|
|
709
707
|
high: "high";
|
|
710
708
|
xhigh: "xhigh";
|
|
711
|
-
|
|
709
|
+
low: "low";
|
|
710
|
+
none: "none";
|
|
711
|
+
minimal: "minimal";
|
|
712
712
|
}>>;
|
|
713
713
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
714
714
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -724,13 +724,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
724
724
|
model: z.ZodString;
|
|
725
725
|
variant: z.ZodOptional<z.ZodString>;
|
|
726
726
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
727
|
-
|
|
728
|
-
minimal: "minimal";
|
|
729
|
-
low: "low";
|
|
727
|
+
max: "max";
|
|
730
728
|
medium: "medium";
|
|
731
729
|
high: "high";
|
|
732
730
|
xhigh: "xhigh";
|
|
733
|
-
|
|
731
|
+
low: "low";
|
|
732
|
+
none: "none";
|
|
733
|
+
minimal: "minimal";
|
|
734
734
|
}>>;
|
|
735
735
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
736
736
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -805,18 +805,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
805
805
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
806
806
|
}, z.core.$strip>>;
|
|
807
807
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
808
|
-
|
|
809
|
-
minimal: "minimal";
|
|
810
|
-
low: "low";
|
|
808
|
+
max: "max";
|
|
811
809
|
medium: "medium";
|
|
812
810
|
high: "high";
|
|
813
811
|
xhigh: "xhigh";
|
|
814
|
-
|
|
812
|
+
low: "low";
|
|
813
|
+
none: "none";
|
|
814
|
+
minimal: "minimal";
|
|
815
815
|
}>>;
|
|
816
816
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
817
|
-
low: "low";
|
|
818
817
|
medium: "medium";
|
|
819
818
|
high: "high";
|
|
819
|
+
low: "low";
|
|
820
820
|
}>>;
|
|
821
821
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
822
822
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -834,13 +834,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
834
834
|
model: z.ZodString;
|
|
835
835
|
variant: z.ZodOptional<z.ZodString>;
|
|
836
836
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
837
|
-
|
|
838
|
-
minimal: "minimal";
|
|
839
|
-
low: "low";
|
|
837
|
+
max: "max";
|
|
840
838
|
medium: "medium";
|
|
841
839
|
high: "high";
|
|
842
840
|
xhigh: "xhigh";
|
|
843
|
-
|
|
841
|
+
low: "low";
|
|
842
|
+
none: "none";
|
|
843
|
+
minimal: "minimal";
|
|
844
844
|
}>>;
|
|
845
845
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
846
846
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -856,13 +856,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
856
856
|
model: z.ZodString;
|
|
857
857
|
variant: z.ZodOptional<z.ZodString>;
|
|
858
858
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
859
|
-
|
|
860
|
-
minimal: "minimal";
|
|
861
|
-
low: "low";
|
|
859
|
+
max: "max";
|
|
862
860
|
medium: "medium";
|
|
863
861
|
high: "high";
|
|
864
862
|
xhigh: "xhigh";
|
|
865
|
-
|
|
863
|
+
low: "low";
|
|
864
|
+
none: "none";
|
|
865
|
+
minimal: "minimal";
|
|
866
866
|
}>>;
|
|
867
867
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
868
868
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -937,18 +937,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
937
937
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
938
938
|
}, z.core.$strip>>;
|
|
939
939
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
940
|
-
|
|
941
|
-
minimal: "minimal";
|
|
942
|
-
low: "low";
|
|
940
|
+
max: "max";
|
|
943
941
|
medium: "medium";
|
|
944
942
|
high: "high";
|
|
945
943
|
xhigh: "xhigh";
|
|
946
|
-
|
|
944
|
+
low: "low";
|
|
945
|
+
none: "none";
|
|
946
|
+
minimal: "minimal";
|
|
947
947
|
}>>;
|
|
948
948
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
949
|
-
low: "low";
|
|
950
949
|
medium: "medium";
|
|
951
950
|
high: "high";
|
|
951
|
+
low: "low";
|
|
952
952
|
}>>;
|
|
953
953
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
954
954
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -966,13 +966,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
966
966
|
model: z.ZodString;
|
|
967
967
|
variant: z.ZodOptional<z.ZodString>;
|
|
968
968
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
969
|
-
|
|
970
|
-
minimal: "minimal";
|
|
971
|
-
low: "low";
|
|
969
|
+
max: "max";
|
|
972
970
|
medium: "medium";
|
|
973
971
|
high: "high";
|
|
974
972
|
xhigh: "xhigh";
|
|
975
|
-
|
|
973
|
+
low: "low";
|
|
974
|
+
none: "none";
|
|
975
|
+
minimal: "minimal";
|
|
976
976
|
}>>;
|
|
977
977
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
978
978
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -988,13 +988,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
988
988
|
model: z.ZodString;
|
|
989
989
|
variant: z.ZodOptional<z.ZodString>;
|
|
990
990
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
991
|
-
|
|
992
|
-
minimal: "minimal";
|
|
993
|
-
low: "low";
|
|
991
|
+
max: "max";
|
|
994
992
|
medium: "medium";
|
|
995
993
|
high: "high";
|
|
996
994
|
xhigh: "xhigh";
|
|
997
|
-
|
|
995
|
+
low: "low";
|
|
996
|
+
none: "none";
|
|
997
|
+
minimal: "minimal";
|
|
998
998
|
}>>;
|
|
999
999
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1000
1000
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1069,18 +1069,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1069
1069
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1070
1070
|
}, z.core.$strip>>;
|
|
1071
1071
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1072
|
-
|
|
1073
|
-
minimal: "minimal";
|
|
1074
|
-
low: "low";
|
|
1072
|
+
max: "max";
|
|
1075
1073
|
medium: "medium";
|
|
1076
1074
|
high: "high";
|
|
1077
1075
|
xhigh: "xhigh";
|
|
1078
|
-
|
|
1076
|
+
low: "low";
|
|
1077
|
+
none: "none";
|
|
1078
|
+
minimal: "minimal";
|
|
1079
1079
|
}>>;
|
|
1080
1080
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1081
|
-
low: "low";
|
|
1082
1081
|
medium: "medium";
|
|
1083
1082
|
high: "high";
|
|
1083
|
+
low: "low";
|
|
1084
1084
|
}>>;
|
|
1085
1085
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1086
1086
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1098,13 +1098,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1098
1098
|
model: z.ZodString;
|
|
1099
1099
|
variant: z.ZodOptional<z.ZodString>;
|
|
1100
1100
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1101
|
-
|
|
1102
|
-
minimal: "minimal";
|
|
1103
|
-
low: "low";
|
|
1101
|
+
max: "max";
|
|
1104
1102
|
medium: "medium";
|
|
1105
1103
|
high: "high";
|
|
1106
1104
|
xhigh: "xhigh";
|
|
1107
|
-
|
|
1105
|
+
low: "low";
|
|
1106
|
+
none: "none";
|
|
1107
|
+
minimal: "minimal";
|
|
1108
1108
|
}>>;
|
|
1109
1109
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1110
1110
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1120,13 +1120,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1120
1120
|
model: z.ZodString;
|
|
1121
1121
|
variant: z.ZodOptional<z.ZodString>;
|
|
1122
1122
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1123
|
-
|
|
1124
|
-
minimal: "minimal";
|
|
1125
|
-
low: "low";
|
|
1123
|
+
max: "max";
|
|
1126
1124
|
medium: "medium";
|
|
1127
1125
|
high: "high";
|
|
1128
1126
|
xhigh: "xhigh";
|
|
1129
|
-
|
|
1127
|
+
low: "low";
|
|
1128
|
+
none: "none";
|
|
1129
|
+
minimal: "minimal";
|
|
1130
1130
|
}>>;
|
|
1131
1131
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1132
1132
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1201,18 +1201,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1201
1201
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1202
1202
|
}, z.core.$strip>>;
|
|
1203
1203
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1204
|
-
|
|
1205
|
-
minimal: "minimal";
|
|
1206
|
-
low: "low";
|
|
1204
|
+
max: "max";
|
|
1207
1205
|
medium: "medium";
|
|
1208
1206
|
high: "high";
|
|
1209
1207
|
xhigh: "xhigh";
|
|
1210
|
-
|
|
1208
|
+
low: "low";
|
|
1209
|
+
none: "none";
|
|
1210
|
+
minimal: "minimal";
|
|
1211
1211
|
}>>;
|
|
1212
1212
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1213
|
-
low: "low";
|
|
1214
1213
|
medium: "medium";
|
|
1215
1214
|
high: "high";
|
|
1215
|
+
low: "low";
|
|
1216
1216
|
}>>;
|
|
1217
1217
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1218
1218
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1230,13 +1230,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1230
1230
|
model: z.ZodString;
|
|
1231
1231
|
variant: z.ZodOptional<z.ZodString>;
|
|
1232
1232
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1233
|
-
|
|
1234
|
-
minimal: "minimal";
|
|
1235
|
-
low: "low";
|
|
1233
|
+
max: "max";
|
|
1236
1234
|
medium: "medium";
|
|
1237
1235
|
high: "high";
|
|
1238
1236
|
xhigh: "xhigh";
|
|
1239
|
-
|
|
1237
|
+
low: "low";
|
|
1238
|
+
none: "none";
|
|
1239
|
+
minimal: "minimal";
|
|
1240
1240
|
}>>;
|
|
1241
1241
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1242
1242
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1252,13 +1252,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1252
1252
|
model: z.ZodString;
|
|
1253
1253
|
variant: z.ZodOptional<z.ZodString>;
|
|
1254
1254
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1255
|
-
|
|
1256
|
-
minimal: "minimal";
|
|
1257
|
-
low: "low";
|
|
1255
|
+
max: "max";
|
|
1258
1256
|
medium: "medium";
|
|
1259
1257
|
high: "high";
|
|
1260
1258
|
xhigh: "xhigh";
|
|
1261
|
-
|
|
1259
|
+
low: "low";
|
|
1260
|
+
none: "none";
|
|
1261
|
+
minimal: "minimal";
|
|
1262
1262
|
}>>;
|
|
1263
1263
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1264
1264
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1333,18 +1333,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1333
1333
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1334
1334
|
}, z.core.$strip>>;
|
|
1335
1335
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1336
|
-
|
|
1337
|
-
minimal: "minimal";
|
|
1338
|
-
low: "low";
|
|
1336
|
+
max: "max";
|
|
1339
1337
|
medium: "medium";
|
|
1340
1338
|
high: "high";
|
|
1341
1339
|
xhigh: "xhigh";
|
|
1342
|
-
|
|
1340
|
+
low: "low";
|
|
1341
|
+
none: "none";
|
|
1342
|
+
minimal: "minimal";
|
|
1343
1343
|
}>>;
|
|
1344
1344
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1345
|
-
low: "low";
|
|
1346
1345
|
medium: "medium";
|
|
1347
1346
|
high: "high";
|
|
1347
|
+
low: "low";
|
|
1348
1348
|
}>>;
|
|
1349
1349
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1350
1350
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1362,13 +1362,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1362
1362
|
model: z.ZodString;
|
|
1363
1363
|
variant: z.ZodOptional<z.ZodString>;
|
|
1364
1364
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1365
|
-
|
|
1366
|
-
minimal: "minimal";
|
|
1367
|
-
low: "low";
|
|
1365
|
+
max: "max";
|
|
1368
1366
|
medium: "medium";
|
|
1369
1367
|
high: "high";
|
|
1370
1368
|
xhigh: "xhigh";
|
|
1371
|
-
|
|
1369
|
+
low: "low";
|
|
1370
|
+
none: "none";
|
|
1371
|
+
minimal: "minimal";
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1374
1374
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1384,13 +1384,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1384
1384
|
model: z.ZodString;
|
|
1385
1385
|
variant: z.ZodOptional<z.ZodString>;
|
|
1386
1386
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1387
|
-
|
|
1388
|
-
minimal: "minimal";
|
|
1389
|
-
low: "low";
|
|
1387
|
+
max: "max";
|
|
1390
1388
|
medium: "medium";
|
|
1391
1389
|
high: "high";
|
|
1392
1390
|
xhigh: "xhigh";
|
|
1393
|
-
|
|
1391
|
+
low: "low";
|
|
1392
|
+
none: "none";
|
|
1393
|
+
minimal: "minimal";
|
|
1394
1394
|
}>>;
|
|
1395
1395
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1396
1396
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1465,18 +1465,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1465
1465
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1466
1466
|
}, z.core.$strip>>;
|
|
1467
1467
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1468
|
-
|
|
1469
|
-
minimal: "minimal";
|
|
1470
|
-
low: "low";
|
|
1468
|
+
max: "max";
|
|
1471
1469
|
medium: "medium";
|
|
1472
1470
|
high: "high";
|
|
1473
1471
|
xhigh: "xhigh";
|
|
1474
|
-
|
|
1472
|
+
low: "low";
|
|
1473
|
+
none: "none";
|
|
1474
|
+
minimal: "minimal";
|
|
1475
1475
|
}>>;
|
|
1476
1476
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1477
|
-
low: "low";
|
|
1478
1477
|
medium: "medium";
|
|
1479
1478
|
high: "high";
|
|
1479
|
+
low: "low";
|
|
1480
1480
|
}>>;
|
|
1481
1481
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1482
1482
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1494,13 +1494,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1494
1494
|
model: z.ZodString;
|
|
1495
1495
|
variant: z.ZodOptional<z.ZodString>;
|
|
1496
1496
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1497
|
-
|
|
1498
|
-
minimal: "minimal";
|
|
1499
|
-
low: "low";
|
|
1497
|
+
max: "max";
|
|
1500
1498
|
medium: "medium";
|
|
1501
1499
|
high: "high";
|
|
1502
1500
|
xhigh: "xhigh";
|
|
1503
|
-
|
|
1501
|
+
low: "low";
|
|
1502
|
+
none: "none";
|
|
1503
|
+
minimal: "minimal";
|
|
1504
1504
|
}>>;
|
|
1505
1505
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1506
1506
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1516,13 +1516,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1516
1516
|
model: z.ZodString;
|
|
1517
1517
|
variant: z.ZodOptional<z.ZodString>;
|
|
1518
1518
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1519
|
-
|
|
1520
|
-
minimal: "minimal";
|
|
1521
|
-
low: "low";
|
|
1519
|
+
max: "max";
|
|
1522
1520
|
medium: "medium";
|
|
1523
1521
|
high: "high";
|
|
1524
1522
|
xhigh: "xhigh";
|
|
1525
|
-
|
|
1523
|
+
low: "low";
|
|
1524
|
+
none: "none";
|
|
1525
|
+
minimal: "minimal";
|
|
1526
1526
|
}>>;
|
|
1527
1527
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1528
1528
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1597,18 +1597,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1597
1597
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1598
1598
|
}, z.core.$strip>>;
|
|
1599
1599
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1600
|
-
|
|
1601
|
-
minimal: "minimal";
|
|
1602
|
-
low: "low";
|
|
1600
|
+
max: "max";
|
|
1603
1601
|
medium: "medium";
|
|
1604
1602
|
high: "high";
|
|
1605
1603
|
xhigh: "xhigh";
|
|
1606
|
-
|
|
1604
|
+
low: "low";
|
|
1605
|
+
none: "none";
|
|
1606
|
+
minimal: "minimal";
|
|
1607
1607
|
}>>;
|
|
1608
1608
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1609
|
-
low: "low";
|
|
1610
1609
|
medium: "medium";
|
|
1611
1610
|
high: "high";
|
|
1611
|
+
low: "low";
|
|
1612
1612
|
}>>;
|
|
1613
1613
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1614
1614
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1626,13 +1626,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1626
1626
|
model: z.ZodString;
|
|
1627
1627
|
variant: z.ZodOptional<z.ZodString>;
|
|
1628
1628
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1629
|
-
|
|
1630
|
-
minimal: "minimal";
|
|
1631
|
-
low: "low";
|
|
1629
|
+
max: "max";
|
|
1632
1630
|
medium: "medium";
|
|
1633
1631
|
high: "high";
|
|
1634
1632
|
xhigh: "xhigh";
|
|
1635
|
-
|
|
1633
|
+
low: "low";
|
|
1634
|
+
none: "none";
|
|
1635
|
+
minimal: "minimal";
|
|
1636
1636
|
}>>;
|
|
1637
1637
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1638
1638
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1648,13 +1648,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1648
1648
|
model: z.ZodString;
|
|
1649
1649
|
variant: z.ZodOptional<z.ZodString>;
|
|
1650
1650
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1651
|
-
|
|
1652
|
-
minimal: "minimal";
|
|
1653
|
-
low: "low";
|
|
1651
|
+
max: "max";
|
|
1654
1652
|
medium: "medium";
|
|
1655
1653
|
high: "high";
|
|
1656
1654
|
xhigh: "xhigh";
|
|
1657
|
-
|
|
1655
|
+
low: "low";
|
|
1656
|
+
none: "none";
|
|
1657
|
+
minimal: "minimal";
|
|
1658
1658
|
}>>;
|
|
1659
1659
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1660
1660
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1729,18 +1729,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1729
1729
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1730
1730
|
}, z.core.$strip>>;
|
|
1731
1731
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1732
|
-
|
|
1733
|
-
minimal: "minimal";
|
|
1734
|
-
low: "low";
|
|
1732
|
+
max: "max";
|
|
1735
1733
|
medium: "medium";
|
|
1736
1734
|
high: "high";
|
|
1737
1735
|
xhigh: "xhigh";
|
|
1738
|
-
|
|
1736
|
+
low: "low";
|
|
1737
|
+
none: "none";
|
|
1738
|
+
minimal: "minimal";
|
|
1739
1739
|
}>>;
|
|
1740
1740
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1741
|
-
low: "low";
|
|
1742
1741
|
medium: "medium";
|
|
1743
1742
|
high: "high";
|
|
1743
|
+
low: "low";
|
|
1744
1744
|
}>>;
|
|
1745
1745
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1746
1746
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1758,13 +1758,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1758
1758
|
model: z.ZodString;
|
|
1759
1759
|
variant: z.ZodOptional<z.ZodString>;
|
|
1760
1760
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1761
|
-
|
|
1762
|
-
minimal: "minimal";
|
|
1763
|
-
low: "low";
|
|
1761
|
+
max: "max";
|
|
1764
1762
|
medium: "medium";
|
|
1765
1763
|
high: "high";
|
|
1766
1764
|
xhigh: "xhigh";
|
|
1767
|
-
|
|
1765
|
+
low: "low";
|
|
1766
|
+
none: "none";
|
|
1767
|
+
minimal: "minimal";
|
|
1768
1768
|
}>>;
|
|
1769
1769
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1770
1770
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1780,13 +1780,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1780
1780
|
model: z.ZodString;
|
|
1781
1781
|
variant: z.ZodOptional<z.ZodString>;
|
|
1782
1782
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1783
|
-
|
|
1784
|
-
minimal: "minimal";
|
|
1785
|
-
low: "low";
|
|
1783
|
+
max: "max";
|
|
1786
1784
|
medium: "medium";
|
|
1787
1785
|
high: "high";
|
|
1788
1786
|
xhigh: "xhigh";
|
|
1789
|
-
|
|
1787
|
+
low: "low";
|
|
1788
|
+
none: "none";
|
|
1789
|
+
minimal: "minimal";
|
|
1790
1790
|
}>>;
|
|
1791
1791
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1792
1792
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1861,18 +1861,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1861
1861
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1862
1862
|
}, z.core.$strip>>;
|
|
1863
1863
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1864
|
-
|
|
1865
|
-
minimal: "minimal";
|
|
1866
|
-
low: "low";
|
|
1864
|
+
max: "max";
|
|
1867
1865
|
medium: "medium";
|
|
1868
1866
|
high: "high";
|
|
1869
1867
|
xhigh: "xhigh";
|
|
1870
|
-
|
|
1868
|
+
low: "low";
|
|
1869
|
+
none: "none";
|
|
1870
|
+
minimal: "minimal";
|
|
1871
1871
|
}>>;
|
|
1872
1872
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
1873
|
-
low: "low";
|
|
1874
1873
|
medium: "medium";
|
|
1875
1874
|
high: "high";
|
|
1875
|
+
low: "low";
|
|
1876
1876
|
}>>;
|
|
1877
1877
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1878
1878
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -1890,13 +1890,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1890
1890
|
model: z.ZodString;
|
|
1891
1891
|
variant: z.ZodOptional<z.ZodString>;
|
|
1892
1892
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1893
|
-
|
|
1894
|
-
minimal: "minimal";
|
|
1895
|
-
low: "low";
|
|
1893
|
+
max: "max";
|
|
1896
1894
|
medium: "medium";
|
|
1897
1895
|
high: "high";
|
|
1898
1896
|
xhigh: "xhigh";
|
|
1899
|
-
|
|
1897
|
+
low: "low";
|
|
1898
|
+
none: "none";
|
|
1899
|
+
minimal: "minimal";
|
|
1900
1900
|
}>>;
|
|
1901
1901
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1902
1902
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1912,13 +1912,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1912
1912
|
model: z.ZodString;
|
|
1913
1913
|
variant: z.ZodOptional<z.ZodString>;
|
|
1914
1914
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1915
|
-
|
|
1916
|
-
minimal: "minimal";
|
|
1917
|
-
low: "low";
|
|
1915
|
+
max: "max";
|
|
1918
1916
|
medium: "medium";
|
|
1919
1917
|
high: "high";
|
|
1920
1918
|
xhigh: "xhigh";
|
|
1921
|
-
|
|
1919
|
+
low: "low";
|
|
1920
|
+
none: "none";
|
|
1921
|
+
minimal: "minimal";
|
|
1922
1922
|
}>>;
|
|
1923
1923
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1924
1924
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1993,18 +1993,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1993
1993
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
1994
1994
|
}, z.core.$strip>>;
|
|
1995
1995
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
1996
|
-
|
|
1997
|
-
minimal: "minimal";
|
|
1998
|
-
low: "low";
|
|
1996
|
+
max: "max";
|
|
1999
1997
|
medium: "medium";
|
|
2000
1998
|
high: "high";
|
|
2001
1999
|
xhigh: "xhigh";
|
|
2002
|
-
|
|
2000
|
+
low: "low";
|
|
2001
|
+
none: "none";
|
|
2002
|
+
minimal: "minimal";
|
|
2003
2003
|
}>>;
|
|
2004
2004
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
2005
|
-
low: "low";
|
|
2006
2005
|
medium: "medium";
|
|
2007
2006
|
high: "high";
|
|
2007
|
+
low: "low";
|
|
2008
2008
|
}>>;
|
|
2009
2009
|
providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2010
2010
|
ultrawork: z.ZodOptional<z.ZodObject<{
|
|
@@ -2023,13 +2023,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
2023
2023
|
model: z.ZodString;
|
|
2024
2024
|
variant: z.ZodOptional<z.ZodString>;
|
|
2025
2025
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
2026
|
-
|
|
2027
|
-
minimal: "minimal";
|
|
2028
|
-
low: "low";
|
|
2026
|
+
max: "max";
|
|
2029
2027
|
medium: "medium";
|
|
2030
2028
|
high: "high";
|
|
2031
2029
|
xhigh: "xhigh";
|
|
2032
|
-
|
|
2030
|
+
low: "low";
|
|
2031
|
+
none: "none";
|
|
2032
|
+
minimal: "minimal";
|
|
2033
2033
|
}>>;
|
|
2034
2034
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2035
2035
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2045,13 +2045,13 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
2045
2045
|
model: z.ZodString;
|
|
2046
2046
|
variant: z.ZodOptional<z.ZodString>;
|
|
2047
2047
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
2048
|
-
|
|
2049
|
-
minimal: "minimal";
|
|
2050
|
-
low: "low";
|
|
2048
|
+
max: "max";
|
|
2051
2049
|
medium: "medium";
|
|
2052
2050
|
high: "high";
|
|
2053
2051
|
xhigh: "xhigh";
|
|
2054
|
-
|
|
2052
|
+
low: "low";
|
|
2053
|
+
none: "none";
|
|
2054
|
+
minimal: "minimal";
|
|
2055
2055
|
}>>;
|
|
2056
2056
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
2057
2057
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2076,18 +2076,18 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
2076
2076
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
2077
2077
|
}, z.core.$strip>>;
|
|
2078
2078
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
2079
|
-
|
|
2080
|
-
minimal: "minimal";
|
|
2081
|
-
low: "low";
|
|
2079
|
+
max: "max";
|
|
2082
2080
|
medium: "medium";
|
|
2083
2081
|
high: "high";
|
|
2084
2082
|
xhigh: "xhigh";
|
|
2085
|
-
|
|
2083
|
+
low: "low";
|
|
2084
|
+
none: "none";
|
|
2085
|
+
minimal: "minimal";
|
|
2086
2086
|
}>>;
|
|
2087
2087
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
2088
|
-
low: "low";
|
|
2089
2088
|
medium: "medium";
|
|
2090
2089
|
high: "high";
|
|
2090
|
+
low: "low";
|
|
2091
2091
|
}>>;
|
|
2092
2092
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
2093
2093
|
prompt_append: z.ZodOptional<z.ZodString>;
|