You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Re-discover button to refresh the attribute cache
558
533
559
-
> [!NOTE]
560
-
> **Context-aware caching**: The plugin uses separate cache keys for CLI and web contexts. If you notice different attributes in the DebugKit panel compared to CLI commands, this is expected behavior when plugins are configured with `'onlyCli' => true` in your `config/plugins.php`.
561
-
>
562
-
> -**Web context** (DebugKit panel): Only shows attributes from plugins loaded in web requests
563
-
> -**CLI context** (commands): Shows attributes from all plugins, including CLI-only plugins
564
-
>
565
-
> Each context maintains its own cache and discovers attributes independently based on which plugins are actually loaded.
0 commit comments