Duplicate auth methods in dropdown

Bug
In the HTTP Request → Auth dropdown, authentication methods (API Key, AWS Signature, Basic Auth, Bearer Token, JWT, OAuth, etc.) appear multiple times instead of once.
Expected: Each auth method listed once Actual: Methods are duplicated many times
Environment: Windows 11, Yaak v2026.2.4
Screenshot attached.

Windows2026.2.4
It looks like your plugins might be being registered multiple times. Have you been running the open-source repo, Yaak CLI, or changing the installation directory?
I installed yaak via scoop. after running scoop cleanup yaak to remove old versions, the duplicate auth entries disappeared. thanks for the tip.
Thanks for the confirmation! I also made some improvements to Yaak to ensure this won’t happen in the future.