Skip to content

Document uv upgrade caveat for installed plugins#1510

Open
esbreeb wants to merge 1 commit into
simonw:mainfrom
esbreeb:codex/docs-uv-upgrade-plugin-loss
Open

Document uv upgrade caveat for installed plugins#1510
esbreeb wants to merge 1 commit into
simonw:mainfrom
esbreeb:codex/docs-uv-upgrade-plugin-loss

Conversation

@esbreeb

@esbreeb esbreeb commented Jul 4, 2026

Copy link
Copy Markdown

Summary

  • Document that uv tool upgrade llm may remove plugins installed with llm install ... while replacing the tool environment.
  • Suggest upgrading from inside the existing LLM environment with llm install -U llm, or reinstalling plugins after the uv upgrade.

Fixes #1113.

Testing

  • Built the Sphinx HTML docs with warnings treated as errors using local target-installed dependencies:
    python -c "import sys; sys.path.insert(0, r'.docs-deps'); from sphinx.cmd.build import main; raise SystemExit(main(['-W','-b','html','docs','docs/_build/codex-html-escalated']))"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation should cover plugin loss on upgrade

1 participant