evil-omo 3.11.6 → 3.11.7
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/cli/index.js +12 -12
- package/dist/index.js +1 -1
- package/dist/shared/system-directive.d.ts +5 -5
- package/package.json +12 -12
package/dist/cli/index.js
CHANGED
|
@@ -8865,7 +8865,7 @@ var {
|
|
|
8865
8865
|
// package.json
|
|
8866
8866
|
var package_default = {
|
|
8867
8867
|
name: "evil-omo",
|
|
8868
|
-
version: "3.11.
|
|
8868
|
+
version: "3.11.7",
|
|
8869
8869
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
8870
8870
|
main: "dist/index.js",
|
|
8871
8871
|
types: "dist/index.d.ts",
|
|
@@ -8941,17 +8941,17 @@ var package_default = {
|
|
|
8941
8941
|
typescript: "^5.7.3"
|
|
8942
8942
|
},
|
|
8943
8943
|
optionalDependencies: {
|
|
8944
|
-
"evil-omo-darwin-arm64": "3.11.
|
|
8945
|
-
"evil-omo-darwin-x64": "3.11.
|
|
8946
|
-
"evil-omo-darwin-x64-baseline": "3.11.
|
|
8947
|
-
"evil-omo-linux-x64": "3.11.
|
|
8948
|
-
"evil-omo-linux-x64-baseline": "3.11.
|
|
8949
|
-
"evil-omo-linux-arm64": "3.11.
|
|
8950
|
-
"evil-omo-linux-x64-musl": "3.11.
|
|
8951
|
-
"evil-omo-linux-x64-musl-baseline": "3.11.
|
|
8952
|
-
"evil-omo-linux-arm64-musl": "3.11.
|
|
8953
|
-
"evil-omo-windows-x64": "3.11.
|
|
8954
|
-
"evil-omo-windows-x64-baseline": "3.11.
|
|
8944
|
+
"evil-omo-darwin-arm64": "3.11.7",
|
|
8945
|
+
"evil-omo-darwin-x64": "3.11.7",
|
|
8946
|
+
"evil-omo-darwin-x64-baseline": "3.11.7",
|
|
8947
|
+
"evil-omo-linux-x64": "3.11.7",
|
|
8948
|
+
"evil-omo-linux-x64-baseline": "3.11.7",
|
|
8949
|
+
"evil-omo-linux-arm64": "3.11.7",
|
|
8950
|
+
"evil-omo-linux-x64-musl": "3.11.7",
|
|
8951
|
+
"evil-omo-linux-x64-musl-baseline": "3.11.7",
|
|
8952
|
+
"evil-omo-linux-arm64-musl": "3.11.7",
|
|
8953
|
+
"evil-omo-windows-x64": "3.11.7",
|
|
8954
|
+
"evil-omo-windows-x64-baseline": "3.11.7"
|
|
8955
8955
|
},
|
|
8956
8956
|
overrides: {
|
|
8957
8957
|
"@opencode-ai/sdk": "^1.2.24"
|
package/dist/index.js
CHANGED
|
@@ -17576,7 +17576,7 @@ function buildEnvPrefix(env, shellType) {
|
|
|
17576
17576
|
}
|
|
17577
17577
|
}
|
|
17578
17578
|
// src/shared/system-directive.ts
|
|
17579
|
-
var SYSTEM_DIRECTIVE_PREFIX = "[SYSTEM DIRECTIVE:
|
|
17579
|
+
var SYSTEM_DIRECTIVE_PREFIX = "[SYSTEM DIRECTIVE: OMO-PLUGIN";
|
|
17580
17580
|
function createSystemDirective(type2) {
|
|
17581
17581
|
return `${SYSTEM_DIRECTIVE_PREFIX} - ${type2}]`;
|
|
17582
17582
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Unified system directive prefix for
|
|
2
|
+
* Unified system directive prefix for omo-plugin internal messages.
|
|
3
3
|
* All system-generated messages should use this prefix for consistent filtering.
|
|
4
4
|
*
|
|
5
|
-
* Format: [SYSTEM DIRECTIVE:
|
|
5
|
+
* Format: [SYSTEM DIRECTIVE: OMO-PLUGIN - {TYPE}]
|
|
6
6
|
*/
|
|
7
|
-
export declare const SYSTEM_DIRECTIVE_PREFIX = "[SYSTEM DIRECTIVE:
|
|
7
|
+
export declare const SYSTEM_DIRECTIVE_PREFIX = "[SYSTEM DIRECTIVE: OMO-PLUGIN";
|
|
8
8
|
/**
|
|
9
9
|
* Creates a system directive header with the given type.
|
|
10
10
|
* @param type - The directive type (e.g., "TODO CONTINUATION", "RALPH LOOP")
|
|
11
|
-
* @returns Formatted directive string like "[SYSTEM DIRECTIVE:
|
|
11
|
+
* @returns Formatted directive string like "[SYSTEM DIRECTIVE: OMO-PLUGIN - TODO CONTINUATION]"
|
|
12
12
|
*/
|
|
13
13
|
export declare function createSystemDirective(type: string): string;
|
|
14
14
|
/**
|
|
15
|
-
* Checks if a message starts with the
|
|
15
|
+
* Checks if a message starts with the omo-plugin system directive prefix.
|
|
16
16
|
* Used by keyword-detector and other hooks to skip system-generated messages.
|
|
17
17
|
* @param text - The message text to check
|
|
18
18
|
* @returns true if the message is a system directive
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "evil-omo",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.7",
|
|
4
4
|
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -76,17 +76,17 @@
|
|
|
76
76
|
"typescript": "^5.7.3"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
|
-
"evil-omo-darwin-arm64": "3.11.
|
|
80
|
-
"evil-omo-darwin-x64": "3.11.
|
|
81
|
-
"evil-omo-darwin-x64-baseline": "3.11.
|
|
82
|
-
"evil-omo-linux-x64": "3.11.
|
|
83
|
-
"evil-omo-linux-x64-baseline": "3.11.
|
|
84
|
-
"evil-omo-linux-arm64": "3.11.
|
|
85
|
-
"evil-omo-linux-x64-musl": "3.11.
|
|
86
|
-
"evil-omo-linux-x64-musl-baseline": "3.11.
|
|
87
|
-
"evil-omo-linux-arm64-musl": "3.11.
|
|
88
|
-
"evil-omo-windows-x64": "3.11.
|
|
89
|
-
"evil-omo-windows-x64-baseline": "3.11.
|
|
79
|
+
"evil-omo-darwin-arm64": "3.11.7",
|
|
80
|
+
"evil-omo-darwin-x64": "3.11.7",
|
|
81
|
+
"evil-omo-darwin-x64-baseline": "3.11.7",
|
|
82
|
+
"evil-omo-linux-x64": "3.11.7",
|
|
83
|
+
"evil-omo-linux-x64-baseline": "3.11.7",
|
|
84
|
+
"evil-omo-linux-arm64": "3.11.7",
|
|
85
|
+
"evil-omo-linux-x64-musl": "3.11.7",
|
|
86
|
+
"evil-omo-linux-x64-musl-baseline": "3.11.7",
|
|
87
|
+
"evil-omo-linux-arm64-musl": "3.11.7",
|
|
88
|
+
"evil-omo-windows-x64": "3.11.7",
|
|
89
|
+
"evil-omo-windows-x64-baseline": "3.11.7"
|
|
90
90
|
},
|
|
91
91
|
"overrides": {
|
|
92
92
|
"@opencode-ai/sdk": "^1.2.24"
|