openclaw-code-agent 4.3.7 → 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
@@ -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