agent-zero/plugins/_goal/prompts/agent.system.tool.update_goal.md
Alessandro 84c13dab01 Add built-in goal management plugin
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.
2026-07-09 17:09:08 +02:00

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 complete only when the objective has been achieved.
  • Mark blocked only 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.