agent-zero/extensions/python/banners/AGENTS.md
Alessandro 4ba591358e Fix unsecured connection settings link
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.
2026-06-23 18:47:10 +02:00

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 banners list.

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.