oh-my-opencode 4.4.0 → 4.5.1
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 +178 -129
- 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 +52205 -50528
- 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
|
@@ -6,13 +6,13 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
6
6
|
model: z.ZodString;
|
|
7
7
|
variant: z.ZodOptional<z.ZodString>;
|
|
8
8
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
9
|
-
|
|
10
|
-
minimal: "minimal";
|
|
11
|
-
low: "low";
|
|
9
|
+
max: "max";
|
|
12
10
|
medium: "medium";
|
|
13
11
|
high: "high";
|
|
14
12
|
xhigh: "xhigh";
|
|
15
|
-
|
|
13
|
+
low: "low";
|
|
14
|
+
none: "none";
|
|
15
|
+
minimal: "minimal";
|
|
16
16
|
}>>;
|
|
17
17
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
18
18
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -28,13 +28,13 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
28
28
|
model: z.ZodString;
|
|
29
29
|
variant: z.ZodOptional<z.ZodString>;
|
|
30
30
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
|
|
32
|
-
minimal: "minimal";
|
|
33
|
-
low: "low";
|
|
31
|
+
max: "max";
|
|
34
32
|
medium: "medium";
|
|
35
33
|
high: "high";
|
|
36
34
|
xhigh: "xhigh";
|
|
37
|
-
|
|
35
|
+
low: "low";
|
|
36
|
+
none: "none";
|
|
37
|
+
minimal: "minimal";
|
|
38
38
|
}>>;
|
|
39
39
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
40
40
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -59,18 +59,18 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
59
59
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
60
60
|
}, z.core.$strip>>;
|
|
61
61
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
62
|
-
|
|
63
|
-
minimal: "minimal";
|
|
64
|
-
low: "low";
|
|
62
|
+
max: "max";
|
|
65
63
|
medium: "medium";
|
|
66
64
|
high: "high";
|
|
67
65
|
xhigh: "xhigh";
|
|
68
|
-
|
|
66
|
+
low: "low";
|
|
67
|
+
none: "none";
|
|
68
|
+
minimal: "minimal";
|
|
69
69
|
}>>;
|
|
70
70
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
71
|
-
low: "low";
|
|
72
71
|
medium: "medium";
|
|
73
72
|
high: "high";
|
|
73
|
+
low: "low";
|
|
74
74
|
}>>;
|
|
75
75
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
76
76
|
prompt_append: z.ZodOptional<z.ZodString>;
|
|
@@ -80,12 +80,12 @@ export declare const CategoryConfigSchema: z.ZodObject<{
|
|
|
80
80
|
}, z.core.$strip>;
|
|
81
81
|
export declare const BuiltinCategoryNameSchema: z.ZodEnum<{
|
|
82
82
|
"visual-engineering": "visual-engineering";
|
|
83
|
-
deep: "deep";
|
|
84
|
-
"unspecified-high": "unspecified-high";
|
|
85
83
|
ultrabrain: "ultrabrain";
|
|
84
|
+
deep: "deep";
|
|
86
85
|
artistry: "artistry";
|
|
87
86
|
quick: "quick";
|
|
88
87
|
"unspecified-low": "unspecified-low";
|
|
88
|
+
"unspecified-high": "unspecified-high";
|
|
89
89
|
writing: "writing";
|
|
90
90
|
}>;
|
|
91
91
|
export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -95,13 +95,13 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
95
95
|
model: z.ZodString;
|
|
96
96
|
variant: z.ZodOptional<z.ZodString>;
|
|
97
97
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
98
|
-
|
|
99
|
-
minimal: "minimal";
|
|
100
|
-
low: "low";
|
|
98
|
+
max: "max";
|
|
101
99
|
medium: "medium";
|
|
102
100
|
high: "high";
|
|
103
101
|
xhigh: "xhigh";
|
|
104
|
-
|
|
102
|
+
low: "low";
|
|
103
|
+
none: "none";
|
|
104
|
+
minimal: "minimal";
|
|
105
105
|
}>>;
|
|
106
106
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
107
107
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -117,13 +117,13 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
117
117
|
model: z.ZodString;
|
|
118
118
|
variant: z.ZodOptional<z.ZodString>;
|
|
119
119
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
120
|
-
|
|
121
|
-
minimal: "minimal";
|
|
122
|
-
low: "low";
|
|
120
|
+
max: "max";
|
|
123
121
|
medium: "medium";
|
|
124
122
|
high: "high";
|
|
125
123
|
xhigh: "xhigh";
|
|
126
|
-
|
|
124
|
+
low: "low";
|
|
125
|
+
none: "none";
|
|
126
|
+
minimal: "minimal";
|
|
127
127
|
}>>;
|
|
128
128
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
129
129
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -148,18 +148,18 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
148
148
|
budgetTokens: z.ZodOptional<z.ZodNumber>;
|
|
149
149
|
}, z.core.$strip>>;
|
|
150
150
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
151
|
-
|
|
152
|
-
minimal: "minimal";
|
|
153
|
-
low: "low";
|
|
151
|
+
max: "max";
|
|
154
152
|
medium: "medium";
|
|
155
153
|
high: "high";
|
|
156
154
|
xhigh: "xhigh";
|
|
157
|
-
|
|
155
|
+
low: "low";
|
|
156
|
+
none: "none";
|
|
157
|
+
minimal: "minimal";
|
|
158
158
|
}>>;
|
|
159
159
|
textVerbosity: z.ZodOptional<z.ZodEnum<{
|
|
160
|
-
low: "low";
|
|
161
160
|
medium: "medium";
|
|
162
161
|
high: "high";
|
|
162
|
+
low: "low";
|
|
163
163
|
}>>;
|
|
164
164
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
165
165
|
prompt_append: z.ZodOptional<z.ZodString>;
|
|
@@ -3,13 +3,13 @@ export declare const FallbackModelObjectSchema: z.ZodObject<{
|
|
|
3
3
|
model: z.ZodString;
|
|
4
4
|
variant: z.ZodOptional<z.ZodString>;
|
|
5
5
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
6
|
-
|
|
7
|
-
minimal: "minimal";
|
|
8
|
-
low: "low";
|
|
6
|
+
max: "max";
|
|
9
7
|
medium: "medium";
|
|
10
8
|
high: "high";
|
|
11
9
|
xhigh: "xhigh";
|
|
12
|
-
|
|
10
|
+
low: "low";
|
|
11
|
+
none: "none";
|
|
12
|
+
minimal: "minimal";
|
|
13
13
|
}>>;
|
|
14
14
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
15
15
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -28,13 +28,13 @@ export declare const FallbackModelObjectArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
28
28
|
model: z.ZodString;
|
|
29
29
|
variant: z.ZodOptional<z.ZodString>;
|
|
30
30
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
|
|
32
|
-
minimal: "minimal";
|
|
33
|
-
low: "low";
|
|
31
|
+
max: "max";
|
|
34
32
|
medium: "medium";
|
|
35
33
|
high: "high";
|
|
36
34
|
xhigh: "xhigh";
|
|
37
|
-
|
|
35
|
+
low: "low";
|
|
36
|
+
none: "none";
|
|
37
|
+
minimal: "minimal";
|
|
38
38
|
}>>;
|
|
39
39
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
40
40
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -51,13 +51,13 @@ export declare const FallbackModelMixedArraySchema: z.ZodArray<z.ZodUnion<readon
|
|
|
51
51
|
model: z.ZodString;
|
|
52
52
|
variant: z.ZodOptional<z.ZodString>;
|
|
53
53
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
54
|
-
|
|
55
|
-
minimal: "minimal";
|
|
56
|
-
low: "low";
|
|
54
|
+
max: "max";
|
|
57
55
|
medium: "medium";
|
|
58
56
|
high: "high";
|
|
59
57
|
xhigh: "xhigh";
|
|
60
|
-
|
|
58
|
+
low: "low";
|
|
59
|
+
none: "none";
|
|
60
|
+
minimal: "minimal";
|
|
61
61
|
}>>;
|
|
62
62
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
63
63
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -74,13 +74,13 @@ export declare const FallbackModelsSchema: z.ZodUnion<readonly [z.ZodString, z.Z
|
|
|
74
74
|
model: z.ZodString;
|
|
75
75
|
variant: z.ZodOptional<z.ZodString>;
|
|
76
76
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
77
|
-
|
|
78
|
-
minimal: "minimal";
|
|
79
|
-
low: "low";
|
|
77
|
+
max: "max";
|
|
80
78
|
medium: "medium";
|
|
81
79
|
high: "high";
|
|
82
80
|
xhigh: "xhigh";
|
|
83
|
-
|
|
81
|
+
low: "low";
|
|
82
|
+
none: "none";
|
|
83
|
+
minimal: "minimal";
|
|
84
84
|
}>>;
|
|
85
85
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
86
86
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
@@ -96,13 +96,13 @@ export declare const FallbackModelsSchema: z.ZodUnion<readonly [z.ZodString, z.Z
|
|
|
96
96
|
model: z.ZodString;
|
|
97
97
|
variant: z.ZodOptional<z.ZodString>;
|
|
98
98
|
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
99
|
-
|
|
100
|
-
minimal: "minimal";
|
|
101
|
-
low: "low";
|
|
99
|
+
max: "max";
|
|
102
100
|
medium: "medium";
|
|
103
101
|
high: "high";
|
|
104
102
|
xhigh: "xhigh";
|
|
105
|
-
|
|
103
|
+
low: "low";
|
|
104
|
+
none: "none";
|
|
105
|
+
minimal: "minimal";
|
|
106
106
|
}>>;
|
|
107
107
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
108
108
|
top_p: z.ZodOptional<z.ZodNumber>;
|