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 CHANGED
@@ -8865,7 +8865,7 @@ var {
8865
8865
  // package.json
8866
8866
  var package_default = {
8867
8867
  name: "evil-omo",
8868
- version: "3.11.6",
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.6",
8945
- "evil-omo-darwin-x64": "3.11.6",
8946
- "evil-omo-darwin-x64-baseline": "3.11.6",
8947
- "evil-omo-linux-x64": "3.11.6",
8948
- "evil-omo-linux-x64-baseline": "3.11.6",
8949
- "evil-omo-linux-arm64": "3.11.6",
8950
- "evil-omo-linux-x64-musl": "3.11.6",
8951
- "evil-omo-linux-x64-musl-baseline": "3.11.6",
8952
- "evil-omo-linux-arm64-musl": "3.11.6",
8953
- "evil-omo-windows-x64": "3.11.6",
8954
- "evil-omo-windows-x64-baseline": "3.11.6"
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: EVIL-OMO";
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 evil-omo internal messages.
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: EVIL-OMO - {TYPE}]
5
+ * Format: [SYSTEM DIRECTIVE: OMO-PLUGIN - {TYPE}]
6
6
  */
7
- export declare const SYSTEM_DIRECTIVE_PREFIX = "[SYSTEM DIRECTIVE: EVIL-OMO";
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: EVIL-OMO - TODO CONTINUATION]"
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 evil-omo system directive prefix.
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.6",
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.6",
80
- "evil-omo-darwin-x64": "3.11.6",
81
- "evil-omo-darwin-x64-baseline": "3.11.6",
82
- "evil-omo-linux-x64": "3.11.6",
83
- "evil-omo-linux-x64-baseline": "3.11.6",
84
- "evil-omo-linux-arm64": "3.11.6",
85
- "evil-omo-linux-x64-musl": "3.11.6",
86
- "evil-omo-linux-x64-musl-baseline": "3.11.6",
87
- "evil-omo-linux-arm64-musl": "3.11.6",
88
- "evil-omo-windows-x64": "3.11.6",
89
- "evil-omo-windows-x64-baseline": "3.11.6"
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"