Agent documentation index: llms.txt. Markdown versions are available for docs pages.
Download

Updating an Extension

To update an extension, open a PR to the zed-industries/extensions repo.

Update PRs are subject to the same pull request rules as new submissions.

In your PR, do the following:

  1. Update the extension’s submodule to the commit of the new version. For this, you can run
# From the root of the repository:
git submodule update --remote extensions/your-extension-name

to update your extension to the latest commit available in your remote repository.

  1. Update the version field for the extension in extensions.toml.
    • Make sure the version matches the one set in extension.toml at the particular commit.

If you’d like to automate this process, there is a community GitHub Action you can use.

For questions around maintaining (or no longer maintaining) your extension, see the FAQ.