openclaw-code-agent 4.5.9 → 4.7.0

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
@@ -224,12 +224,12 @@ Most users interact in chat. The tool surface is for OpenClaw agents and advance
224
224
  | `agent_pr` | Create or update a GitHub PR |
225
225
  | `agent_worktree_status` | Show worktree lifecycle state and cleanup safety |
226
226
  | `agent_worktree_cleanup` | Clean safe worktrees or dismiss one pending decision |
227
- | `goal_launch` | Start an explicit verifier or Ralph-style goal loop |
228
- | `goal_status` | Show one goal task or list all goal tasks |
229
- | `goal_edit` | Change the goal text for an active goal task |
230
- | `goal_stop` | Stop a running goal task |
227
+ | `agent_goal_launch` | Start an explicit verifier or Ralph-style goal loop |
228
+ | `agent_goal_status` | Show one goal task or list all goal tasks |
229
+ | `agent_goal_edit` | Change the goal text for an active goal task |
230
+ | `agent_goal_stop` | Stop a running goal task |
231
231
 
232
- 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`.
232
+ 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`, `/agent_policy`, `/agent_goal`, `/agent_goal_status`, `/agent_goal_edit`, and `/agent_goal_stop`.
233
233
 
234
234
  ## Docs
235
235