Skip to main content

Package Detail

Clicking a package card on the Library → Packages page opens the Package Detail view. This page gives you everything you need to evaluate and install a package.

The top section shows the package name, publisher, latest version badge, description, and tag list. Below that, the Readme tab contains usage documentation provided by the package author. The Versions tab shows the full release history with changelogs for each version. The Actors tab lists the individual Actor definitions included in the package, with expandable YAML previews for each.

Reading the version history

The Versions tab lists every published release in reverse-chronological order. Each release entry shows:

  • Version number (semver)
  • Release date
  • Changelog text written by the publisher
  • A diff link comparing this version to the previous one

When you install a package into a namespace, you select a specific version from this list. CleverThis pins that version in your namespace's deployment configuration.

Installing to a namespace

From any tab on the Package Detail page, click Install to Namespace. A dialog opens asking you to:

  1. Select the target namespace.
  2. Choose the version to install (defaults to latest).
  3. Optionally, set an alias for the Actor endpoints exposed by this package.

Click Install to create the deployment. It will appear in your Deployments list.

Coming soon

Documentation for the package README authoring format and the JSON schema for package.yaml manifests is being added to the Contributor Guide.