oh-my-opencode 5.0.0-beta.80 → 5.0.0-beta.82

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.
Files changed (86) hide show
  1. package/README.md +1 -1
  2. package/dist/cli/index.js +6893 -3348
  3. package/dist/cli/senpi-edition-hint.d.ts +10 -0
  4. package/dist/cli-node/index.js +6893 -3348
  5. package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +1 -1
  6. package/dist/index.js +4334 -1672
  7. package/dist/oh-my-opencode.schema.json +3 -7
  8. package/dist/skills/frontend/SKILL.md +1 -0
  9. package/dist/skills/frontend/references/design/README.md +3 -2
  10. package/dist/skills/frontend/references/design/design-system-architecture.md +1 -0
  11. package/dist/skills/frontend/references/perfection/README.md +1 -0
  12. package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
  13. package/dist/tui.js +2574 -1339
  14. package/package.json +34 -30
  15. package/packages/lsp-daemon/dist/cli.js +591 -555
  16. package/packages/lsp-daemon/dist/client.js +34 -5
  17. package/packages/lsp-daemon/dist/daemon-client.d.ts +2 -0
  18. package/packages/lsp-daemon/dist/daemon-client.js +20 -3
  19. package/packages/lsp-daemon/dist/ensure-daemon.js +17 -3
  20. package/packages/lsp-daemon/dist/index.js +34 -5
  21. package/packages/lsp-daemon/package.json +4 -3
  22. package/packages/lsp-tools-mcp/package.json +4 -3
  23. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  24. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +2515 -1261
  25. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  26. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  27. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  28. package/packages/omo-codex/plugin/components/comment-checker/package.json +5 -4
  29. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  30. package/packages/omo-codex/plugin/components/git-bash/package.json +2 -2
  31. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  32. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +5 -4
  33. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +3 -3
  34. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +34 -5
  35. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  36. package/packages/omo-codex/plugin/components/lsp/package.json +5 -4
  37. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  38. package/packages/omo-codex/plugin/components/rules/package.json +5 -4
  39. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  40. package/packages/omo-codex/plugin/components/teammode/package.json +4 -3
  41. package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +4944 -2767
  42. package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +4944 -2767
  43. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  44. package/packages/omo-codex/plugin/components/telemetry/package.json +5 -4
  45. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  46. package/packages/omo-codex/plugin/components/ultrawork/package.json +5 -4
  47. package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +1 -1
  48. package/packages/omo-codex/plugin/components/ulw-execute-continuation/package.json +5 -4
  49. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +5 -5
  50. package/packages/omo-codex/plugin/components/ulw-loop/package.json +5 -4
  51. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  52. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  53. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  54. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  55. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  56. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  57. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  58. package/packages/omo-codex/plugin/hooks/post-tool-use-recording-spawn-admission.json +1 -1
  59. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  60. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  61. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  62. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  63. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  64. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  65. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  66. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +1 -1
  67. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  68. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  69. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  70. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  71. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  72. package/packages/omo-codex/plugin/package-lock.json +481 -322
  73. package/packages/omo-codex/plugin/package.json +5 -1
  74. package/packages/omo-codex/plugin/shared/package.json +1 -1
  75. package/packages/omo-codex/plugin/skills/frontend/SKILL.md +1 -0
  76. package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +3 -2
  77. package/packages/omo-codex/plugin/skills/frontend/references/design/design-system-architecture.md +1 -0
  78. package/packages/omo-codex/plugin/skills/frontend/references/perfection/README.md +1 -0
  79. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
  80. package/packages/omo-codex/scripts/install-dist/install-local.mjs +7777 -4292
  81. package/packages/shared-skills/skills/frontend/SKILL.md +1 -0
  82. package/packages/shared-skills/skills/frontend/references/design/README.md +3 -2
  83. package/packages/shared-skills/skills/frontend/references/design/design-system-architecture.md +1 -0
  84. package/packages/shared-skills/skills/frontend/references/perfection/README.md +1 -0
  85. package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
  86. package/postinstall.mjs +3 -0
@@ -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.80) Checking Bootstrap Provisioning"
11
+ "statusMessage": "(OmO 5.0.0-beta.82) 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.80",
3
+ "version": "5.0.0-beta.82",
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 post-tool-use",
10
10
  "timeout": 30,
