From fc3058db32b78a30114800e46bfedd82fc147263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:51:20 +0000 Subject: [PATCH 1/3] chore(deps): update dependency stacklok/toolhive to v0.6.10 --- utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/constants.ts b/utils/constants.ts index 64b279867..ebdf1f83e 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -3,4 +3,4 @@ * This is managed by Renovate and updated automatically when new versions are released. * renovate: datasource=github-releases depName=stacklok/toolhive versioning=semver */ -export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.6.8' +export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.6.10' From 12c1decaea0668c3c843c657d48c40a80c47d9e2 Mon Sep 17 00:00:00 2001 From: Giuseppe Scuglia Date: Wed, 3 Dec 2025 18:43:27 +0100 Subject: [PATCH 2/3] fix: openapi upgrade --- api/openapi.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/api/openapi.json b/api/openapi.json index 852482744..1228f98b0 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -144,7 +144,8 @@ "Continue", "OpenCode", "Kiro", - "Antigravity" + "Antigravity", + "Zed" ] }, "client.MCPClientStatus": { @@ -172,7 +173,8 @@ "Continue", "OpenCode", "Kiro", - "Antigravity" + "Antigravity", + "Zed" ] }, "installed": { @@ -1148,7 +1150,8 @@ "Continue", "OpenCode", "Kiro", - "Antigravity" + "Antigravity", + "Zed" ] }, "type": "array", @@ -1213,7 +1216,8 @@ "Continue", "OpenCode", "Kiro", - "Antigravity" + "Antigravity", + "Zed" ] } }, @@ -1250,7 +1254,8 @@ "Continue", "OpenCode", "Kiro", - "Antigravity" + "Antigravity", + "Zed" ] } }, From e9ed46796fd8d3a8918582fd5efb2bcbd0dc13d7 Mon Sep 17 00:00:00 2001 From: Giuseppe Scuglia Date: Wed, 3 Dec 2025 18:44:26 +0100 Subject: [PATCH 3/3] chore: bump to v0.6.11 --- utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/constants.ts b/utils/constants.ts index ebdf1f83e..4bf01e297 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -3,4 +3,4 @@ * This is managed by Renovate and updated automatically when new versions are released. * renovate: datasource=github-releases depName=stacklok/toolhive versioning=semver */ -export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.6.10' +export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.6.11'