openclaw-code-agent 4.3.6 → 4.3.8

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 CHANGED
@@ -177,7 +177,7 @@ New sessions use delegated worktree follow-through unless configured otherwise.
177
177
 
178
178
  Ask OpenClaw for worktree status before cleaning resolved sandboxes.
179
179
 
180
- Merge and PR outcomes use a two-step completion contract: the plugin delivers the canonical outcome status, then wakes the orchestrator with the original route/thread metadata and `completionWakeSummaryRequired=true`. The orchestrator should read the full output, avoid repeating the status line, and send one short factual summary to the session origin route.
180
+ Merge, PR, ordinary terminal, and no-change worktree outcomes use a two-step completion contract: the plugin delivers the canonical terse status, then wakes the orchestrator with the original route/thread metadata and `completionWakeSummaryRequired=true`. The orchestrator must read the full output, treat any final summary inside `agent_output` as source material rather than visible delivery, avoid repeating the status line, and send at most one short factual summary to the session origin route for the terminal/worktree outcome.
181
181
 
182
182
  ### Goal Tasks
183
183
 
@@ -189,6 +189,7 @@ Ask in normal chat:
189
189
  Start a verifier goal in /repo: fix the failing auth flow and keep running pnpm test until it passes.
190
190
  Start a Ralph-style goal for /repo: ship the draft workflow, and consider it complete when the output says DONE.
191
191
  Show goal status.
192
+ Change the auth goal to also update the smoke tests.
192
193
  Stop the auth goal.
193
194
  ```
194
195
 
@@ -214,9 +215,10 @@ Most users interact in chat. The tool surface is for OpenClaw agents and advance
214
215
  | `agent_worktree_cleanup` | Clean safe worktrees or dismiss one pending decision |
215
216
  | `goal_launch` | Start an explicit verifier or Ralph-style goal loop |
216
217
  | `goal_status` | Show one goal task or list all goal tasks |
218
+ | `goal_edit` | Change the goal text for an active goal task |
217
219
  | `goal_stop` | Stop a running goal task |
218
220
 
219
- Chat commands mirror the common workflows when you want explicit commands instead of natural-language chat, but most human use should start with plain requests like the examples above. Available commands are `/agent`, `/agent_sessions`, `/agent_output`, `/agent_respond`, `/agent_kill`, `/agent_stats`, `/goal`, `/goal_status`, and `/goal_stop`.
221
+ Chat commands mirror the common workflows when you want explicit commands instead of natural-language chat, but most human use should start with plain requests like the examples above. Available commands are `/agent`, `/agent_sessions`, `/agent_output`, `/agent_respond`, `/agent_kill`, `/agent_stats`, `/goal`, `/goal_status`, `/goal_edit`, and `/goal_stop`.
220
222
 
221
223
  ## Docs
222
224