@scotthuang/agent-knock-knock 0.12.31 → 0.12.32
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 +6 -0
- package/assets/icon.png +0 -0
- package/openclaw.plugin.json +0 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.12.32 - 2026-09-07
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Adopt OpenClaw 2026.9.2's portable `assets/icon.png` plugin branding convention and remove the unsupported top-level manifest icon URL, keeping the AKK icon packaged locally while restoring a warning-free ClawHub validation result.
|
|
8
|
+
|
|
3
9
|
## 0.12.31 - 2026-09-07
|
|
4
10
|
|
|
5
11
|
### Added
|
package/assets/icon.png
ADDED
|
Binary file
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"id": "agent-knock-knock",
|
|
3
3
|
"name": "Agent Knock Knock",
|
|
4
4
|
"description": "Control local Codex and Claude Code through shared tmux or Herdr terminals, with closed native status inspection, compatibility warnings for unverified versions, native-thread lifecycle controls, managed monitoring, durable Terminal Watch, approvals, and human takeover.",
|
|
5
|
-
"icon": "https://raw.githubusercontent.com/scotthuang/agent-knock-knock/main/docs/assets/agent-knock-knock-icon.png",
|
|
6
5
|
"activation": {
|
|
7
6
|
"onStartup": true,
|
|
8
7
|
"onCommands": ["akk"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scotthuang/agent-knock-knock",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.32",
|
|
4
4
|
"description": "Control local Codex and Claude Code from OpenClaw or compatible controller Hosts through shared terminals.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"schemas",
|
|
76
76
|
"examples/host-profiles",
|
|
77
77
|
"templates",
|
|
78
|
+
"assets/icon.png",
|
|
78
79
|
"docs/assets/agent-knock-knock-cover.jpg",
|
|
79
80
|
"docs/assets/agent-knock-knock-icon.png",
|
|
80
81
|
"docs/quickstart-herdr.md",
|