Skip to content

Update stacklok/toolhive-studio to v0.36.2#928

Merged
reyortiz3 merged 1 commit into
mainfrom
renovate/stacklok-toolhive-studio-0.x
Jun 10, 2026
Merged

Update stacklok/toolhive-studio to v0.36.2#928
reyortiz3 merged 1 commit into
mainfrom
renovate/stacklok-toolhive-studio-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
stacklok/toolhive-studio minor v0.35.4v0.36.2

After this PR opens, .github/workflows/upstream-release-docs.yml adds source-verified content edits for the new release. For stacklok/toolhive, the same workflow also syncs reference assets (CLI help, Swagger) and regenerates the CRD MDX pages.


Release Notes

stacklok/toolhive-studio (stacklok/toolhive-studio)

v0.36.2

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-studio@v0.36.1...v0.36.2

v0.36.1

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-studio@v0.36.0...v0.36.1

v0.36.0

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-studio@v0.35.4...v0.36.0


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Docs update for toolhive-studio v0.36.2

Note

Skill reported no doc-relevant changes for this release.
This PR only bumps the version pin and any pin_files edits.

At a glance

Upstream stacklok/toolhive-studio v0.35.4v0.36.2
Hand-written changes 0 commit(s)
Reference assets unchanged
Gaps 0
Release contributors 3 auto-assigned (see sidebar)
Action required

Run cost

Session Turns Cost (USD)
Generation 36 $2.2921
Editorial review 6 $0.4673
Total 42 $2.7594
How this PR was built

Two Claude Opus sessions run per release: a generation pass
(upstream-release-docs skill, 6 phases) followed by a fresh-
context editorial pass (docs-review). Prettier/ESLint
auto-fixes are applied after.

Auto-synced paths — do not hand-edit these in review:

  • docs/toolhive/reference/cli/
  • docs/toolhive/reference/crds/
  • static/api-specs/

If a "Gaps needing human context" section is present above,
each entry includes a paste-ready Helper prompt for local
Claude
a reviewer can use to resolve the gap.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added the autogen-docs Pull requests generated by automated release workflows label Jun 10, 2026
@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-website Ready Ready Preview, Comment Jun 10, 2026 5:22pm

Request Review

@github-actions github-actions Bot marked this pull request as draft June 10, 2026 17:21
@claude

claude Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Claude finished @renovate[bot]'s task in 3m 33s —— View job


Upstream release docs: stacklok/toolhive-studio v0.36.2

  • Phase 1: Discovery - cataloged PRs across v0.36.0, v0.36.1, v0.36.2
  • Phase 2: Deep dive on each PR, verified against source at v0.36.2
  • Phase 3: Audit existing docs, build impact map
  • Phase 4: Implementation - no hand-edits required
  • Phase 5: Validation - n/a (no edits)
  • Phase 6: Write NO_CHANGES.md for the caller workflow

Why this is a no-op for the OSS docs

The v0.35.4 → v0.36.2 span is composed almost entirely of downstream-composition infrastructure for branded/Enterprise builds, plus a log-path fix that has no user-visible effect on the OSS build.

PR What it does OSS docs impact
stacklok/toolhive-studio#2295 Replace hard-coded log path with app.getPath('logs') None - productName is still "ToolHive", so the displayed path resolves to the same values already in install.mdx
stacklok/toolhive-studio#2298 Gate Sentry TelemetryField behind isEnterprise prop None - the OSS Settings → General Error reporting toggle still renders (matches docs at install.mdx:112)
stacklok/toolhive-studio#2299 Add needs-triage caller workflow None (CI infra)
stacklok/toolhive-studio#2300 Remove hard-coded APP_NAME literals; source from package.json productName None - OSS still renders "ToolHive" everywhere
stacklok/toolhive-studio#2303 Export 9 tray-menu helper factories None - default tray menu unchanged for OSS
stacklok/toolhive-studio#2311 Add setMenuTemplateBuilder injection seam None - default createMenuTemplate is byte-identical, verified against main/src/system-tray.ts at v0.36.2
Renovate deps (toolhive 0.29.0/0.29.1, hono, brace-expansion, buildx digest) Bumps Auto-synced by the toolhive update workflow; no hand-edits

Tray menu items in install.mdx:89-100 (status indicator, version, Check for Updates, Start on login, Show/Hide Window, Quit) match the verified createMenuTemplate output at the tag. OSS log paths in install.mdx:169,184,198 match app.getPath('logs') on each platform when app.getName() is "ToolHive".

NO_CHANGES.md has been written at the repo root for the caller workflow to splice into the PR body. (It's .gitignored by design - it's a handoff artifact, not a tracked file.)

@claude

claude Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Claude finished @renovate[bot]'s task in 36s —— View job


Docs review: stacklok/toolhive-studio v0.36.2

  • Identify files changed by the upstream-release-docs commit
  • Run editorial review on changed docs

Result: no docs review needed

The previous upstream-release-docs session concluded as a no-op. The only file touched by commit 3e80bb2 is .github/upstream-projects.yaml (a version bump from v0.35.4 to v0.36.2), which is workflow configuration, not documentation.

- version: v0.35.4
+ version: v0.36.2

No .md/.mdx files were modified, so there is nothing for /docs-review to evaluate. The handoff NO_CHANGES.md at the repo root remains untouched as instructed.

The previous session's rationale (in the prior comment above) holds: the v0.35.4 → v0.36.2 span is downstream-composition infrastructure (tray menu injection seam, gated Enterprise telemetry field, removed hard-coded app names) plus a log-path refactor that resolves to identical values for the OSS build. None of it changes user-visible behavior or screens already documented in guides-ui/.

@github-actions github-actions Bot requested review from dussab, kantord and peppescg June 10, 2026 17:26
@github-actions github-actions Bot marked this pull request as ready for review June 10, 2026 17:27
@reyortiz3 reyortiz3 merged commit bfd1f57 into main Jun 10, 2026
7 checks passed
@reyortiz3 reyortiz3 deleted the renovate/stacklok-toolhive-studio-0.x branch June 10, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autogen-docs Pull requests generated by automated release workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants