openclaw-code-agent 4.5.7 → 4.5.9

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.
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-code-agent",
3
3
  "name": "OpenClaw Code Agent",
4
4
  "description": "Multi-session coding-agent orchestration from OpenClaw chat",
5
- "version": "4.5.7",
5
+ "version": "4.5.9",
6
6
  "contracts": {
7
7
  "tools": [
8
8
  "agent_launch",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-code-agent",
3
- "version": "4.5.7",
3
+ "version": "4.5.9",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.30.0",
6
6
  "main": "dist/index.js",
@@ -16,6 +16,9 @@
16
16
  "smoke:backend-parity": "node scripts/run-tests.mjs tests/backend-contract-smoke.test.ts tests/codex-harness.test.ts tests/harness-registry.test.ts",
17
17
  "smoke:codex-worktrees": "node scripts/run-tests.mjs tests/codex-harness.test.ts tests/session-bootstrap.test.ts tests/session-restore-service.test.ts",
18
18
  "smoke:codex-live": "OPENCLAW_RUN_LIVE_CODEX_SMOKE=1 node scripts/run-tests.mjs tests/live-codex-app-server-smoke.test.ts",
19
+ "proof:codex-doctor": "node --import tsx scripts/e2e/oca-codex-telegram-proof.ts doctor",
20
+ "proof:codex-local": "node --import tsx scripts/e2e/oca-codex-telegram-proof.ts local-smoke",
21
+ "proof:codex-telegram": "node --import tsx scripts/e2e/oca-codex-telegram-proof.ts run",
19
22
  "smoke:codex-release": "OPENCLAW_RUN_LIVE_CODEX_RELEASE_SMOKE=1 node scripts/run-tests.mjs tests/live-codex-app-server-smoke.test.ts",
20
23
  "smoke:opencode-live": "OPENCLAW_RUN_LIVE_OPENCODE_SMOKE=1 node scripts/run-tests.mjs tests/live-opencode-server-smoke.test.ts",
21
24
  "typecheck": "tsc -p tsconfig.typecheck.json --noEmit",
@@ -51,7 +54,7 @@
51
54
  "@anthropic-ai/claude-agent-sdk": "^0.3.142"
52
55
  },
53
56
  "devDependencies": {
54
- "@types/node": "^25.5.2",
57
+ "@types/node": "^26.0.1",
55
58
  "esbuild": "^0.28.1",
56
59
  "nanoid": "^5.1.7",
57
60
  "openclaw": "2026.6.11",