11
- "statusMessage": "(OmO 5.0.0-beta.80) Checking Comments"
11
+ "statusMessage": "(OmO 5.0.0-beta.82) Checking Comments"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-comment-checker",
3
- "version": "5.0.0-beta.80",
3
+ "version": "5.0.0-beta.82",
4
4
  "description": "Codex plugin that runs comment-checker after edit-like PostToolUse hooks.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -46,11 +46,12 @@
46
46
  "@code-yeongyu/comment-checker": "^0.8.0"
47
47
  },
48
48
  "devDependencies": {
49
+ "@vitest/coverage-v8": "5.0.1",
49
50
  "@oh-my-opencode/comment-checker-core": "file:../../../../comment-checker-core",
50
- "@biomejs/biome": "2.5.9",
51
- "@types/node": "^26.2.0",
51
+ "@biomejs/biome": "2.5.14",
52
+ "@types/node": "^26.6.2",
52
53
  "typescript": "^7.0.2",
53
- "vitest": "^4.1.11"
54
+ "vitest": "5.0.1"
54
55
  },
55
56
  "engines": {
56
57
  "node": ">=20.0.0"
@@ -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.80) Recommending Git Bash MCP"
11
+ "statusMessage": "(OmO 5.0.0-beta.82) 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.80) Resetting Git Bash MCP Reminder"
23
+ "statusMessage": "(OmO 5.0.0-beta.82) Resetting Git Bash MCP Reminder"
24
24
  }
25
25
  ]
26
26
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-git-bash-hook",
3
- "version": "5.0.0-beta.80",
3
+ "version": "5.0.0-beta.82",
4
4
  "description": "Codex hook component that reminds Windows sessions to prefer the OMO git_bash MCP.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -17,7 +17,7 @@
17
17
  "typecheck": "tsc --noEmit"
18
18
  },
19
19
  "devDependencies": {
20
- "@types/node": "^26.2.0",
20
+ "@types/node": "^26.6.2",
21
21
  "typescript": "^7.0.2"
22
22
  },
23
23
  "engines": {
@@ -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.80) Verifying LazyCodex Executor Evidence"
11
+ "statusMessage": "(OmO 5.0.0-beta.82) 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.80",
3
+ "version": "5.0.0-beta.82",
4
4
  "description": "Codex SubagentStop evidence verifier for LazyCodex executor completions.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -33,10 +33,11 @@
33
33
  "NOTICE"
34
34
  ],
35
35
  "devDependencies": {
36
- "@biomejs/biome": "2.5.9",
37
- "@types/node": "^26.2.0",
36
+ "@vitest/coverage-v8": "5.0.1",
37
+ "@biomejs/biome": "2.5.14",
38
+ "@types/node": "^26.6.2",
38
39
  "typescript": "^7.0.2",
39
- "vitest": "^4.1.11"
40
+ "vitest": "5.0.1"
40
41
  },
