mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-21 06:43:30 +00:00
Present Open updater as the existing confirm-style button on its own toast row. Opening the Self Update modal now dismisses the persistent notification so users do not need to close it separately.\n\nKeep external update-instruction links unchanged and extend the persistent-toast regression coverage.
27 lines
690 B
Markdown
27 lines
690 B
Markdown
# User Message UI Extensions DOX
|
|
|
|
## Purpose
|
|
|
|
- Own backend behavior triggered around user-visible UI messages.
|
|
|
|
## Ownership
|
|
|
|
- Ordered Python files own update-check messaging and future user-message UI hooks.
|
|
|
|
## Local Contracts
|
|
|
|
- Keep proactive UI messages relevant, non-spammy, and safe for display.
|
|
- Keep update-available notifications visible until the user dismisses them or opens the updater.
|
|
- Do not expose local diagnostics or update data that should stay internal.
|
|
|
|
## Work Guidance
|
|
|
|
- Gate recurring messages so they do not repeat unnecessarily across chats or tabs.
|
|
|
|
## Verification
|
|
|
|
- Smoke-test UI message rendering after changes.
|
|
|
|
## Child DOX Index
|
|
|
|
No child DOX files.
|