Plugins are gone after upgrade
I install llm using uv too install llm.
After upgrade via uv tool upgrade llm all my installed plugins are gone:
$ llm plugins
[]
Experienced this twice with upgrades via brew as well
Having this issue as well. Also wiping keys as far as I can tell.
I had the same issue, but without wiping of keys. A workaround was easy enough:
$ history | grep '^llm install llm-' | sort | uniq | wl-copy
I would be awesome if we could reinstall plugins directly from a saved JSON file dump of what llm plugins outputs.
llm install < ./my-plugins-dump.json
Duplicate of #575?
#575
Yes, similar/dupe. But #575 is also specifically referencing workarounds for uv and pip, but not users who install/upgrade via homebrew
Just released a new plugin that (hopefully) solves this: llm-uv-tool. Took inspration from your comment about the saved plugins in JSON 😄.