Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/upstream-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ projects:

- id: toolhive-studio
repo: stacklok/toolhive-studio
version: v0.33.1
version: v0.34.0
docs_paths:
- docs/toolhive/guides-ui

Expand Down
8 changes: 6 additions & 2 deletions docs/toolhive/guides-ui/skills-browse-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ The **Install skill** dialog asks for:
`ghcr.io/<OWNER>/skills/<SKILL_NAME>:<TAG>`).
- A Git URL of the form `git://host/owner/repo[@ref][#path/to/skill]`.

- **Version** (optional) - provided automatically when you start from a registry
skill. Leave blank to install the latest version.
- **Version** (optional) - pre-filled automatically when you open the dialog
from a registry skill or local build. If you paste a tagged or digest-pinned
reference into the **Reference** field (for example, `my-skill:v1.0.0` or
`ghcr.io/<OWNER>/skills/<NAME>@sha256:<DIGEST>`), ToolHive splits the suffix
into the **Version** field when you tab out, so you don't have to split it
manually. Leave the field blank to install the latest version.

- **Scope** (required) - where the skill files are written on disk. Hover the
**(i)** icon next to the field to see the inline tooltip:
Expand Down