openclaw-code-agent 4.2.2 → 4.2.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.
- package/README.md +1 -1
- package/dist/index.js +125 -119
- package/openclaw.plugin.json +1 -1
- package/package.json +13 -9
- package/skills/code-agent-orchestration/SKILL.md +2 -0
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ Because worktree isolation defaults to `delegate`, `defaultWorkdir` should norma
|
|
|
124
124
|
|
|
125
125
|
Chat-launched sessions route updates back to their originating chat thread. For agent-launched tool sessions without an origin route, configure `fallbackChannel` or `agentChannels` in the reference guide.
|
|
126
126
|
|
|
127
|
-
This release targets the OpenClaw SDK package `openclaw@2026.5.
|
|
127
|
+
This release targets the OpenClaw SDK package `openclaw@2026.5.12`, while keeping the plugin peer floor at `>=2026.4.21`.
|
|
128
128
|
|
|
129
129
|
If you use Codex, make sure the local `codex` command or `OPENCLAW_CODEX_APP_SERVER_COMMAND` override is available and authenticated. When Codex auth is inconsistent, this is the recommended `~/.codex/config.toml` setting:
|
|
130
130
|
|