evil-omo 3.12.4 → 3.13.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/dist/agents/authorized-research-framework.d.ts +4 -1
- package/dist/agents/prometheus/system-prompt.d.ts +1 -1
- package/dist/cli/index.js +76 -32
- package/dist/config/schema/evil-omo-config.d.ts +40 -15
- package/dist/config/schema/hooks.d.ts +1 -1
- package/dist/config/schema/openclaw.d.ts +64 -0
- package/dist/config/schema.d.ts +1 -0
- package/dist/create-hooks.d.ts +1 -1
- package/dist/evil-omo.schema.json +186 -48
- package/dist/features/background-agent/constants.d.ts +3 -3
- package/dist/features/boulder-state/index.d.ts +1 -0
- package/dist/features/boulder-state/storage.d.ts +10 -1
- package/dist/features/boulder-state/top-level-task.d.ts +2 -0
- package/dist/features/boulder-state/types.d.ts +28 -0
- package/dist/hooks/atlas/boulder-continuation-injector.d.ts +2 -0
- package/dist/hooks/atlas/subagent-session-id.d.ts +7 -1
- package/dist/hooks/atlas/tool-execute-after.d.ts +2 -1
- package/dist/hooks/atlas/tool-execute-before.d.ts +2 -0
- package/dist/hooks/atlas/types.d.ts +13 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/keyword-detector/constants.d.ts +1 -1
- package/dist/hooks/keyword-detector/ultrawork/index.d.ts +1 -1
- package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +5 -0
- package/dist/hooks/openclaw.d.ts +11 -0
- package/dist/hooks/preemptive-compaction-degradation-monitor.d.ts +55 -0
- package/dist/hooks/preemptive-compaction-no-text-tail.d.ts +18 -0
- package/dist/hooks/session-recovery/storage/thinking-prepend.d.ts +27 -2
- package/dist/hooks/todo-continuation-enforcer/compaction-guard.d.ts +2 -0
- package/dist/hooks/todo-continuation-enforcer/handler.d.ts +0 -1
- package/dist/hooks/todo-continuation-enforcer/idle-event.d.ts +0 -1
- package/dist/hooks/todo-continuation-enforcer/types.d.ts +2 -1
- package/dist/hooks/webfetch-redirect-guard/constants.d.ts +6 -0
- package/dist/hooks/webfetch-redirect-guard/hook.d.ts +19 -0
- package/dist/hooks/webfetch-redirect-guard/index.d.ts +1 -0
- package/dist/hooks/webfetch-redirect-guard/redirect-resolution.d.ts +16 -0
- package/dist/index.js +1703 -843
- package/dist/openclaw/config.d.ts +8 -0
- package/dist/openclaw/daemon.d.ts +1 -0
- package/dist/openclaw/dispatcher.d.ts +16 -0
- package/dist/openclaw/index.d.ts +5 -0
- package/dist/openclaw/reply-listener.d.ts +31 -0
- package/dist/openclaw/session-registry.d.ts +17 -0
- package/dist/openclaw/tmux.d.ts +8 -0
- package/dist/openclaw/types.d.ts +38 -0
- package/dist/plugin/chat-params.d.ts +5 -1
- package/dist/plugin/hooks/create-continuation-hooks.d.ts +1 -2
- package/dist/plugin/hooks/create-core-hooks.d.ts +1 -0
- package/dist/plugin/hooks/create-tool-guard-hooks.d.ts +2 -1
- package/dist/plugin/normalize-tool-arg-schemas.d.ts +1 -0
- package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -0
- package/dist/shared/jsonc-parser.d.ts +4 -0
- package/dist/shared/shell-env.d.ts +1 -1
- package/dist/tools/delegate-task/categories.d.ts +1 -0
- package/dist/tools/delegate-task/constants.d.ts +2 -2
- package/dist/tools/delegate-task/model-selection.d.ts +1 -0
- package/dist/tools/delegate-task/subagent-resolver.d.ts +1 -1
- package/dist/tools/hashline-edit/formatter-trigger.d.ts +38 -0
- package/dist/tools/hashline-edit/hashline-edit-executor.d.ts +2 -1
- package/dist/tools/hashline-edit/tools.d.ts +2 -1
- package/package.json +12 -12
- package/bin/evil-omo.test.ts +0 -82
- package/dist/hooks/gpt-permission-continuation/assistant-message.d.ts +0 -23
- package/dist/hooks/gpt-permission-continuation/constants.d.ts +0 -4
- package/dist/hooks/gpt-permission-continuation/detector.d.ts +0 -1
- package/dist/hooks/gpt-permission-continuation/handler.d.ts +0 -12
- package/dist/hooks/gpt-permission-continuation/index.d.ts +0 -13
- package/dist/hooks/gpt-permission-continuation/session-state.d.ts +0 -15
|
@@ -1 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const AUTHORIZED_FRAMEWORK_SENTINEL = "<omo-authorized-framework-v3>";
|
|
2
|
+
export declare function getAuthorizedFramework(model?: string): string;
|
|
3
|
+
export declare function prependAuthorizedFramework(prompt: string | undefined, model?: string): string;
|
|
4
|
+
export declare const AUTHORIZED_RESEARCH_FRAMEWORK: string;
|
|
@@ -25,4 +25,4 @@ export declare function getPrometheusPromptSource(model?: string): PrometheusPro
|
|
|
25
25
|
* Gemini models → Gemini-optimized prompt (aggressive tool-call enforcement, thinking checkpoints)
|
|
26
26
|
* Default (Claude, etc.) → Claude-optimized prompt (modular sections)
|
|
27
27
|
*/
|
|
28
|
-
export declare function getPrometheusPrompt(model?: string): string;
|
|
28
|
+
export declare function getPrometheusPrompt(model?: string, disabledTools?: readonly string[]): string;
|
package/dist/cli/index.js
CHANGED
|
@@ -6067,7 +6067,8 @@ var init_hook_names = __esm(() => {
|
|
|
6067
6067
|
"sisyphus-orchestrator": "atlas",
|
|
6068
6068
|
"sisyphus-gpt-hephaestus-reminder": "no-sisyphus-gpt",
|
|
6069
6069
|
"empty-message-sanitizer": null,
|
|
6070
|
-
"delegate-task-english-directive": null
|
|
6070
|
+
"delegate-task-english-directive": null,
|
|
6071
|
+
"gpt-permission-continuation": null
|
|
6071
6072
|
};
|
|
6072
6073
|
});
|
|
6073
6074
|
|
|
@@ -6573,6 +6574,10 @@ var init_model_requirements = __esm(() => {
|
|
|
6573
6574
|
},
|
|
6574
6575
|
quick: {
|
|
6575
6576
|
fallbackChain: [
|
|
6577
|
+
{
|
|
6578
|
+
providers: ["openai", "github-copilot", "opencode"],
|
|
6579
|
+
model: "gpt-5.4-mini"
|
|
6580
|
+
},
|
|
6576
6581
|
{
|
|
6577
6582
|
providers: ["anthropic", "github-copilot", "opencode"],
|
|
6578
6583
|
model: "claude-haiku-4-5"
|
|
@@ -7510,7 +7515,7 @@ var init_openai_only_model_catalog = __esm(() => {
|
|
|
7510
7515
|
};
|
|
7511
7516
|
OPENAI_ONLY_CATEGORY_OVERRIDES = {
|
|
7512
7517
|
artistry: { model: "openai/gpt-5.4", variant: "xhigh" },
|
|
7513
|
-
quick: { model: "openai/gpt-5.
|
|
7518
|
+
quick: { model: "openai/gpt-5.4-mini" },
|
|
7514
7519
|
"visual-engineering": { model: "openai/gpt-5.4", variant: "high" },
|
|
7515
7520
|
writing: { model: "openai/gpt-5.4", variant: "medium" }
|
|
7516
7521
|
};
|
|
@@ -8967,7 +8972,7 @@ var {
|
|
|
8967
8972
|
// package.json
|
|
8968
8973
|
var package_default = {
|
|
8969
8974
|
name: "evil-omo",
|
|
8970
|
-
version: "3.
|
|
8975
|
+
version: "3.13.1",
|
|
8971
8976
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
8972
8977
|
main: "dist/index.js",
|
|
8973
8978
|
types: "dist/index.d.ts",
|
|
@@ -9043,17 +9048,17 @@ var package_default = {
|
|
|
9043
9048
|
typescript: "^5.7.3"
|
|
9044
9049
|
},
|
|
9045
9050
|
optionalDependencies: {
|
|
9046
|
-
"evil-omo-darwin-arm64": "3.
|
|
9047
|
-
"evil-omo-darwin-x64": "3.
|
|
9048
|
-
"evil-omo-darwin-x64-baseline": "3.
|
|
9049
|
-
"evil-omo-linux-x64": "3.
|
|
9050
|
-
"evil-omo-linux-x64-baseline": "3.
|
|
9051
|
-
"evil-omo-linux-arm64": "3.
|
|
9052
|
-
"evil-omo-linux-x64-musl": "3.
|
|
9053
|
-
"evil-omo-linux-x64-musl-baseline": "3.
|
|
9054
|
-
"evil-omo-linux-arm64-musl": "3.
|
|
9055
|
-
"evil-omo-windows-x64": "3.
|
|
9056
|
-
"evil-omo-windows-x64-baseline": "3.
|
|
9051
|
+
"evil-omo-darwin-arm64": "3.13.1",
|
|
9052
|
+
"evil-omo-darwin-x64": "3.13.1",
|
|
9053
|
+
"evil-omo-darwin-x64-baseline": "3.13.1",
|
|
9054
|
+
"evil-omo-linux-x64": "3.13.1",
|
|
9055
|
+
"evil-omo-linux-x64-baseline": "3.13.1",
|
|
9056
|
+
"evil-omo-linux-arm64": "3.13.1",
|
|
9057
|
+
"evil-omo-linux-x64-musl": "3.13.1",
|
|
9058
|
+
"evil-omo-linux-x64-musl-baseline": "3.13.1",
|
|
9059
|
+
"evil-omo-linux-arm64-musl": "3.13.1",
|
|
9060
|
+
"evil-omo-windows-x64": "3.13.1",
|
|
9061
|
+
"evil-omo-windows-x64-baseline": "3.13.1"
|
|
9057
9062
|
},
|
|
9058
9063
|
overrides: {
|
|
9059
9064
|
"@opencode-ai/sdk": "^1.2.24"
|
|
@@ -9924,7 +9929,7 @@ async function promptInstallConfig(detected) {
|
|
|
9924
9929
|
message: "Will you integrate Google Gemini?",
|
|
9925
9930
|
options: [
|
|
9926
9931
|
{ value: "no", label: "No", hint: "Frontend/docs agents will use fallback" },
|
|
9927
|
-
{ value: "yes", label: "Yes", hint: "Beautiful UI generation with Gemini 3 Pro" }
|
|
9932
|
+
{ value: "yes", label: "Yes", hint: "Beautiful UI generation with Gemini 3.1 Pro" }
|
|
9928
9933
|
],
|
|
9929
9934
|
initialValue: initial.gemini
|
|
9930
9935
|
});
|
|
@@ -24577,7 +24582,6 @@ var GitMasterConfigSchema = exports_external.object({
|
|
|
24577
24582
|
});
|
|
24578
24583
|
// src/config/schema/hooks.ts
|
|
24579
24584
|
var HookNameSchema = exports_external.enum([
|
|
24580
|
-
"gpt-permission-continuation",
|
|
24581
24585
|
"todo-continuation-enforcer",
|
|
24582
24586
|
"context-window-monitor",
|
|
24583
24587
|
"session-recovery",
|
|
@@ -24625,16 +24629,45 @@ var HookNameSchema = exports_external.enum([
|
|
|
24625
24629
|
"anthropic-effort",
|
|
24626
24630
|
"hashline-read-enhancer",
|
|
24627
24631
|
"read-image-resizer",
|
|
24628
|
-
"todo-description-override"
|
|
24632
|
+
"todo-description-override",
|
|
24633
|
+
"webfetch-redirect-guard"
|
|
24629
24634
|
]);
|
|
24630
24635
|
// src/config/schema/notification.ts
|
|
24631
24636
|
var NotificationConfigSchema = exports_external.object({
|
|
24632
24637
|
force_enable: exports_external.boolean().optional()
|
|
24633
24638
|
});
|
|
24634
|
-
// src/
|
|
24635
|
-
var
|
|
24636
|
-
|
|
24637
|
-
|
|
24639
|
+
// src/config/schema/openclaw.ts
|
|
24640
|
+
var OpenClawGatewaySchema = exports_external.object({
|
|
24641
|
+
type: exports_external.enum(["http", "command"]).default("http"),
|
|
24642
|
+
url: exports_external.string().optional(),
|
|
24643
|
+
method: exports_external.string().default("POST"),
|
|
24644
|
+
headers: exports_external.record(exports_external.string(), exports_external.string()).optional(),
|
|
24645
|
+
command: exports_external.string().optional(),
|
|
24646
|
+
timeout: exports_external.number().optional()
|
|
24647
|
+
});
|
|
24648
|
+
var OpenClawHookSchema = exports_external.object({
|
|
24649
|
+
enabled: exports_external.boolean().default(true),
|
|
24650
|
+
gateway: exports_external.string(),
|
|
24651
|
+
instruction: exports_external.string()
|
|
24652
|
+
});
|
|
24653
|
+
var OpenClawReplyListenerConfigSchema = exports_external.object({
|
|
24654
|
+
discordBotToken: exports_external.string().optional(),
|
|
24655
|
+
discordChannelId: exports_external.string().optional(),
|
|
24656
|
+
discordMention: exports_external.string().optional(),
|
|
24657
|
+
authorizedDiscordUserIds: exports_external.array(exports_external.string()).default([]),
|
|
24658
|
+
telegramBotToken: exports_external.string().optional(),
|
|
24659
|
+
telegramChatId: exports_external.string().optional(),
|
|
24660
|
+
pollIntervalMs: exports_external.number().default(3000),
|
|
24661
|
+
rateLimitPerMinute: exports_external.number().default(10),
|
|
24662
|
+
maxMessageLength: exports_external.number().default(500),
|
|
24663
|
+
includePrefix: exports_external.boolean().default(true)
|
|
24664
|
+
});
|
|
24665
|
+
var OpenClawConfigSchema = exports_external.object({
|
|
24666
|
+
enabled: exports_external.boolean().default(false),
|
|
24667
|
+
gateways: exports_external.record(exports_external.string(), OpenClawGatewaySchema).default({}),
|
|
24668
|
+
hooks: exports_external.record(exports_external.string(), OpenClawHookSchema).default({}),
|
|
24669
|
+
replyListener: OpenClawReplyListenerConfigSchema.optional()
|
|
24670
|
+
});
|
|
24638
24671
|
// src/config/schema/ralph-loop.ts
|
|
24639
24672
|
var RalphLoopConfigSchema = exports_external.object({
|
|
24640
24673
|
enabled: exports_external.boolean().default(false),
|
|
@@ -24704,6 +24737,11 @@ var SisyphusAgentConfigSchema = exports_external.object({
|
|
|
24704
24737
|
replace_plan: exports_external.boolean().optional()
|
|
24705
24738
|
});
|
|
24706
24739
|
|
|
24740
|
+
// src/config/schema/start-work.ts
|
|
24741
|
+
var StartWorkConfigSchema = exports_external.object({
|
|
24742
|
+
auto_commit: exports_external.boolean().default(true)
|
|
24743
|
+
});
|
|
24744
|
+
|
|
24707
24745
|
// src/config/schema/tmux.ts
|
|
24708
24746
|
var TmuxLayoutSchema = exports_external.enum([
|
|
24709
24747
|
"main-horizontal",
|
|
@@ -24720,28 +24758,28 @@ var TmuxConfigSchema = exports_external.object({
|
|
|
24720
24758
|
agent_pane_min_width: exports_external.number().min(20).default(40)
|
|
24721
24759
|
});
|
|
24722
24760
|
|
|
24723
|
-
// src/config/schema/start-work.ts
|
|
24724
|
-
var StartWorkConfigSchema = exports_external.object({
|
|
24725
|
-
auto_commit: exports_external.boolean().default(true)
|
|
24726
|
-
});
|
|
24727
|
-
|
|
24728
24761
|
// src/config/schema/websearch.ts
|
|
24729
24762
|
var WebsearchProviderSchema = exports_external.enum(["exa", "tavily"]);
|
|
24730
24763
|
var WebsearchConfigSchema = exports_external.object({
|
|
24731
24764
|
provider: WebsearchProviderSchema.optional()
|
|
24732
24765
|
});
|
|
24733
24766
|
|
|
24767
|
+
// src/mcp/types.ts
|
|
24768
|
+
var McpNameSchema = exports_external.enum(["websearch", "context7", "grep_app"]);
|
|
24769
|
+
var AnyMcpNameSchema = exports_external.string().min(1);
|
|
24770
|
+
|
|
24734
24771
|
// src/config/schema/evil-omo-config.ts
|
|
24772
|
+
var StringListSchema = exports_external.array(exports_external.string().min(1));
|
|
24735
24773
|
var OhMyOpenCodeConfigSchema = exports_external.object({
|
|
24736
24774
|
$schema: exports_external.string().optional(),
|
|
24737
24775
|
new_task_system_enabled: exports_external.boolean().optional(),
|
|
24738
24776
|
default_run_agent: exports_external.string().optional(),
|
|
24739
24777
|
disabled_mcps: exports_external.array(AnyMcpNameSchema).optional(),
|
|
24740
|
-
disabled_agents:
|
|
24741
|
-
disabled_skills:
|
|
24742
|
-
disabled_hooks:
|
|
24778
|
+
disabled_agents: StringListSchema.optional(),
|
|
24779
|
+
disabled_skills: StringListSchema.optional(),
|
|
24780
|
+
disabled_hooks: StringListSchema.optional(),
|
|
24743
24781
|
disabled_commands: exports_external.array(BuiltinCommandNameSchema).optional(),
|
|
24744
|
-
disabled_tools:
|
|
24782
|
+
disabled_tools: StringListSchema.optional(),
|
|
24745
24783
|
hashline_edit: exports_external.boolean().optional(),
|
|
24746
24784
|
model_fallback: exports_external.boolean().optional(),
|
|
24747
24785
|
agents: AgentOverridesSchema.optional(),
|
|
@@ -24753,15 +24791,16 @@ var OhMyOpenCodeConfigSchema = exports_external.object({
|
|
|
24753
24791
|
auto_update: exports_external.boolean().optional(),
|
|
24754
24792
|
skills: SkillsConfigSchema.optional(),
|
|
24755
24793
|
ralph_loop: RalphLoopConfigSchema.optional(),
|
|
24756
|
-
runtime_fallback: exports_external.union([exports_external.boolean(), RuntimeFallbackConfigSchema]).optional(),
|
|
24757
24794
|
background_task: BackgroundTaskConfigSchema.optional(),
|
|
24758
24795
|
notification: NotificationConfigSchema.optional(),
|
|
24796
|
+
openclaw: OpenClawConfigSchema.optional(),
|
|
24759
24797
|
babysitting: BabysittingConfigSchema.optional(),
|
|
24760
24798
|
git_master: GitMasterConfigSchema.optional(),
|
|
24761
24799
|
browser_automation_engine: BrowserAutomationConfigSchema.optional(),
|
|
24762
24800
|
websearch: WebsearchConfigSchema.optional(),
|
|
24763
24801
|
tmux: TmuxConfigSchema.optional(),
|
|
24764
24802
|
sisyphus: SisyphusConfigSchema.optional(),
|
|
24803
|
+
runtime_fallback: exports_external.union([exports_external.boolean(), RuntimeFallbackConfigSchema]).optional(),
|
|
24765
24804
|
start_work: StartWorkConfigSchema.optional(),
|
|
24766
24805
|
_migrations: exports_external.array(exports_external.string()).optional()
|
|
24767
24806
|
});
|
|
@@ -26747,6 +26786,7 @@ var NOTEPAD_BASE_PATH = `${BOULDER_DIR}/${NOTEPAD_DIR}`;
|
|
|
26747
26786
|
// src/features/boulder-state/storage.ts
|
|
26748
26787
|
import { existsSync as existsSync11, readFileSync as readFileSync9, writeFileSync as writeFileSync5, mkdirSync as mkdirSync3, readdirSync } from "fs";
|
|
26749
26788
|
import { dirname as dirname2, join as join10, basename } from "path";
|
|
26789
|
+
var RESERVED_KEYS = new Set(["__proto__", "prototype", "constructor"]);
|
|
26750
26790
|
function getBoulderFilePath(directory) {
|
|
26751
26791
|
return join10(directory, BOULDER_DIR, BOULDER_FILE);
|
|
26752
26792
|
}
|
|
@@ -26764,6 +26804,9 @@ function readBoulderState(directory) {
|
|
|
26764
26804
|
if (!Array.isArray(parsed.session_ids)) {
|
|
26765
26805
|
parsed.session_ids = [];
|
|
26766
26806
|
}
|
|
26807
|
+
if (!parsed.task_sessions || typeof parsed.task_sessions !== "object" || Array.isArray(parsed.task_sessions)) {
|
|
26808
|
+
parsed.task_sessions = {};
|
|
26809
|
+
}
|
|
26767
26810
|
return parsed;
|
|
26768
26811
|
} catch {
|
|
26769
26812
|
return null;
|
|
@@ -26782,7 +26825,7 @@ function getPlanProgress(planPath) {
|
|
|
26782
26825
|
return {
|
|
26783
26826
|
total,
|
|
26784
26827
|
completed,
|
|
26785
|
-
isComplete: total
|
|
26828
|
+
isComplete: total > 0 && completed === total
|
|
26786
26829
|
};
|
|
26787
26830
|
} catch {
|
|
26788
26831
|
return { total: 0, completed: 0, isComplete: true };
|
|
@@ -27252,6 +27295,7 @@ async function waitForEventProcessorShutdown(eventProcessor, timeoutMs = EVENT_P
|
|
|
27252
27295
|
}
|
|
27253
27296
|
async function run(options) {
|
|
27254
27297
|
process.env.OPENCODE_CLI_RUN_MODE = "true";
|
|
27298
|
+
process.env.OPENCODE_CLIENT = "run";
|
|
27255
27299
|
const startTime = Date.now();
|
|
27256
27300
|
const {
|
|
27257
27301
|
message,
|
|
@@ -5,13 +5,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
5
5
|
default_run_agent: z.ZodOptional<z.ZodString>;
|
|
6
6
|
disabled_mcps: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7
7
|
disabled_agents: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8
|
-
disabled_skills: z.ZodOptional<z.ZodArray<z.
|
|
9
|
-
playwright: "playwright";
|
|
10
|
-
"agent-browser": "agent-browser";
|
|
11
|
-
"dev-browser": "dev-browser";
|
|
12
|
-
"frontend-ui-ux": "frontend-ui-ux";
|
|
13
|
-
"git-master": "git-master";
|
|
14
|
-
}>>>;
|
|
8
|
+
disabled_skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15
9
|
disabled_hooks: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
16
10
|
disabled_commands: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
17
11
|
"init-deep": "init-deep";
|
|
@@ -1324,14 +1318,6 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1324
1318
|
continue: "continue";
|
|
1325
1319
|
}>>;
|
|
1326
1320
|
}, z.core.$strip>>;
|
|
1327
|
-
runtime_fallback: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
1328
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1329
|
-
retry_on_errors: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1330
|
-
max_fallback_attempts: z.ZodOptional<z.ZodNumber>;
|
|
1331
|
-
cooldown_seconds: z.ZodOptional<z.ZodNumber>;
|
|
1332
|
-
timeout_seconds: z.ZodOptional<z.ZodNumber>;
|
|
1333
|
-
notify_on_fallback: z.ZodOptional<z.ZodBoolean>;
|
|
1334
|
-
}, z.core.$strip>]>>;
|
|
1335
1321
|
background_task: z.ZodOptional<z.ZodObject<{
|
|
1336
1322
|
defaultConcurrency: z.ZodOptional<z.ZodNumber>;
|
|
1337
1323
|
providerConcurrency: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
@@ -1351,6 +1337,37 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1351
1337
|
notification: z.ZodOptional<z.ZodObject<{
|
|
1352
1338
|
force_enable: z.ZodOptional<z.ZodBoolean>;
|
|
1353
1339
|
}, z.core.$strip>>;
|
|
1340
|
+
openclaw: z.ZodOptional<z.ZodObject<{
|
|
1341
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1342
|
+
gateways: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1343
|
+
type: z.ZodDefault<z.ZodEnum<{
|
|
1344
|
+
command: "command";
|
|
1345
|
+
http: "http";
|
|
1346
|
+
}>>;
|
|
1347
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1348
|
+
method: z.ZodDefault<z.ZodString>;
|
|
1349
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1350
|
+
command: z.ZodOptional<z.ZodString>;
|
|
1351
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1352
|
+
}, z.core.$strip>>>;
|
|
1353
|
+
hooks: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1354
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1355
|
+
gateway: z.ZodString;
|
|
1356
|
+
instruction: z.ZodString;
|
|
1357
|
+
}, z.core.$strip>>>;
|
|
1358
|
+
replyListener: z.ZodOptional<z.ZodObject<{
|
|
1359
|
+
discordBotToken: z.ZodOptional<z.ZodString>;
|
|
1360
|
+
discordChannelId: z.ZodOptional<z.ZodString>;
|
|
1361
|
+
discordMention: z.ZodOptional<z.ZodString>;
|
|
1362
|
+
authorizedDiscordUserIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1363
|
+
telegramBotToken: z.ZodOptional<z.ZodString>;
|
|
1364
|
+
telegramChatId: z.ZodOptional<z.ZodString>;
|
|
1365
|
+
pollIntervalMs: z.ZodDefault<z.ZodNumber>;
|
|
1366
|
+
rateLimitPerMinute: z.ZodDefault<z.ZodNumber>;
|
|
1367
|
+
maxMessageLength: z.ZodDefault<z.ZodNumber>;
|
|
1368
|
+
includePrefix: z.ZodDefault<z.ZodBoolean>;
|
|
1369
|
+
}, z.core.$strip>>;
|
|
1370
|
+
}, z.core.$strip>>;
|
|
1354
1371
|
babysitting: z.ZodOptional<z.ZodObject<{
|
|
1355
1372
|
timeout_ms: z.ZodDefault<z.ZodNumber>;
|
|
1356
1373
|
}, z.core.$strip>>;
|
|
@@ -1393,6 +1410,14 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1393
1410
|
claude_code_compat: z.ZodDefault<z.ZodBoolean>;
|
|
1394
1411
|
}, z.core.$strip>>;
|
|
1395
1412
|
}, z.core.$strip>>;
|
|
1413
|
+
runtime_fallback: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
1414
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1415
|
+
retry_on_errors: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1416
|
+
max_fallback_attempts: z.ZodOptional<z.ZodNumber>;
|
|
1417
|
+
cooldown_seconds: z.ZodOptional<z.ZodNumber>;
|
|
1418
|
+
timeout_seconds: z.ZodOptional<z.ZodNumber>;
|
|
1419
|
+
notify_on_fallback: z.ZodOptional<z.ZodBoolean>;
|
|
1420
|
+
}, z.core.$strip>]>>;
|
|
1396
1421
|
start_work: z.ZodOptional<z.ZodObject<{
|
|
1397
1422
|
auto_commit: z.ZodDefault<z.ZodBoolean>;
|
|
1398
1423
|
}, z.core.$strip>>;
|
|
@@ -3,7 +3,6 @@ export declare const HookNameSchema: z.ZodEnum<{
|
|
|
3
3
|
atlas: "atlas";
|
|
4
4
|
"ralph-loop": "ralph-loop";
|
|
5
5
|
"start-work": "start-work";
|
|
6
|
-
"gpt-permission-continuation": "gpt-permission-continuation";
|
|
7
6
|
"todo-continuation-enforcer": "todo-continuation-enforcer";
|
|
8
7
|
"context-window-monitor": "context-window-monitor";
|
|
9
8
|
"session-recovery": "session-recovery";
|
|
@@ -49,5 +48,6 @@ export declare const HookNameSchema: z.ZodEnum<{
|
|
|
49
48
|
"hashline-read-enhancer": "hashline-read-enhancer";
|
|
50
49
|
"read-image-resizer": "read-image-resizer";
|
|
51
50
|
"todo-description-override": "todo-description-override";
|
|
51
|
+
"webfetch-redirect-guard": "webfetch-redirect-guard";
|
|
52
52
|
}>;
|
|
53
53
|
export type HookName = z.infer<typeof HookNameSchema>;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const OpenClawGatewaySchema: z.ZodObject<{
|
|
3
|
+
type: z.ZodDefault<z.ZodEnum<{
|
|
4
|
+
command: "command";
|
|
5
|
+
http: "http";
|
|
6
|
+
}>>;
|
|
7
|
+
url: z.ZodOptional<z.ZodString>;
|
|
8
|
+
method: z.ZodDefault<z.ZodString>;
|
|
9
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
10
|
+
command: z.ZodOptional<z.ZodString>;
|
|
11
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
export declare const OpenClawHookSchema: z.ZodObject<{
|
|
14
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
15
|
+
gateway: z.ZodString;
|
|
16
|
+
instruction: z.ZodString;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
export declare const OpenClawReplyListenerConfigSchema: z.ZodObject<{
|
|
19
|
+
discordBotToken: z.ZodOptional<z.ZodString>;
|
|
20
|
+
discordChannelId: z.ZodOptional<z.ZodString>;
|
|
21
|
+
discordMention: z.ZodOptional<z.ZodString>;
|
|
22
|
+
authorizedDiscordUserIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
23
|
+
telegramBotToken: z.ZodOptional<z.ZodString>;
|
|
24
|
+
telegramChatId: z.ZodOptional<z.ZodString>;
|
|
25
|
+
pollIntervalMs: z.ZodDefault<z.ZodNumber>;
|
|
26
|
+
rateLimitPerMinute: z.ZodDefault<z.ZodNumber>;
|
|
27
|
+
maxMessageLength: z.ZodDefault<z.ZodNumber>;
|
|
28
|
+
includePrefix: z.ZodDefault<z.ZodBoolean>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
export declare const OpenClawConfigSchema: z.ZodObject<{
|
|
31
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
32
|
+
gateways: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
33
|
+
type: z.ZodDefault<z.ZodEnum<{
|
|
34
|
+
command: "command";
|
|
35
|
+
http: "http";
|
|
36
|
+
}>>;
|
|
37
|
+
url: z.ZodOptional<z.ZodString>;
|
|
38
|
+
method: z.ZodDefault<z.ZodString>;
|
|
39
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
40
|
+
command: z.ZodOptional<z.ZodString>;
|
|
41
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
42
|
+
}, z.core.$strip>>>;
|
|
43
|
+
hooks: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
44
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
45
|
+
gateway: z.ZodString;
|
|
46
|
+
instruction: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>>;
|
|
48
|
+
replyListener: z.ZodOptional<z.ZodObject<{
|
|
49
|
+
discordBotToken: z.ZodOptional<z.ZodString>;
|
|
50
|
+
discordChannelId: z.ZodOptional<z.ZodString>;
|
|
51
|
+
discordMention: z.ZodOptional<z.ZodString>;
|
|
52
|
+
authorizedDiscordUserIds: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
53
|
+
telegramBotToken: z.ZodOptional<z.ZodString>;
|
|
54
|
+
telegramChatId: z.ZodOptional<z.ZodString>;
|
|
55
|
+
pollIntervalMs: z.ZodDefault<z.ZodNumber>;
|
|
56
|
+
rateLimitPerMinute: z.ZodDefault<z.ZodNumber>;
|
|
57
|
+
maxMessageLength: z.ZodDefault<z.ZodNumber>;
|
|
58
|
+
includePrefix: z.ZodDefault<z.ZodBoolean>;
|
|
59
|
+
}, z.core.$strip>>;
|
|
60
|
+
}, z.core.$strip>;
|
|
61
|
+
export type OpenClawConfig = z.infer<typeof OpenClawConfigSchema>;
|
|
62
|
+
export type OpenClawGateway = z.infer<typeof OpenClawGatewaySchema>;
|
|
63
|
+
export type OpenClawHook = z.infer<typeof OpenClawHookSchema>;
|
|
64
|
+
export type OpenClawReplyListenerConfig = z.infer<typeof OpenClawReplyListenerConfigSchema>;
|
package/dist/config/schema.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from "./schema/git-env-prefix";
|
|
|
14
14
|
export * from "./schema/git-master";
|
|
15
15
|
export * from "./schema/hooks";
|
|
16
16
|
export * from "./schema/notification";
|
|
17
|
+
export * from "./schema/openclaw";
|
|
17
18
|
export * from "./schema/evil-omo-config";
|
|
18
19
|
export * from "./schema/ralph-loop";
|
|
19
20
|
export * from "./schema/runtime-fallback";
|
package/dist/create-hooks.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export declare function createHooks(args: {
|
|
|
27
27
|
disposeHooks: () => void;
|
|
28
28
|
categorySkillReminder: ReturnType<typeof import("./hooks").createCategorySkillReminderHook> | null;
|
|
29
29
|
autoSlashCommand: ReturnType<typeof import("./hooks").createAutoSlashCommandHook> | null;
|
|
30
|
-
gptPermissionContinuation: ReturnType<typeof import("./hooks").createGptPermissionContinuationHook> | null;
|
|
31
30
|
stopContinuationGuard: ReturnType<typeof import("./hooks").createStopContinuationGuardHook> | null;
|
|
32
31
|
compactionContextInjector: ReturnType<typeof import("./hooks").createCompactionContextInjector> | null;
|
|
33
32
|
compactionTodoPreserver: ReturnType<typeof import("./hooks").createCompactionTodoPreserverHook> | null;
|
|
@@ -51,6 +50,7 @@ export declare function createHooks(args: {
|
|
|
51
50
|
jsonErrorRecovery: ReturnType<typeof import("./hooks").createJsonErrorRecoveryHook> | null;
|
|
52
51
|
readImageResizer: ReturnType<typeof import("./hooks").createReadImageResizerHook> | null;
|
|
53
52
|
todoDescriptionOverride: ReturnType<typeof import("./hooks").createTodoDescriptionOverrideHook> | null;
|
|
53
|
+
webfetchRedirectGuard: ReturnType<typeof import("./hooks").createWebFetchRedirectGuardHook> | null;
|
|
54
54
|
contextWindowMonitor: ReturnType<typeof import("./hooks").createContextWindowMonitorHook> | null;
|
|
55
55
|
preemptiveCompaction: ReturnType<typeof import("./hooks").createPreemptiveCompactionHook> | null;
|
|
56
56
|
sessionRecovery: ReturnType<typeof import("./hooks").createSessionRecoveryHook> | null;
|