lazycodex-ai 5.0.0-beta.45 → 5.0.0-beta.46
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 +43 -27
- package/dist/cli-node/index.js +43 -27
- package/package.json +1 -1
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
- package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
- package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-ulw-execute-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/package-lock.json +12 -12
- package/packages/omo-codex/plugin/package.json +1 -1
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -54,7 +54,7 @@ var package_default;
|
|
|
54
54
|
var init_package = __esm(() => {
|
|
55
55
|
package_default = {
|
|
56
56
|
name: "oh-my-opencode",
|
|
57
|
-
version: "5.0.0-beta.
|
|
57
|
+
version: "5.0.0-beta.46",
|
|
58
58
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
59
59
|
main: "./dist/index.js",
|
|
60
60
|
types: "dist/index.d.ts",
|
|
@@ -238,7 +238,7 @@ var init_package = __esm(() => {
|
|
|
238
238
|
zod: "^4.4.3"
|
|
239
239
|
},
|
|
240
240
|
devDependencies: {
|
|
241
|
-
"@code-yeongyu/senpi": "2026.9.
|
|
241
|
+
"@code-yeongyu/senpi": "2026.9.7",
|
|
242
242
|
"@oh-my-opencode/agents-md-core": "workspace:*",
|
|
243
243
|
"@oh-my-opencode/ast-grep-mcp": "workspace:*",
|
|
244
244
|
"@oh-my-opencode/boulder-state": "workspace:*",
|
|
@@ -279,18 +279,18 @@ var init_package = __esm(() => {
|
|
|
279
279
|
typescript: "^7.0.2"
|
|
280
280
|
},
|
|
281
281
|
optionalDependencies: {
|
|
282
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
283
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
284
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
285
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
286
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
287
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
288
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
289
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
290
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
291
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
292
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
293
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
282
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.46",
|
|
283
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.46",
|
|
284
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.46",
|
|
285
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.46",
|
|
286
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.46",
|
|
287
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.46",
|
|
288
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.46",
|
|
289
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.46",
|
|
290
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.46",
|
|
291
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.46",
|
|
292
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.46",
|
|
293
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.46"
|
|
294
294
|
},
|
|
295
295
|
overrides: {
|
|
296
296
|
"@earendil-works/pi-agent-core": "0.84.2",
|
|
@@ -94447,7 +94447,7 @@ var package_default2;
|
|
|
94447
94447
|
var init_package2 = __esm(() => {
|
|
94448
94448
|
package_default2 = {
|
|
94449
94449
|
name: "@oh-my-opencode/omo-codex",
|
|
94450
|
-
version: "5.0.0-beta.
|
|
94450
|
+
version: "5.0.0-beta.46",
|
|
94451
94451
|
type: "module",
|
|
94452
94452
|
private: true,
|
|
94453
94453
|
description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
|
|
@@ -103484,8 +103484,9 @@ import { dirname as dirname23, join as join60 } from "path";
|
|
|
103484
103484
|
// packages/omo-senpi/src/install/senpi-settings.ts
|
|
103485
103485
|
import { constants as constants8 } from "fs";
|
|
103486
103486
|
import { access, copyFile as copyFile3, mkdir as mkdir9, readFile as readFile25, rename as rename5, writeFile as writeFile14 } from "fs/promises";
|
|
103487
|
-
import { dirname as dirname22, join as join59, resolve as resolve18 } from "path";
|
|
103487
|
+
import { basename as basename9, dirname as dirname22, join as join59, resolve as resolve18 } from "path";
|
|
103488
103488
|
var OMO_SENPI_PACKAGE_NAME = "@code-yeongyu/omo-senpi";
|
|
103489
|
+
var GENERATED_PLUGIN_BASENAME = /^omo-senpi-cli-plugin-[A-Za-z0-9]{6}$/;
|
|
103489
103490
|
var LEGACY_BUILTIN_SHADOW_PACKAGES = [
|
|
103490
103491
|
join59("packages", "pi-goal"),
|
|
103491
103492
|
join59("packages", "pi-webfetch")
|
|
@@ -103526,7 +103527,11 @@ async function removeSupersededOmoPackages(packages, currentPluginPath, agentDir
|
|
|
103526
103527
|
const packagePath = resolve18(agentDir, entry);
|
|
103527
103528
|
if (packagePath === currentPath)
|
|
103528
103529
|
return currentPath;
|
|
103529
|
-
|
|
103530
|
+
if (await readPackageName(packagePath) === OMO_SENPI_PACKAGE_NAME)
|
|
103531
|
+
return;
|
|
103532
|
+
if (GENERATED_PLUGIN_BASENAME.test(basename9(entry)) && !await fileExists(packagePath))
|
|
103533
|
+
return;
|
|
103534
|
+
return entry;
|
|
103530
103535
|
}));
|
|
103531
103536
|
return entries.filter((entry) => entry !== undefined);
|
|
103532
103537
|
}
|
|
@@ -103569,7 +103574,14 @@ async function readPackageName(packagePath) {
|
|
|
103569
103574
|
return;
|
|
103570
103575
|
throw error51;
|
|
103571
103576
|
}
|
|
103572
|
-
|
|
103577
|
+
let parsed;
|
|
103578
|
+
try {
|
|
103579
|
+
parsed = JSON.parse(raw);
|
|
103580
|
+
} catch (error51) {
|
|
103581
|
+
if (error51 instanceof SyntaxError)
|
|
103582
|
+
return;
|
|
103583
|
+
throw error51;
|
|
103584
|
+
}
|
|
103573
103585
|
return isRecord12(parsed) && typeof parsed.name === "string" ? parsed.name : undefined;
|
|
103574
103586
|
}
|
|
103575
103587
|
async function fileExists(path7) {
|
|
@@ -103727,9 +103739,10 @@ async function runSenpiInstaller(options = {}) {
|
|
|
103727
103739
|
packages.push(context.pluginPath);
|
|
103728
103740
|
settings.packages = packages;
|
|
103729
103741
|
const backupPath = await writeSettingsAtomically(context.settingsPath, settings);
|
|
103730
|
-
installLocalLauncher({
|
|
103742
|
+
const launcherPath = installLocalLauncher({
|
|
103731
103743
|
pluginPath: context.pluginPath,
|
|
103732
|
-
senpiCliPath: join61(context.repoRoot, "packages", "coding-agent", "dist", "cli.js")
|
|
103744
|
+
senpiCliPath: join61(context.repoRoot, "packages", "coding-agent", "dist", "cli.js"),
|
|
103745
|
+
homeDir: context.homeDir
|
|
103733
103746
|
});
|
|
103734
103747
|
return {
|
|
103735
103748
|
ok: true,
|
|
@@ -103737,6 +103750,7 @@ async function runSenpiInstaller(options = {}) {
|
|
|
103737
103750
|
agentDir: context.agentDir,
|
|
103738
103751
|
settingsPath: context.settingsPath,
|
|
103739
103752
|
pluginPath: context.pluginPath,
|
|
103753
|
+
launcherPath,
|
|
103740
103754
|
changed: JSON.stringify(settings) !== before,
|
|
103741
103755
|
backupPath
|
|
103742
103756
|
};
|
|
@@ -103745,12 +103759,14 @@ function resolveInstallContext(options) {
|
|
|
103745
103759
|
const env2 = options.env ?? process.env;
|
|
103746
103760
|
const allowBuild = options.pluginPath === undefined;
|
|
103747
103761
|
const repoRoot = resolve19(options.repoRoot ?? (allowBuild ? findRepoRoot2(dirname24(fileURLToPath(import.meta.url))) : dirname24(resolve19(options.pluginPath))));
|
|
103748
|
-
const
|
|
103762
|
+
const homeDir = options.homeDir ?? env2.HOME ?? homedir11();
|
|
103763
|
+
const agentDir = resolve19(options.agentDir ?? resolveAgentHome({ env: env2, homeDir }));
|
|
103749
103764
|
const pluginPath = resolve19(options.pluginPath ?? join61(repoRoot, "packages", "omo-senpi", "plugin"));
|
|
103750
103765
|
return {
|
|
103751
103766
|
env: env2,
|
|
103752
103767
|
repoRoot,
|
|
103753
103768
|
agentDir,
|
|
103769
|
+
homeDir,
|
|
103754
103770
|
settingsPath: join61(agentDir, "settings.json"),
|
|
103755
103771
|
pluginPath,
|
|
103756
103772
|
platform: options.platform ?? process.platform,
|
|
@@ -111256,7 +111272,7 @@ function hasCliSuffix(candidatePath, suffix) {
|
|
|
111256
111272
|
|
|
111257
111273
|
// packages/omo-opencode/src/mcp/runtime-executable.ts
|
|
111258
111274
|
init_bun_which_shim();
|
|
111259
|
-
import { basename as
|
|
111275
|
+
import { basename as basename10 } from "path";
|
|
111260
111276
|
var NODE_EXECUTABLE_NAMES = new Set(["node", "node.exe"]);
|
|
111261
111277
|
function isUnsafeCommandName2(commandName) {
|
|
111262
111278
|
if (commandName.length === 0)
|
|
@@ -111272,7 +111288,7 @@ function isUnsafeCommandName2(commandName) {
|
|
|
111272
111288
|
return false;
|
|
111273
111289
|
}
|
|
111274
111290
|
function isNodeExecPath(execPath) {
|
|
111275
|
-
return NODE_EXECUTABLE_NAMES.has(
|
|
111291
|
+
return NODE_EXECUTABLE_NAMES.has(basename10(execPath).toLowerCase());
|
|
111276
111292
|
}
|
|
111277
111293
|
function resolveRuntimeExecutable(commandName, options = {}) {
|
|
111278
111294
|
if (isUnsafeCommandName2(commandName)) {
|
|
@@ -111759,7 +111775,7 @@ init_src();
|
|
|
111759
111775
|
import { existsSync as existsSync58 } from "fs";
|
|
111760
111776
|
import { lstat as lstat15, readdir as readdir14, readFile as readFile27 } from "fs/promises";
|
|
111761
111777
|
import { homedir as homedir22 } from "os";
|
|
111762
|
-
import { basename as
|
|
111778
|
+
import { basename as basename11, join as join83, resolve as resolve23 } from "path";
|
|
111763
111779
|
// packages/omo-opencode/package.json
|
|
111764
111780
|
var package_default3 = {
|
|
111765
111781
|
name: "@oh-my-opencode/omo-opencode",
|
|
@@ -111996,7 +112012,7 @@ async function readLinkedAgents(codexHome) {
|
|
|
111996
112012
|
if (!existsSync58(agentsDir))
|
|
111997
112013
|
return [];
|
|
111998
112014
|
const entries = await readdir14(agentsDir, { withFileTypes: true });
|
|
111999
|
-
return entries.filter((entry) => entry.isFile() || entry.isSymbolicLink()).map((entry) =>
|
|
112015
|
+
return entries.filter((entry) => entry.isFile() || entry.isSymbolicLink()).map((entry) => basename11(entry.name, ".toml")).sort();
|
|
112000
112016
|
}
|
|
112001
112017
|
async function readJson(path15) {
|
|
112002
112018
|
try {
|
|
@@ -112926,7 +112942,7 @@ import {
|
|
|
112926
112942
|
unlinkSync as unlinkSync9,
|
|
112927
112943
|
writeFileSync as writeFileSync12
|
|
112928
112944
|
} from "fs";
|
|
112929
|
-
import { basename as
|
|
112945
|
+
import { basename as basename12, dirname as dirname34, join as join88 } from "path";
|
|
112930
112946
|
|
|
112931
112947
|
// packages/mcp-client-core/src/config-dir.ts
|
|
112932
112948
|
import { existsSync as existsSync60, realpathSync as realpathSync8 } from "fs";
|
|
@@ -113211,7 +113227,7 @@ function listAllTokens() {
|
|
|
113211
113227
|
if (!entry.isFile() || !entry.name.endsWith(".json") || entry.name === "index.json")
|
|
113212
113228
|
continue;
|
|
113213
113229
|
const token = readTokenFile(join88(dir, entry.name));
|
|
113214
|
-
const hash2 =
|
|
113230
|
+
const hash2 = basename12(entry.name, ".json");
|
|
113215
113231
|
if (token)
|
|
113216
113232
|
result[index[hash2] ?? hash2] = token;
|
|
113217
113233
|
}
|
package/dist/cli-node/index.js
CHANGED
|
@@ -55,7 +55,7 @@ var package_default;
|
|
|
55
55
|
var init_package = __esm(() => {
|
|
56
56
|
package_default = {
|
|
57
57
|
name: "oh-my-opencode",
|
|
58
|
-
version: "5.0.0-beta.
|
|
58
|
+
version: "5.0.0-beta.46",
|
|
59
59
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
60
60
|
main: "./dist/index.js",
|
|
61
61
|
types: "dist/index.d.ts",
|
|
@@ -239,7 +239,7 @@ var init_package = __esm(() => {
|
|
|
239
239
|
zod: "^4.4.3"
|
|
240
240
|
},
|
|
241
241
|
devDependencies: {
|
|
242
|
-
"@code-yeongyu/senpi": "2026.9.
|
|
242
|
+
"@code-yeongyu/senpi": "2026.9.7",
|
|
243
243
|
"@oh-my-opencode/agents-md-core": "workspace:*",
|
|
244
244
|
"@oh-my-opencode/ast-grep-mcp": "workspace:*",
|
|
245
245
|
"@oh-my-opencode/boulder-state": "workspace:*",
|
|
@@ -280,18 +280,18 @@ var init_package = __esm(() => {
|
|
|
280
280
|
typescript: "^7.0.2"
|
|
281
281
|
},
|
|
282
282
|
optionalDependencies: {
|
|
283
|
-
"oh-my-opencode-darwin-arm64": "5.0.0-beta.
|
|
284
|
-
"oh-my-opencode-darwin-x64": "5.0.0-beta.
|
|
285
|
-
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.
|
|
286
|
-
"oh-my-opencode-linux-arm64": "5.0.0-beta.
|
|
287
|
-
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.
|
|
288
|
-
"oh-my-opencode-linux-x64": "5.0.0-beta.
|
|
289
|
-
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.
|
|
290
|
-
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.
|
|
291
|
-
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.
|
|
292
|
-
"oh-my-opencode-windows-arm64": "5.0.0-beta.
|
|
293
|
-
"oh-my-opencode-windows-x64": "5.0.0-beta.
|
|
294
|
-
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.
|
|
283
|
+
"oh-my-opencode-darwin-arm64": "5.0.0-beta.46",
|
|
284
|
+
"oh-my-opencode-darwin-x64": "5.0.0-beta.46",
|
|
285
|
+
"oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.46",
|
|
286
|
+
"oh-my-opencode-linux-arm64": "5.0.0-beta.46",
|
|
287
|
+
"oh-my-opencode-linux-arm64-musl": "5.0.0-beta.46",
|
|
288
|
+
"oh-my-opencode-linux-x64": "5.0.0-beta.46",
|
|
289
|
+
"oh-my-opencode-linux-x64-baseline": "5.0.0-beta.46",
|
|
290
|
+
"oh-my-opencode-linux-x64-musl": "5.0.0-beta.46",
|
|
291
|
+
"oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.46",
|
|
292
|
+
"oh-my-opencode-windows-arm64": "5.0.0-beta.46",
|
|
293
|
+
"oh-my-opencode-windows-x64": "5.0.0-beta.46",
|
|
294
|
+
"oh-my-opencode-windows-x64-baseline": "5.0.0-beta.46"
|
|
295
295
|
},
|
|
296
296
|
overrides: {
|
|
297
297
|
"@earendil-works/pi-agent-core": "0.84.2",
|
|
@@ -94526,7 +94526,7 @@ var package_default2;
|
|
|
94526
94526
|
var init_package2 = __esm(() => {
|
|
94527
94527
|
package_default2 = {
|
|
94528
94528
|
name: "@oh-my-opencode/omo-codex",
|
|
94529
|
-
version: "5.0.0-beta.
|
|
94529
|
+
version: "5.0.0-beta.46",
|
|
94530
94530
|
type: "module",
|
|
94531
94531
|
private: true,
|
|
94532
94532
|
description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
|
|
@@ -103563,8 +103563,9 @@ import { dirname as dirname23, join as join60 } from "node:path";
|
|
|
103563
103563
|
// packages/omo-senpi/src/install/senpi-settings.ts
|
|
103564
103564
|
import { constants as constants8 } from "node:fs";
|
|
103565
103565
|
import { access, copyFile as copyFile3, mkdir as mkdir9, readFile as readFile25, rename as rename5, writeFile as writeFile14 } from "node:fs/promises";
|
|
103566
|
-
import { dirname as dirname22, join as join59, resolve as resolve18 } from "node:path";
|
|
103566
|
+
import { basename as basename9, dirname as dirname22, join as join59, resolve as resolve18 } from "node:path";
|
|
103567
103567
|
var OMO_SENPI_PACKAGE_NAME = "@code-yeongyu/omo-senpi";
|
|
103568
|
+
var GENERATED_PLUGIN_BASENAME = /^omo-senpi-cli-plugin-[A-Za-z0-9]{6}$/;
|
|
103568
103569
|
var LEGACY_BUILTIN_SHADOW_PACKAGES = [
|
|
103569
103570
|
join59("packages", "pi-goal"),
|
|
103570
103571
|
join59("packages", "pi-webfetch")
|
|
@@ -103605,7 +103606,11 @@ async function removeSupersededOmoPackages(packages, currentPluginPath, agentDir
|
|
|
103605
103606
|
const packagePath = resolve18(agentDir, entry);
|
|
103606
103607
|
if (packagePath === currentPath)
|
|
103607
103608
|
return currentPath;
|
|
103608
|
-
|
|
103609
|
+
if (await readPackageName(packagePath) === OMO_SENPI_PACKAGE_NAME)
|
|
103610
|
+
return;
|
|
103611
|
+
if (GENERATED_PLUGIN_BASENAME.test(basename9(entry)) && !await fileExists(packagePath))
|
|
103612
|
+
return;
|
|
103613
|
+
return entry;
|
|
103609
103614
|
}));
|
|
103610
103615
|
return entries.filter((entry) => entry !== undefined);
|
|
103611
103616
|
}
|
|
@@ -103648,7 +103653,14 @@ async function readPackageName(packagePath) {
|
|
|
103648
103653
|
return;
|
|
103649
103654
|
throw error51;
|
|
103650
103655
|
}
|
|
103651
|
-
|
|
103656
|
+
let parsed;
|
|
103657
|
+
try {
|
|
103658
|
+
parsed = JSON.parse(raw);
|
|
103659
|
+
} catch (error51) {
|
|
103660
|
+
if (error51 instanceof SyntaxError)
|
|
103661
|
+
return;
|
|
103662
|
+
throw error51;
|
|
103663
|
+
}
|
|
103652
103664
|
return isRecord12(parsed) && typeof parsed.name === "string" ? parsed.name : undefined;
|
|
103653
103665
|
}
|
|
103654
103666
|
async function fileExists(path7) {
|
|
@@ -103806,9 +103818,10 @@ async function runSenpiInstaller(options = {}) {
|
|
|
103806
103818
|
packages.push(context.pluginPath);
|
|
103807
103819
|
settings.packages = packages;
|
|
103808
103820
|
const backupPath = await writeSettingsAtomically(context.settingsPath, settings);
|
|
103809
|
-
installLocalLauncher({
|
|
103821
|
+
const launcherPath = installLocalLauncher({
|
|
103810
103822
|
pluginPath: context.pluginPath,
|
|
103811
|
-
senpiCliPath: join61(context.repoRoot, "packages", "coding-agent", "dist", "cli.js")
|
|
103823
|
+
senpiCliPath: join61(context.repoRoot, "packages", "coding-agent", "dist", "cli.js"),
|
|
103824
|
+
homeDir: context.homeDir
|
|
103812
103825
|
});
|
|
103813
103826
|
return {
|
|
103814
103827
|
ok: true,
|
|
@@ -103816,6 +103829,7 @@ async function runSenpiInstaller(options = {}) {
|
|
|
103816
103829
|
agentDir: context.agentDir,
|
|
103817
103830
|
settingsPath: context.settingsPath,
|
|
103818
103831
|
pluginPath: context.pluginPath,
|
|
103832
|
+
launcherPath,
|
|
103819
103833
|
changed: JSON.stringify(settings) !== before,
|
|
103820
103834
|
backupPath
|
|
103821
103835
|
};
|
|
@@ -103824,12 +103838,14 @@ function resolveInstallContext(options) {
|
|
|
103824
103838
|
const env2 = options.env ?? process.env;
|
|
103825
103839
|
const allowBuild = options.pluginPath === undefined;
|
|
103826
103840
|
const repoRoot = resolve19(options.repoRoot ?? (allowBuild ? findRepoRoot2(dirname24(fileURLToPath(import.meta.url))) : dirname24(resolve19(options.pluginPath))));
|
|
103827
|
-
const
|
|
103841
|
+
const homeDir = options.homeDir ?? env2.HOME ?? homedir11();
|
|
103842
|
+
const agentDir = resolve19(options.agentDir ?? resolveAgentHome({ env: env2, homeDir }));
|
|
103828
103843
|
const pluginPath = resolve19(options.pluginPath ?? join61(repoRoot, "packages", "omo-senpi", "plugin"));
|
|
103829
103844
|
return {
|
|
103830
103845
|
env: env2,
|
|
103831
103846
|
repoRoot,
|
|
103832
103847
|
agentDir,
|
|
103848
|
+
homeDir,
|
|
103833
103849
|
settingsPath: join61(agentDir, "settings.json"),
|
|
103834
103850
|
pluginPath,
|
|
103835
103851
|
platform: options.platform ?? process.platform,
|
|
@@ -111335,7 +111351,7 @@ function hasCliSuffix(candidatePath, suffix) {
|
|
|
111335
111351
|
|
|
111336
111352
|
// packages/omo-opencode/src/mcp/runtime-executable.ts
|
|
111337
111353
|
init_bun_which_shim();
|
|
111338
|
-
import { basename as
|
|
111354
|
+
import { basename as basename10 } from "node:path";
|
|
111339
111355
|
var NODE_EXECUTABLE_NAMES = new Set(["node", "node.exe"]);
|
|
111340
111356
|
function isUnsafeCommandName2(commandName) {
|
|
111341
111357
|
if (commandName.length === 0)
|
|
@@ -111351,7 +111367,7 @@ function isUnsafeCommandName2(commandName) {
|
|
|
111351
111367
|
return false;
|
|
111352
111368
|
}
|
|
111353
111369
|
function isNodeExecPath(execPath) {
|
|
111354
|
-
return NODE_EXECUTABLE_NAMES.has(
|
|
111370
|
+
return NODE_EXECUTABLE_NAMES.has(basename10(execPath).toLowerCase());
|
|
111355
111371
|
}
|
|
111356
111372
|
function resolveRuntimeExecutable(commandName, options = {}) {
|
|
111357
111373
|
if (isUnsafeCommandName2(commandName)) {
|
|
@@ -111838,7 +111854,7 @@ init_src();
|
|
|
111838
111854
|
import { existsSync as existsSync58 } from "node:fs";
|
|
111839
111855
|
import { lstat as lstat15, readdir as readdir14, readFile as readFile27 } from "node:fs/promises";
|
|
111840
111856
|
import { homedir as homedir22 } from "node:os";
|
|
111841
|
-
import { basename as
|
|
111857
|
+
import { basename as basename11, join as join83, resolve as resolve23 } from "node:path";
|
|
111842
111858
|
// packages/omo-opencode/package.json
|
|
111843
111859
|
var package_default3 = {
|
|
111844
111860
|
name: "@oh-my-opencode/omo-opencode",
|
|
@@ -112075,7 +112091,7 @@ async function readLinkedAgents(codexHome) {
|
|
|
112075
112091
|
if (!existsSync58(agentsDir))
|
|
112076
112092
|
return [];
|
|
112077
112093
|
const entries = await readdir14(agentsDir, { withFileTypes: true });
|
|
112078
|
-
return entries.filter((entry) => entry.isFile() || entry.isSymbolicLink()).map((entry) =>
|
|
112094
|
+
return entries.filter((entry) => entry.isFile() || entry.isSymbolicLink()).map((entry) => basename11(entry.name, ".toml")).sort();
|
|
112079
112095
|
}
|
|
112080
112096
|
async function readJson(path15) {
|
|
112081
112097
|
try {
|
|
@@ -113005,7 +113021,7 @@ import {
|
|
|
113005
113021
|
unlinkSync as unlinkSync9,
|
|
113006
113022
|
writeFileSync as writeFileSync12
|
|
113007
113023
|
} from "node:fs";
|
|
113008
|
-
import { basename as
|
|
113024
|
+
import { basename as basename12, dirname as dirname34, join as join88 } from "node:path";
|
|
113009
113025
|
|
|
113010
113026
|
// packages/mcp-client-core/src/config-dir.ts
|
|
113011
113027
|
import { existsSync as existsSync60, realpathSync as realpathSync8 } from "node:fs";
|
|
@@ -113290,7 +113306,7 @@ function listAllTokens() {
|
|
|
113290
113306
|
if (!entry.isFile() || !entry.name.endsWith(".json") || entry.name === "index.json")
|
|
113291
113307
|
continue;
|
|
113292
113308
|
const token = readTokenFile(join88(dir, entry.name));
|
|
113293
|
-
const hash2 =
|
|
113309
|
+
const hash2 = basename12(entry.name, ".json");
|
|
113294
113310
|
if (token)
|
|
113295
113311
|
result[index[hash2] ?? hash2] = token;
|
|
113296
113312
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lazycodex-ai",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
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",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/bootstrap/dist/cli.js\" hook session-start",
|
|
9
9
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\bootstrap.ps1\"",
|
|
10
10
|
"timeout": 30,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Bootstrap Provisioning"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisyphuslabs/codex-bootstrap",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
4
|
"description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": true,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
|
|
10
10
|
"timeout": 5,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Recommending Git Bash MCP"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"type": "command",
|
|
21
21
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
22
22
|
"timeout": 5,
|
|
23
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
23
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Resetting Git Bash MCP Reminder"
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/components/lazycodex-executor-verify/dist/cli.js\" hook subagent-stop",
|
|
10
10
|
"timeout": 10,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Verifying LazyCodex Executor Evidence"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-lazycodex-executor-verify",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
4
|
"description": "Codex SubagentStop evidence verifier for LazyCodex executor completions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "5.0.0-beta.
|
|
4
|
-
"inputDigest": "sha256:
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
|
+
"inputDigest": "sha256:13716a88e0e51dce96ef8d1176d14d542e981cb8e06b4dbd8736f1b62e62978f",
|
|
5
5
|
"outputs": [
|
|
6
6
|
{
|
|
7
7
|
"path": "cli.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
10
10
|
"timeout": 60,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking LSP Diagnostics"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type": "command",
|
|
22
22
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
23
23
|
"timeout": 5,
|
|
24
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
24
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Resetting LSP Diagnostics Cache"
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Loading Project Rules"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "command",
|
|
20
20
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
|
|
21
21
|
"timeout": 10,
|
|
22
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
22
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Loading Project Rules"
|
|
23
23
|
}
|
|
24
24
|
]
|
|
25
25
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"type": "command",
|
|
33
33
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
34
34
|
"timeout": 10,
|
|
35
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
35
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Matching Project Rules"
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"type": "command",
|
|
46
46
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
|
|
47
47
|
"timeout": 10,
|
|
48
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
48
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Resetting Project Rule Cache"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
|
|
10
10
|
"timeout": 10,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Thread Title Hygiene"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-telemetry",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
4
|
"description": "Codex plugin component that emits omo-codex anonymous daily-active telemetry on SessionStart.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
|
|
9
9
|
"timeout": 5,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ultrawork Trigger"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-ultrawork",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
4
|
"description": "Codex plugin that injects the ultrawork orchestration directive and ships LazyCodex planning, review, QA, and gate agent roles.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-execute-continuation/dist/cli.js\" hook stop",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Execute Continuation"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "command",
|
|
20
20
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-execute-continuation/dist/cli.js\" hook subagent-stop",
|
|
21
21
|
"timeout": 10,
|
|
22
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
22
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Execute Continuation"
|
|
23
23
|
}
|
|
24
24
|
]
|
|
25
25
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit --with-ultrawork",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Loop Steering"
|
|
11
11
|
}
|
|
12
12
|
]
|
|
13
13
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"type": "command",
|
|
21
21
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
|
|
22
22
|
"timeout": 5,
|
|
23
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
23
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Enforcing Unlimited Ulw-Loop Budget"
|
|
24
24
|
}
|
|
25
25
|
]
|
|
26
26
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"type": "command",
|
|
32
32
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use-spawn",
|
|
33
33
|
"timeout": 5,
|
|
34
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
34
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Guarding Ulw-Loop Spawns"
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"type": "command",
|
|
44
44
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook stop",
|
|
45
45
|
"timeout": 10,
|
|
46
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
46
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Loop Resume"
|
|
47
47
|
}
|
|
48
48
|
]
|
|
49
49
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-ulw-loop",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
4
|
"description": "Codex plugin: durable repo-native multi-goal orchestration with embedded success criteria and observable evidence audit.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "npm@11.12.1",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/git-bash/dist/cli.js\" hook post-compact",
|
|
9
9
|
"timeout": 5,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Resetting Git Bash MCP Reminder",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\git-bash\\dist\\cli.js\" hook post-compact"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/lsp/dist/cli.js\" hook post-compact",
|
|
9
9
|
"timeout": 5,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Resetting LSP Diagnostics Cache",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\lsp\\dist\\cli.js\" hook post-compact"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook post-compact",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Resetting Project Rule Cache",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook post-compact"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/comment-checker/dist/cli.js\" hook post-tool-use",
|
|
9
9
|
"timeout": 30,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Comments",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\comment-checker\\dist\\cli.js\" hook post-tool-use"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/lsp/dist/cli.js\" hook post-tool-use",
|
|
9
9
|
"timeout": 60,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking LSP Diagnostics",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\lsp\\dist\\cli.js\" hook post-tool-use"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/components/teammode/dist/cli.js\" hook post-tool-use",
|
|
10
10
|
"timeout": 10,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Thread Title Hygiene",
|
|
12
12
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\teammode\\dist\\cli.js\" hook post-tool-use"
|
|
13
13
|
}
|
|
14
14
|
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook post-tool-use",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Matching Project Rules",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook post-tool-use"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook pre-tool-use",
|
|
9
9
|
"timeout": 5,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Enforcing Unlimited Goal Budget",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook pre-tool-use"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "command",
|
|
9
9
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook pre-tool-use-spawn",
|
|
10
10
|
"timeout": 5,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Guarding Ulw-Loop Spawns",
|
|
12
12
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook pre-tool-use-spawn"
|
|
13
13
|
}
|
|
14
14
|
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/git-bash/dist/cli.js\" hook pre-tool-use",
|
|
9
9
|
"timeout": 5,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Recommending Git Bash MCP",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\git-bash\\dist\\cli.js\" hook pre-tool-use"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/scripts/auto-update.mjs\" hook session-start",
|
|
9
9
|
"timeout": 15,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Auto Update",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\scripts\\auto-update.mjs\" hook session-start"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/bootstrap/dist/cli.js\" hook session-start",
|
|
9
9
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\bootstrap.ps1\"",
|
|
10
10
|
"timeout": 30,
|
|
11
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
11
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Bootstrap Provisioning"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook session-start",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Loading Project Rules",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook session-start"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/telemetry/dist/cli.js\" hook session-start",
|
|
9
9
|
"timeout": 15,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Recording Session Telemetry",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\telemetry\\dist\\cli.js\" hook session-start"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-execute-continuation/dist/cli.js\" hook stop",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Execute Continuation",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-execute-continuation\\dist\\cli.js\" hook stop"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook stop",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Loop Resume",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook stop"
|
|
12
12
|
}
|
|
13
13
|
]
|
package/packages/omo-codex/plugin/hooks/subagent-stop-checking-ulw-execute-continuation.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-execute-continuation/dist/cli.js\" hook subagent-stop",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Execute Continuation",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-execute-continuation\\dist\\cli.js\" hook subagent-stop"
|
|
12
12
|
}
|
|
13
13
|
]
|
package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/lazycodex-executor-verify/dist/cli.js\" hook subagent-stop",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Verifying LazyCodex Executor Evidence",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\lazycodex-executor-verify\\dist\\cli.js\" hook subagent-stop"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/ultrawork/dist/cli.js\" hook user-prompt-submit",
|
|
9
9
|
"timeout": 5,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ultrawork Trigger",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ultrawork\\dist\\cli.js\" hook user-prompt-submit"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook user-prompt-submit",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Checking Ulw-Loop Steering",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook user-prompt-submit"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "command",
|
|
8
8
|
"command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook user-prompt-submit",
|
|
9
9
|
"timeout": 10,
|
|
10
|
-
"statusMessage": "(OmO 5.0.0-beta.
|
|
10
|
+
"statusMessage": "(OmO 5.0.0-beta.46) Loading Project Rules",
|
|
11
11
|
"commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook user-prompt-submit"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisyphuslabs/omo-codex-plugin",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@sisyphuslabs/omo-codex-plugin",
|
|
9
|
-
"version": "5.0.0-beta.
|
|
9
|
+
"version": "5.0.0-beta.46",
|
|
10
10
|
"workspaces": [
|
|
11
11
|
"components/comment-checker",
|
|
12
12
|
"components/git-bash",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
},
|
|
91
91
|
"components/comment-checker": {
|
|
92
92
|
"name": "@code-yeongyu/codex-comment-checker",
|
|
93
|
-
"version": "5.0.0-beta.
|
|
93
|
+
"version": "5.0.0-beta.46",
|
|
94
94
|
"license": "MIT",
|
|
95
95
|
"bin": {
|
|
96
96
|
"omo-comment-checker": "dist/cli.js"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
"components/git-bash": {
|
|
113
113
|
"name": "@sisyphuslabs/codex-git-bash-hook",
|
|
114
|
-
"version": "5.0.0-beta.
|
|
114
|
+
"version": "5.0.0-beta.46",
|
|
115
115
|
"bin": {
|
|
116
116
|
"omo-git-bash-hook": "dist/cli.js"
|
|
117
117
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
"components/lazycodex-executor-verify": {
|
|
127
127
|
"name": "@code-yeongyu/codex-lazycodex-executor-verify",
|
|
128
|
-
"version": "5.0.0-beta.
|
|
128
|
+
"version": "5.0.0-beta.46",
|
|
129
129
|
"license": "MIT",
|
|
130
130
|
"bin": {
|
|
131
131
|
"lazycodex-executor-verify": "dist/cli.js"
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"components/lsp": {
|
|
144
144
|
"name": "@code-yeongyu/codex-lsp",
|
|
145
|
-
"version": "5.0.0-beta.
|
|
145
|
+
"version": "5.0.0-beta.46",
|
|
146
146
|
"license": "MIT",
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@code-yeongyu/lsp-daemon": "file:../../../../lsp-daemon",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
},
|
|
164
164
|
"components/rules": {
|
|
165
165
|
"name": "@code-yeongyu/codex-rules",
|
|
166
|
-
"version": "5.0.0-beta.
|
|
166
|
+
"version": "5.0.0-beta.46",
|
|
167
167
|
"license": "MIT",
|
|
168
168
|
"dependencies": {
|
|
169
169
|
"picomatch": "^4.0.7"
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
},
|
|
186
186
|
"components/teammode": {
|
|
187
187
|
"name": "@sisyphuslabs/codex-teammode",
|
|
188
|
-
"version": "5.0.0-beta.
|
|
188
|
+
"version": "5.0.0-beta.46",
|
|
189
189
|
"devDependencies": {
|
|
190
190
|
"@types/node": "^26.2.0",
|
|
191
191
|
"bun-types": "^1.4.0",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
},
|
|
199
199
|
"components/telemetry": {
|
|
200
200
|
"name": "@code-yeongyu/codex-telemetry",
|
|
201
|
-
"version": "5.0.0-beta.
|
|
201
|
+
"version": "5.0.0-beta.46",
|
|
202
202
|
"license": "MIT",
|
|
203
203
|
"bin": {
|
|
204
204
|
"omo-telemetry": "dist/cli.js"
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
},
|
|
217
217
|
"components/ultrawork": {
|
|
218
218
|
"name": "@code-yeongyu/codex-ultrawork",
|
|
219
|
-
"version": "5.0.0-beta.
|
|
219
|
+
"version": "5.0.0-beta.46",
|
|
220
220
|
"license": "MIT",
|
|
221
221
|
"bin": {
|
|
222
222
|
"omo-ultrawork": "dist/cli.js"
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
"components/ulw-execute-continuation": {
|
|
236
236
|
"name": "@code-yeongyu/codex-ulw-execute-continuation",
|
|
237
|
-
"version": "5.0.0-beta.
|
|
237
|
+
"version": "5.0.0-beta.46",
|
|
238
238
|
"license": "MIT",
|
|
239
239
|
"bin": {
|
|
240
240
|
"omo-ulw-execute-continuation": "dist/cli.js"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
},
|
|
252
252
|
"components/ulw-loop": {
|
|
253
253
|
"name": "@code-yeongyu/codex-ulw-loop",
|
|
254
|
-
"version": "5.0.0-beta.
|
|
254
|
+
"version": "5.0.0-beta.46",
|
|
255
255
|
"license": "MIT",
|
|
256
256
|
"bin": {
|
|
257
257
|
"omo-ulw-loop": "dist/cli.js",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
// omo-codex-install:81cf03496fa0db52b428d9e5f1d2a022f753fe60530d84f72d767af03333373f:
|
|
2
|
+
// omo-codex-install:81cf03496fa0db52b428d9e5f1d2a022f753fe60530d84f72d767af03333373f:879dac85ae6e586bf1a885de5058d64fb32d08c1e711105370b8081d72f4a246
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __returnValue = (v) => v;
|
|
5
5
|
function __exportSetter(name, newValue) {
|
|
@@ -7977,7 +7977,7 @@ var package_default;
|
|
|
7977
7977
|
var init_package = __esm(() => {
|
|
7978
7978
|
package_default = {
|
|
7979
7979
|
name: "@oh-my-opencode/omo-codex",
|
|
7980
|
-
version: "5.0.0-beta.
|
|
7980
|
+
version: "5.0.0-beta.46",
|
|
7981
7981
|
type: "module",
|
|
7982
7982
|
private: true,
|
|
7983
7983
|
description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
|