mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-12 10:28:27 +00:00
Route the Configure credentials banner link through the welcome banner action dispatcher so it opens Settings directly at External Services > Authentication.\n\nAdd coverage for the unsecured connection banner and document the structured banner action contract for future banner links.
808 B
808 B
Banner Extensions DOX
Purpose
- Own backend banner and discovery-card contributions.
Ownership
- Ordered Python files append alert banners or discovery cards to the mutable
bannerslist.
Local Contracts
- Banner IDs must be unique and stable.
- Use supported banner/card fields and types only.
- Banner HTML links that trigger WebUI behavior should use supported structured actions, such as
data-banner-action, instead of inline JavaScript handlers. - Do not expose secrets, local paths, or raw system diagnostics in banner text.
Work Guidance
- Gate setup or warning banners on current configuration/status where possible.
Verification
- Smoke-test welcome-screen banner rendering, ordering, dismissal, and CTA behavior after changes.
Child DOX Index
No child DOX files.