@scotthuang/agent-knock-knock 0.3.0 → 0.3.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.2 - 2026-07-28
4
+
5
+ ### Changed
6
+
7
+ - Build against the verified OpenClaw `2026.6.5` installation floor so ClawHub reports the package without a minimum-host-version drift warning.
8
+
9
+ ## 0.3.1 - 2026-07-28
10
+
11
+ ### Changed
12
+
13
+ - Lower the OpenClaw plugin API, Gateway, and npm peer floor to the first verified stable API release, `2026.5.12`, and the normal installation host floor to `2026.6.5`, while continuing to build against `2026.7.1-2`.
14
+ - Add isolated compatibility coverage for the minimum and build-time OpenClaw hosts, plus an explicit failing boundary at `2026.5.10-beta.2`.
15
+
3
16
  ## 0.3.0 - 2026-07-28
4
17
 
5
18
  ### Added
package/README.md CHANGED
@@ -45,10 +45,18 @@ The two modes intentionally use different permission models:
45
45
 
46
46
  Core requirements:
47
47
 
48
- - A Node.js version supported by OpenClaw (Node.js 24.15+ on the 24.x line is recommended for the compatibility floor below)
49
- - [OpenClaw](https://docs.openclaw.ai/) Gateway and plugin API `2026.7.1-2` or newer
48
+ - A Node.js version supported by your OpenClaw release (Node.js 24 LTS is recommended)
49
+ - [OpenClaw](https://docs.openclaw.ai/) `2026.6.5` or newer
50
50
  - At least one authenticated coding agent: Codex, Claude Code, or Cursor
51
51
 
52
+ | Compatibility layer | Version | Evidence |
53
+ | --- | --- | --- |
54
+ | Normal OpenClaw installation | `2026.6.5`+ | The packed plugin installs, loads, registers its full runtime, and passes isolated Gateway workflows. Earlier hosts block AKK's expected local process control in their legacy install-time scanner unless an unsafe override is used. |
55
+ | Plugin API and Gateway | `2026.5.12`+ | This is the first stable release with `api.session.workflow.enqueueNextTurnInjection`. The adjacent tested boundary, `2026.5.10-beta.2`, lacks that API. |
56
+ | Build SDK | `2026.6.5` | The plugin is built against the oldest host supported for normal installation. |
57
+
58
+ The compatibility suite tests the normal installation floor and the Plugin API boundary with isolated state and the real packed artifact.
59
+
52
60
  ### Install from ClawHub (recommended)
53
61
 
54
62
  ```bash
@@ -1,6 +1,6 @@
1
1
  # Managed ACPX in 5 Minutes
2
2
 
3
- Use this path for managed background Codex, Claude Code, or Cursor tasks with durable AKK state and callbacks. You need Node.js 24.15+ on the 24.x line, OpenClaw `2026.7.1-2`+, and an authenticated coding-agent CLI.
3
+ Use this path for managed background Codex, Claude Code, or Cursor tasks with durable AKK state and callbacks. You need a Node.js version supported by your OpenClaw release (Node.js 24 LTS recommended), OpenClaw `2026.6.5`+, and an authenticated coding-agent CLI.
4
4
 
5
5
  ## 1. Install and configure
6
6
 
@@ -1,6 +1,6 @@
1
1
  # tmux Bridge in 5 Minutes
2
2
 
3
- Use this path when you want OpenClaw and a human to share the same live Codex or Claude Code terminal. You need Node.js 24.15+ on the 24.x line, OpenClaw `2026.7.1-2`+, tmux, and an authenticated `codex` or `claude` CLI, all running as the same OS user.
3
+ Use this path when you want OpenClaw and a human to share the same live Codex or Claude Code terminal. You need a Node.js version supported by your OpenClaw release (Node.js 24 LTS recommended), OpenClaw `2026.6.5`+, tmux, and an authenticated `codex` or `claude` CLI, all running as the same OS user.
4
4
 
5
5
  ## 1. Install and configure
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scotthuang/agent-knock-knock",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Control local Codex and Claude Code from OpenClaw, take over the same live tmux session, and run managed ACP tasks through ACPX with Cursor support.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,15 +36,15 @@
36
36
  "clawhubSpec": "clawhub:@scotthuang/agent-knock-knock",
37
37
  "npmSpec": "@scotthuang/agent-knock-knock",
38
38
  "defaultChoice": "clawhub",
39
- "minHostVersion": ">=2026.7.1-2"
39
+ "minHostVersion": ">=2026.6.5"
40
40
  },
41
41
  "compat": {
42
- "pluginApi": ">=2026.7.1-2",
43
- "minGatewayVersion": "2026.7.1-2"
42
+ "pluginApi": ">=2026.5.12",
43
+ "minGatewayVersion": "2026.5.12"
44
44
  },
45
45
  "build": {
46
- "openclawVersion": "2026.7.1-2",
47
- "pluginSdkVersion": "2026.7.1-2"
46
+ "openclawVersion": "2026.6.5",
47
+ "pluginSdkVersion": "2026.6.5"
48
48
  },
49
49
  "release": {
50
50
  "publishToClawHub": true,
@@ -77,8 +77,9 @@
77
77
  "prepack": "npm run build",
78
78
  "typecheck": "tsc -p tsconfig.json --noEmit",
79
79
  "test": "npm run build && node --test dist/test/*.test.js",
80
- "clawhub:validate": "npm run build && clawhub package validate . --out .clawhub-validation --openclaw node_modules/openclaw --runtime --allow-execute --no-mock-sdk",
80
+ "clawhub:validate": "npm run build && clawhub --workdir . package validate . --out .clawhub-validation --openclaw node_modules/openclaw --runtime --allow-execute --no-mock-sdk",
81
81
  "clawhub:dry-run": "npm run build && clawhub package publish . --family code-plugin --owner scotthuang --tags latest --dry-run",
82
+ "compat:openclaw": "npm run build && node scripts/verify-openclaw-compatibility.js",
82
83
  "smoke:acpx": "npm run build && node scripts/smoke-acpx.js",
83
84
  "smoke:tmux": "npm run build && node scripts/smoke-tmux.js",
84
85
  "simulate:architecture": "node scripts/two-claude-weather-test.js --scenario architecture-questions",
@@ -89,7 +90,7 @@
89
90
  "node": ">=22.14.0"
90
91
  },
91
92
  "peerDependencies": {
92
- "openclaw": ">=2026.7.1-2"
93
+ "openclaw": ">=2026.5.12"
93
94
  },
94
95
  "peerDependenciesMeta": {
95
96
  "openclaw": {
@@ -99,7 +100,7 @@
99
100
  "devDependencies": {
100
101
  "@types/node": "^22.20.1",
101
102
  "clawhub": "0.23.1",
102
- "openclaw": "2026.7.1-2",
103
+ "openclaw": "2026.6.5",
103
104
  "typescript": "^7.0.2"
104
105
  }
105
106
  }