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
117 changes: 0 additions & 117 deletions docs/providers/claude-code.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/providers/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
"extension": true,
"cloud": false
},
{
"id": "providers/claude-code",
"title": "Claude Code",
"extension": true,
"cloud": false
},
{
"id": "providers/bedrock",
"title": "AWS Bedrock",
Expand Down
2 changes: 1 addition & 1 deletion docs/update-notes/v3.21.4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This release introduces the new Claude Code provider for local CLI integration a

## Use Your Claude Max Subscription with Roo Code

You can now use your Claude Max subscription directly in Roo Code through our new [Claude Code provider](/providers/claude-code) (thanks Cline!) ([#4864](https://github.com/RooCodeInc/Roo-Code/pull/4864), [#5038](https://github.com/RooCodeInc/Roo-Code/pull/5038)):
You can now use your Claude Max subscription directly in Roo Code through our new Claude Code provider (thanks Cline!) ([#4864](https://github.com/RooCodeInc/Roo-Code/pull/4864), [#5038](https://github.com/RooCodeInc/Roo-Code/pull/5038)):

- **Leverage Your Existing Subscription**: Connect your Claude Max plan to Roo Code through the Claude CLI
- **No Additional API Costs**: Use your subscription benefits instead of paying per-token API rates
Expand Down
2 changes: 1 addition & 1 deletion docs/update-notes/v3.21.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Roo Marketplace makes it easy to extend Roo Code's functionality with powerf

## Use Your Claude Max Subscription with Roo Code

You can now use your Claude Max subscription directly in Roo Code through our new [Claude Code provider](/providers/claude-code) (thanks Cline!) ([#4864](https://github.com/RooCodeInc/Roo-Code/pull/4864), [#5038](https://github.com/RooCodeInc/Roo-Code/pull/5038)):
You can now use your Claude Max subscription directly in Roo Code through our new Claude Code provider (thanks Cline!) ([#4864](https://github.com/RooCodeInc/Roo-Code/pull/4864), [#5038](https://github.com/RooCodeInc/Roo-Code/pull/5038)):

- **Leverage Your Existing Subscription**: Connect your Claude Max plan to Roo Code through the Claude CLI
- **No Additional API Costs**: Use your subscription benefits instead of paying per-token API rates
Expand Down
2 changes: 0 additions & 2 deletions docs/update-notes/v3.28.16.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ We've added a 1M‑token context variant of Claude Sonnet 4.5 to Claude Code (th

This makes it easier to work across big repos and lengthy traces without losing context.

> **📚 Documentation**: See [Claude Code provider](/providers/claude-code) for model options and context limits.

## QOL Improvements

* Identify Cloud tasks in the extension bridge to improve diagnostics, logging, and future UI behavior ([#8539](https://github.com/RooCodeInc/Roo-Code/pull/8539))
Expand Down
2 changes: 1 addition & 1 deletion docs/update-notes/v3.34.3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ This release adds Roo Code Cloud as an embeddings provider for codebase indexing

## Provider Updates

* **Claude Opus 4.5 in Claude Code**: Adds the `claude-opus-4-5-20251101` model to the Claude Code provider so you can select it like other Claude code models, with prompt caching support, no image support, and no reasoning effort/budget controls in the UI. ([#9560](https://github.com/RooCodeInc/Roo-Code/pull/9560)) See [Claude Code](/providers/claude-code) for supported models and configuration details.
* **Claude Opus 4.5 in Claude Code**: Adds the `claude-opus-4-5-20251101` model to the Claude Code provider so you can select it like other Claude code models, with prompt caching support, no image support, and no reasoning effort/budget controls in the UI. ([#9560](https://github.com/RooCodeInc/Roo-Code/pull/9560))
* **Claude Opus 4.5 in AWS Bedrock**: Exposes Claude Opus 4.5 through the AWS Bedrock provider so Bedrock users can access the same 200k-context, 8192-token limits, prompt caching, and reasoning capabilities as the existing Claude Opus 4 model (thanks pisicode!). ([#9572](https://github.com/RooCodeInc/Roo-Code/pull/9572)) See [AWS Bedrock](/providers/bedrock) for details on enabling and configuring this model.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,11 @@ const config: Config = {
to: '/',
from: ['/providers/human-relay'],
},
// Redirect removed Claude Code provider page
{
to: '/',
from: ['/providers/claude-code'],
},
],
},
],
Expand Down