mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Adds the always-enabled _goal plugin with per-chat goal storage, WebUI goal strip, /goal slash command, and agent-facing goal tools. Includes command-picker integration, focused plugin tests, and the generated 256x256 thumbnail asset.
561 B
561 B
update_goal
Mark the current chat goal complete or blocked.
Use when the active goal is actually achieved, or when progress is genuinely blocked by missing user input or an external-state change.
Args: status (complete or blocked), optional objective, optional note.
Rules:
- Mark
completeonly when the objective has been achieved. - Mark
blockedonly when meaningful progress cannot continue without user input or an external-state change. - Pause, resume, edit, and delete are user controls; do not claim to perform them with this tool.