Skip to content

Commit fbec9ac

Browse files
Update stacklok/toolhive to v0.29.1 (#918)
* Update stacklok/toolhive to v0.29.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Refresh reference assets for toolhive v0.29.1 --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 03392b0 commit fbec9ac

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/upstream-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ projects:
3535

3636
- id: toolhive
3737
repo: stacklok/toolhive
38-
version: v0.29.0
38+
version: v0.29.1
3939
# toolhive is a monorepo covering the CLI, the Kubernetes
4040
# operator, and the vMCP gateway. It also introduces cross-
4141
# cutting features that land in concepts/, integrations/,

docs/toolhive/reference/cli/thv_llm_setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ thv llm setup [flags]
4848
--gateway-url string LLM gateway base URL (must use HTTPS)
4949
-h, --help help for setup
5050
--issuer string OIDC issuer URL
51+
--lazy Skip the interactive OIDC login and defer it until the first time a configured tool accesses the gateway. Tool config and persisted settings are written normally. Useful for unattended provisioning (e.g. an MDM profile).
5152
--proxy-port int Localhost proxy listen port (omit to keep current; default: 14000)
5253
--tls-skip-verify Skip TLS certificate verification for the upstream gateway (local dev only). For direct-mode tools (Claude Code, Gemini CLI) this sets NODE_TLS_REJECT_UNAUTHORIZED=0, disabling TLS for ALL of that tool's outbound connections. For proxy-mode tools only the proxy-to-gateway connection is affected.
5354
```

docs/toolhive/reference/cli/thv_llm_token.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Print a fresh LLM gateway access token to stdout
1717

1818
Print a fresh OIDC access token to stdout (all other output on stderr).
1919
Intended for use as apiKeyHelper or auth.command in OIDC-capable AI tools.
20-
Runs non-interactively — will not launch a browser flow.
20+
21+
A cached or refreshable token is printed without prompting. If none exists
22+
(for example after "thv llm setup --lazy"), the OIDC browser login flow is
23+
launched automatically and the resulting token is printed once login completes.
2124

2225
```
2326
thv llm token [flags]

0 commit comments

Comments
 (0)