mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-29 10:55:37 +00:00
Rename high-impact skills to task-oriented names and move plugin-owned skills into their owning plugin folders.\n\nAlign renamed skill frontmatter with the official SKILL.md standard by keeping trigger language in name/description metadata, replacing the old create-skill wizard with build-skill, and updating browser, A0 connector, computer-use, CLI setup, and scheduler skill references.\n\nTighten the recurring cross-provider guidance gaps surfaced by the evidence sweeps: memory requests now avoid promptinclude-file routing, scheduler prompts distinguish cron schedules from planned ISO dates, document questions prefer document_query, skills_tool search/read_file usage is clearer, normal notifications set info/priority 10, and local/host text editors preserve patch intent.\n\nUpdate regression tests for the renamed skills, plugin ownership, prompt budget reality, and standard frontmatter shape.
477 B
477 B
notify_user
send an out-of-band notification without ending the current task
args: message, optional title, detail, type, priority, timeout
types: info, success, warning, error, progress
priority values: 20 high urgency, 10 normal urgency; omit for high
normal note/notification -> set type: "info" and priority: 10
use success only for a completed success message, not for a generic note
use for progress or alerts, not as the final answer