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
15 changes: 10 additions & 5 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@
"Continue",
"OpenCode",
"Kiro",
"Antigravity"
"Antigravity",
"Zed"
]
},
"client.MCPClientStatus": {
Expand Down Expand Up @@ -172,7 +173,8 @@
"Continue",
"OpenCode",
"Kiro",
"Antigravity"
"Antigravity",
"Zed"
]
},
"installed": {
Expand Down Expand Up @@ -1148,7 +1150,8 @@
"Continue",
"OpenCode",
"Kiro",
"Antigravity"
"Antigravity",
"Zed"
]
},
"type": "array",
Expand Down Expand Up @@ -1213,7 +1216,8 @@
"Continue",
"OpenCode",
"Kiro",
"Antigravity"
"Antigravity",
"Zed"
]
}
},
Expand Down Expand Up @@ -1250,7 +1254,8 @@
"Continue",
"OpenCode",
"Kiro",
"Antigravity"
"Antigravity",
"Zed"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.11'
Loading