41
42
  "engines": {
42
43
  "node": ">=20.0.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "5.0.0-beta.80",
4
- "inputDigest": "sha256:4c3ae4939cef82bfbc66b27a58b66f2585d1ca4520dd51f0b3e42540270af7ae",
3
+ "version": "5.0.0-beta.82",
4
+ "inputDigest": "sha256:f84253a3ef9adbbb38854e910085ce47367ce00417a9e7b404c6c08c4b07ec63",
5
5
  "outputs": [
6
6
  {
7
7
  "path": "cli.d.ts",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  {
11
11
  "path": "cli.js",
12
- "sha256": "b8d0f009e0031d015280244ddd2e5abb8db076ffb324c7e500d29d437a345446"
12
+ "sha256": "a0155ce31758825f26a35acbc894361e22a6531bab3fc47bc1f5c2ed054580ef"
13
13
  },
14
14
  {
15
15
  "path": "codex-hook-cli.d.ts",
@@ -16,6 +16,7 @@ import { join as join11, resolve as resolve11 } from "node:path";
16
16
  import { statSync as statSync5 } from "node:fs";
17
17
  import { isAbsolute as isAbsolute6 } from "node:path";
18
18
  import { connect } from "node:net";
19
+ import { setTimeout as delay } from "node:timers/promises";
19
20
  import { AsyncLocalStorage } from "node:async_hooks";
20
21
  import { existsSync, realpathSync, statSync } from "node:fs";
21
22
  import { basename, delimiter, dirname, isAbsolute, join, relative, resolve } from "node:path";
@@ -482,9 +483,11 @@ function createLineDecoder(onMessage, onParseError) {
482
483
  }
483
484
  };
484
485
  }
485
- var PROBE_TIMEOUT_MS = 500;
486
+ var PROBE_TIMEOUT_MS = 2000;
486
487
  var DEFAULT_READY_TIMEOUT_MS = 5000;
487
488
  var DEFAULT_POLL_INTERVAL_MS = 100;
489
+ var FAILED_SPAWN_COOLDOWN_MS = 5000;
490
+ var failedSpawnUntil = new Map;
488
491
 
489
492
  class DaemonUnreachableError extends Error {
490
493
  constructor(socketPath) {
@@ -497,11 +500,22 @@ async function ensureDaemonRunning(paths, deps = defaultEnsureDaemonDeps(), opti
497
500
  const pollIntervalMs = options.pollIntervalMs ?? DEFAULT_POLL_INTERVAL_MS;
498
501
  const signal = options.signal;
499
502
  throwIfAborted(signal);
500
- if (await awaitWithSignal(deps.probe(paths, signal), signal))
503
+ if (await awaitWithSignal(deps.probe(paths, signal), signal)) {
504
+ failedSpawnUntil.delete(paths.socket);
501
505
  return;
506
+ }
502
507
  throwIfAborted(signal);
508
+ const retryAt = failedSpawnUntil.get(paths.socket);
509
+ if (retryAt !== undefined && deps.now() < retryAt)
510
+ throw new DaemonUnreachableError(paths.socket);
511
+ failedSpawnUntil.delete(paths.socket);
503
512
  deps.spawnDaemon(paths);
504
- await waitUntilReachable(paths, deps, readyTimeoutMs, pollIntervalMs, signal);
513
+ try {
514
+ await waitUntilReachable(paths, deps, readyTimeoutMs, pollIntervalMs, signal);
515
+ } catch (error) {
516
+ failedSpawnUntil.set(paths.socket, deps.now() + FAILED_SPAWN_COOLDOWN_MS);
517
+ throw error;
518
+ }
505
519
  }
506
520
  async function waitUntilReachable(paths, deps, readyTimeoutMs, pollIntervalMs, signal) {
507
521
  const deadline = deps.now() + readyTimeoutMs;
@@ -5544,6 +5558,7 @@ var LSP_MCP_TOOLS = [
5544
5558
  ];
5545
5559
  var CONTEXT_KEY = "_context";
5546
5560
  var DEFAULT_REQUEST_TIMEOUT_MS = 30000;
5561
+ var STARTUP_BACKOFF_MS = [0, 100, 300];
5547
5562
  var nextProxyRequestId = 1;
5548
5563
  async function callToolViaDaemon(name, args, options) {
5549
5564
  const context = requireContext(options.context);
@@ -5551,17 +5566,31 @@ async function callToolViaDaemon(name, args, options) {
5551
5566
  const ensure = options.ensure ?? ((ensurePaths, signal) => ensureDaemonRunning(ensurePaths, undefined, signal === undefined ? {} : { signal }));
5552
5567
  const timeoutMs = options.requestTimeoutMs ?? DEFAULT_REQUEST_TIMEOUT_MS;
5553
5568
  const requestArgs = withContext(args, context);
5569
+ const probe = options.probe ?? ((probePaths, signal) => probeDaemon(probePaths, undefined, signal));
5570
+ const sleep = options.sleep ?? ((ms, signal) => delay(ms, undefined, { signal }));
5554
5571
  let lastError;
5555
5572
  let authRefreshUsed = false;
5556
- for (let attempt = 0;attempt < 3; attempt += 1) {
5573
+ for (const [attempt, backoffMs] of STARTUP_BACKOFF_MS.entries()) {
5557
5574
  try {
5558
- await ensureDaemonAvailable(paths, ensure, options.signal);
5575
+ if (backoffMs > 0)
5576
+ await sleep(backoffMs, options.signal);
5577
+ if (options.signal?.aborted)
5578
+ throw new DaemonRequestCancelledError(false);
5579
+ if (attempt === 0) {
5580
+ await ensureDaemonAvailable(paths, ensure, options.signal);
5581
+ } else if (!await probe(paths, options.signal)) {
5582
+ throw new DaemonUnreachableError(paths.socket);
5583
+ }
5559
5584
  const token = readAuthToken(paths);
5560
5585
  if (!token)
5561
5586
  throw new DaemonRequestError("daemon auth token missing", false);
5562
5587
  const sendOptions = options.signal === undefined ? { timeoutMs } : { timeoutMs, signal: options.signal };
5563
5588
  return await sendToolCall(paths, token, name, requestArgs, sendOptions);
5564
5589
  } catch (error) {
5590
+ if (options.signal?.aborted) {
5591
+ lastError = new DaemonRequestCancelledError(false);
5592
+ break;
5593
+ }
5565
5594
  lastError = error;
5566
5595
  if (error instanceof DaemonAuthenticationRejectedError && !authRefreshUsed) {
5567
5596
  authRefreshUsed = true;
@@ -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.80) Checking LSP Diagnostics"
11
+ "statusMessage": "(OmO 5.0.0-beta.82) 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.80) Resetting LSP Diagnostics Cache"
24
+ "statusMessage": "(OmO 5.0.0-beta.82) Resetting LSP Diagnostics Cache"
25
25
  }
26
26
  ]
27
27
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-lsp",
3
- "version": "5.0.0-beta.80",
3
+ "version": "5.0.0-beta.82",
4
4
  "description": "Codex plugin that exposes Language Server Protocol tools and post-edit diagnostics.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -54,10 +54,11 @@
54
54
  "@code-yeongyu/lsp-daemon": "file:../../../../lsp-daemon"
55
55
  },
56
56
  "devDependencies": {
57
- "@biomejs/biome": "2.5.9",
58
- "@types/node": "^26.2.0",
57
+ "@vitest/coverage-v8": "5.0.1",
58
+ "@biomejs/biome": "2.5.14",
59
+ "@types/node": "^26.6.2",
59
60
  "typescript": "^7.0.2",
60
- "vitest": "^4.1.11"
61
+ "vitest": "5.0.1"
61
62
  },
62
63
  "engines": {
63
64
  "node": ">=20.0.0"
@@ -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.80) Loading Project Rules"
10
+ "statusMessage": "(OmO 5.0.0-beta.82) 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.80) Loading Project Rules"
22
+ "statusMessage": "(OmO 5.0.0-beta.82) 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.80) Matching Project Rules"
35
+ "statusMessage": "(OmO 5.0.0-beta.82) 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.80) Resetting Project Rule Cache"
48
+ "statusMessage": "(OmO 5.0.0-beta.82) Resetting Project Rule Cache"
49
49
  }
50
50
  ]
51
51
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-rules",
3
- "version": "5.0.0-beta.80",
3
+ "version": "5.0.0-beta.82",
4
4
  "description": "Codex plugin that injects project rule files into model context through lifecycle hooks.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -50,12 +50,13 @@
50
50
  "picomatch": "^4.0.7"
51
51
  },
52
52
  "devDependencies": {
53
+ "@vitest/coverage-v8": "5.0.1",
53
54
  "@oh-my-opencode/rules-engine": "file:../../../../rules-engine",
54
- "@biomejs/biome": "2.5.9",
55
- "@types/node": "^26.2.0",
55
+ "@biomejs/biome": "2.5.14",
56
+ "@types/node": "^26.6.2",
56
57
  "@types/picomatch": "^4.0.3",
57
58
  "typescript": "^7.0.2",
58
- "vitest": "^4.1.11"
59
+ "vitest": "5.0.1"
59
60
  },
60
61
  "engines": {
61
62
  "node": ">=20.0.0"
@@ -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.80) Checking Thread Title Hygiene"
11
+ "statusMessage": "(OmO 5.0.0-beta.82) Checking Thread Title Hygiene"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-teammode",
3
- "version": "5.0.0-beta.80",
3
+ "version": "5.0.0-beta.82",
4
4
  "description": "Codex team-mode hook component that keeps background thread titles descriptive after create_thread.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -15,10 +15,11 @@
15
15
  "typecheck": "tsc --noEmit"
16
16
  },
17
17
  "devDependencies": {
18
- "@types/node": "^26.2.0",
18
+ "@vitest/coverage-v8": "5.0.1",
19
+ "@types/node": "^26.6.2",
19
20
  "bun-types": "^1.4.2",
20
21
  "typescript": "^7.0.2",
21
- "vitest": "^4.1.11"
22
+ "vitest": "5.0.1"
22
23
  },
23
24
  "engines": {
24
25
  "node": ">=20.0.0"