Mark Roo Code client integration as deprecated#909
Merged
Conversation
The Roo Code VS Code extension was discontinued on May 15, 2026 and its repository archived, with the upstream team pointing users to Cline. Reflect this in the docs so they stop signaling the client is supported. - Flag Roo Code as deprecated in the client compatibility table and add a warning to the Roo Code section recommending Cline - Drop the roo-code (and cline) entries from the CLI registration examples in favor of codex and antigravity - Remove Roo Code from the enterprise supported-clients list Companion to stacklok/toolhive#5415 (part of stacklok/toolhive#5017). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Marks the Roo Code VS Code client as deprecated across the docs to align with the upstream extension's discontinuation (May 15, 2026) and the corresponding CLI deprecation, redirecting users toward Cline.
Changes:
- Flag Roo Code as Deprecated in the client compatibility table and add a warning admonition in the "Roo Code and Cline" section.
- Replace
roo-code/clineexamples withcodex/antigravityin the CLI client configuration guide. - Remove Roo Code from the enterprise supported-clients list.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/toolhive/reference/client-compatibility.mdx | Marks Roo Code as deprecated in the table and adds a warning admonition with migration guidance to Cline. |
| docs/toolhive/guides-cli/client-configuration.mdx | Swaps deprecated roo-code/cline examples for codex/antigravity. |
| docs/toolhive/enterprise.mdx | Removes Roo Code from the list of supported AI coding clients. |
ChrisJBurns
approved these changes
Jun 1, 2026
JAORMX
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The Roo Code VS Code extension was discontinued on May 15, 2026 and its repository archived, with the upstream team officially recommending Cline. The docs still presented
roo-codeas a fully supported client, which no longer matches reality. This updates the docs to match the deprecation landing in the CLI.Deprecatedin the client compatibility table and added a warning admonition to the "Roo Code and Cline" section recommendingthv client register cline.roo-codeandclineentries from the CLI registration examples inclient-configuration.mdxin favor ofcodexandantigravity(these are illustrative examples only).The CLI reference pages under
reference/cli/are intentionally left untouched; they're auto-synced from the toolhive repo and will pick up the(deprecated)marker on the next sync.Type of change
Related issues/PRs
Submitter checklist
Content and formatting
Reviewer checklist
Content