@scotthuang/agent-knock-knock 0.3.1 → 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,11 @@
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
+
3
9
  ## 0.3.1 - 2026-07-28
4
10
 
5
11
  ### Changed
package/README.md CHANGED
@@ -53,9 +53,9 @@ Core requirements:
53
53
  | --- | --- | --- |
54
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
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.7.1-2` | Build metadata stays pinned to the SDK actually used; it is not the runtime floor. |
56
+ | Build SDK | `2026.6.5` | The plugin is built against the oldest host supported for normal installation. |
57
57
 
58
- The compatibility suite tests the minimum and build-time hosts with isolated state and the real packed artifact.
58
+ The compatibility suite tests the normal installation floor and the Plugin API boundary with isolated state and the real packed artifact.
59
59
 
60
60
  ### Install from ClawHub (recommended)
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scotthuang/agent-knock-knock",
3
- "version": "0.3.1",
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",
@@ -43,8 +43,8 @@
43
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,
@@ -100,7 +100,7 @@
100
100
  "devDependencies": {
101
101
  "@types/node": "^22.20.1",
102
102
  "clawhub": "0.23.1",
103
- "openclaw": "2026.7.1-2",
103
+ "openclaw": "2026.6.5",
104
104
  "typescript": "^7.0.2"
105
105
  }
106
106
  }