openclaw-code-agent 2.0.2 → 2.0.4

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": "Orchestrate coding agent sessions from OpenClaw",
5
- "version": "2.0.2",
5
+ "version": "2.0.4",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-code-agent",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,7 +1,16 @@
1
1
  ---
2
2
  name: Code Agent Orchestration
3
3
  description: Skill for orchestrating coding agent sessions from OpenClaw. Covers launching, monitoring, multi-turn interaction, lifecycle management, notifications, and parallel work patterns.
4
- metadata: {"openclaw": {"requires": {"plugins": ["openclaw-code-agent"]}}}
4
+ metadata:
5
+ openclaw:
6
+ homepage: https://github.com/goldmar/openclaw-code-agent
7
+ requires:
8
+ bins:
9
+ - openclaw
10
+ install:
11
+ - kind: node
12
+ package: openclaw-code-agent
13
+ bins: []
5
14
  ---
6
15
 
7
16
  # Code Agent Orchestration