I suspect that when Yaak updates on Windows it’s not deleting old files which would explain why this old plugin still exists and why according to OP’s reply a reinstall fixes it.
An old exporter-curl plugin directory is sticking around and loading alongside the new one, so both add the menu item. #530 makes Yaak ignore it. To fix it now, delete exporter-curl from vendored/plugins in your install.
This shipped in 2026.6.0 🎉
This is now available in 2026.6.0 beta!
Hmm, this doesn’t seem like it should be able to happen. Are you doing anything with plugins?
After I uninstalled and reinstalled it, everything worked normally. I have no idea what caused this issue
also command palette
I came here to report the same problem. You say it may be plugin related? the only one I have installed is Faker.
I'm having the same problem. I haven't even installed any plugins.
I also had two entries, but now since 2025.9.0-beta.9 it goes out of control. If I hover the menu it duplicates itself.
I have no plugins installed
I’m having the same issue. I haven’t done anything out of the ordinary compared to how I normally use the app
I have the same issue and after reviewing the plugin list I found that I have both
@yaakapp/exporter-curland@yaak/action-copy-curlas bundled plugins. It seems that@yaakapp/exporter-curlwas renamed to@yaak/action-copy-curlin this commit https://github.com/mountain-loop/yaak/commit/19ffcd18a6c4834729bc836e200642e313ec9a8dI suspect that when Yaak updates on Windows it’s not deleting old files which would explain why this old plugin still exists and why according to OP’s reply a reinstall fixes it.
Additional I believe these are duplicate issues:
I uninstalled Yaak and it left behind the following files, It seems the only solution is to manually delete
%LOCALAPPDATA%\Yaak.An old
exporter-curlplugin directory is sticking around and loading alongside the new one, so both add the menu item. #530 makes Yaak ignore it. To fix it now, deleteexporter-curlfromvendored/pluginsin your install.