Skip to content

Commit b96876c

Browse files
committed
docs: v3.29.4 release notes; add combined 3.29; clean links; add MiniMax provider
1 parent cdb6731 commit b96876c

File tree

15 files changed

+149
-156
lines changed

15 files changed

+149
-156
lines changed

docs/advanced-usage/available-tools/insert-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This tool reads the target file, identifies the specified insertion point based
5656

5757
## Limitations
5858

59-
- **Insert Only**: Cannot replace or delete existing content. Use `apply_diff` or `search_and_replace` for modifications.
59+
- **Insert Only**: Cannot replace or delete existing content. Use `apply_diff` for modifications.
6060
- **Requires Existing File**: The target file specified by `path` must exist.
6161
- **Review Overhead**: The mandatory diff view approval adds an interactive step.
6262

docs/advanced-usage/available-tools/search-and-replace.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

docs/advanced-usage/available-tools/tool-use-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tools are organized into logical groups based on their functionality:
2929
|----------|---------|-------|------------|
3030
| **Read Group** | File system reading and exploration | [read_file](/advanced-usage/available-tools/read-file), [list_files](/advanced-usage/available-tools/list-files), [list_code_definition_names](/advanced-usage/available-tools/list-code-definition-names) | Code exploration and analysis |
3131
| **Search Group** | Pattern and semantic searching | [search_files](/advanced-usage/available-tools/search-files), [codebase_search](/advanced-usage/available-tools/codebase-search) | Finding code patterns and functionality |
32-
| **Edit Group** | File system modifications | [apply_diff](/advanced-usage/available-tools/apply-diff), [insert_content](/advanced-usage/available-tools/insert-content), [search_and_replace](/advanced-usage/available-tools/search-and-replace), [write_to_file](/advanced-usage/available-tools/write-to-file) | Code changes and file manipulation |
32+
| **Edit Group** | File system modifications | [apply_diff](/advanced-usage/available-tools/apply-diff), [insert_content](/advanced-usage/available-tools/insert-content), [write_to_file](/advanced-usage/available-tools/write-to-file) | Code changes and file manipulation |
3333
| **Browser Group** | Web automation | [browser_action](/advanced-usage/available-tools/browser-action) | Web testing and interaction |
3434
| **Command Group** | System command execution | [execute_command](/advanced-usage/available-tools/execute-command), [run_slash_command](/advanced-usage/available-tools/run-slash-command)* | Running scripts, building projects, executing command templates |
3535
| **MCP Group** | External tool integration | [use_mcp_tool](/advanced-usage/available-tools/use-mcp-tool), [access_mcp_resource](/advanced-usage/available-tools/access-mcp-resource) | Specialized functionality through external servers |
@@ -68,7 +68,6 @@ These tools help Roo make changes to your code:
6868

6969
- [apply_diff](/advanced-usage/available-tools/apply-diff) - Makes precise, surgical changes to your code
7070
- [insert_content](/advanced-usage/available-tools/insert-content) - Adds new lines of content without modifying existing lines
71-
- [search_and_replace](/advanced-usage/available-tools/search-and-replace) - Finds and replaces text or regex patterns within a file
7271
- [write_to_file](/advanced-usage/available-tools/write-to-file) - Creates new files or completely rewrites existing ones
7372

7473
### Browser Tools

docs/features/rooignore.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ These tools directly check `.rooignore` before any file operation. If a file is
5454
* [`write_to_file`](/advanced-usage/available-tools/write-to-file): Will not write to or create new ignored files.
5555
* [`apply_diff`](/advanced-usage/available-tools/apply-diff): Will not apply diffs to ignored files.
5656
* [`insert_content`](/advanced-usage/available-tools/insert-content): Will not write to ignored files.
57-
* [`search_and_replace`](/advanced-usage/available-tools/search-and-replace): Will not search and replace within ignored files.
5857
* [`list_code_definition_names`](/advanced-usage/available-tools/list-code-definition-names): Will not parse ignored files for code symbols.
5958

6059
### File Discovery and Listing

docs/providers/cerebras.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ Cerebras AI specializes in extremely fast inference speeds (up to 2600 tokens/se
3131

3232
---
3333

34-
## Supported Models
35-
36-
Roo Code supports the following Cerebras models:
37-
38-
* `qwen-3-coder-480b-free` (Default)
39-
* `qwen-3-coder-480b`
40-
* `qwen-3-235b-a22b-instruct-2507`
41-
* `llama-3.3-70b`
42-
* `qwen-3-32b`
43-
* `qwen-3-235b-a22b-thinking-2507`
44-
45-
---
4634

4735
## Configuration in Roo Code
4836

docs/providers/minimax.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
sidebar_label: MiniMax
3+
description: Configure MiniMax’s OpenAI‑compatible API in Roo Code. Choose the right region base URL and start chatting.
4+
keywords:
5+
- minimax
6+
- mini max
7+
- openai compatible
8+
- china region
9+
- api provider
10+
image: /img/social-share.jpg
11+
---
12+
13+
# Using MiniMax With Roo Code
14+
15+
MiniMax is an OpenAI‑compatible provider. Pick the correct region endpoint, add your API key, and you’re ready to chat.
16+
17+
---
18+
19+
## Configuration in Roo Code
20+
21+
1. Open Roo Code Settings (gear icon).
22+
2. Select Provider: “MiniMax”.
23+
3. Choose Base URL (region):
24+
- International: https://api.minimax.io/v1
25+
- China (Mainland): https://api.minimaxi.com/v1
26+
4. Enter your API key in “MiniMax API Key”.
27+
5. Select a model from the dropdown.
28+
6. Optional: adjust Temperature and Max Output Tokens in model settings.

docs/update-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ image: /img/social-share.jpg
1919

2020
### Version 3.29
2121

22+
* [3.29](/update-notes/v3.29) (Combined)
23+
* [3.29.4](/update-notes/v3.29.4) (2025-10-31)
2224
* [3.29.3](/update-notes/v3.29.3) (2025-10-28)
2325
* [3.29.2](/update-notes/v3.29.2) (2025-10-27)
2426
* [3.29.1](/update-notes/v3.29.1) (2025-10-27)

docs/update-notes/v3.14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This release introduces Gemini prompt caching, improves several tools, and inclu
1313

1414
* Improve [`apply_diff`](/advanced-usage/available-tools/apply-diff) to work better with **Google Gemini 2.5** and other models
1515
* Automatically close files opened by edit tools (`apply_diff`, `insert_content`, `search_and_replace`, `write_to_file`) after changes are approved. This prevents cluttering the editor with files opened by Roo and helps clarify context by only showing files intentionally opened by the user.
16-
* Added the [`search_and_replace`](/advanced-usage/available-tools/search-and-replace) tool. This tool finds and replaces text within a file using literal strings or regex patterns, optionally within specific line ranges (thanks samhvw8!).
16+
* Added the `search_and_replace` tool. This tool finds and replaces text within a file using literal strings or regex patterns, optionally within specific line ranges (thanks samhvw8!).
1717
* Added the [`insert_content`](/advanced-usage/available-tools/insert-content) tool. This tool adds new lines into a file at a specific location or the end, without modifying existing content (thanks samhvw8!).
1818
* Deprecated the `append_to_file` tool in favor of `insert_content` (use `line: 0`).
1919
* Correctly revert changes and suggest alternative tools when [`write_to_file`](/advanced-usage/available-tools/write-to-file) fails on a missing line count

docs/update-notes/v3.14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ image: /img/social-share.jpg
4545

4646
* Improve [`apply_diff`](/advanced-usage/available-tools/apply-diff) to work better with **Google Gemini 2.5** and other models
4747
* Automatically close files opened by edit tools (`apply_diff`, `insert_content`, `search_and_replace`, `write_to_file`) after changes are approved. This prevents cluttering the editor with files opened by Roo and helps clarify context by only showing files intentionally opened by the user.
48-
* Added the [`search_and_replace`](/advanced-usage/available-tools/search-and-replace) tool. This tool finds and replaces text within a file using literal strings or regex patterns, optionally within specific line ranges (thanks samhvw8!).
48+
* Added the `search_and_replace` tool. This tool finds and replaces text within a file using literal strings or regex patterns, optionally within specific line ranges (thanks samhvw8!).
4949
* Added the [`insert_content`](/advanced-usage/available-tools/insert-content) tool. This tool adds new lines into a file at a specific location or the end, without modifying existing content (thanks samhvw8!).
5050
* Deprecated the `append_to_file` tool in favor of `insert_content` (use `line: 0`).
5151
* Correctly revert changes and suggest alternative tools when [`write_to_file`](/advanced-usage/available-tools/write-to-file) fails on a missing line count

docs/update-notes/v3.19.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Navigate between different modes and prompts more intuitively.
4343
## Bug Fixes
4444

4545
* **Directory Mention Protection**: Fixed [`@directory`](/basic-usage/context-mentions) not respecting [`.rooignore`](/features/rooignore) files (thanks xyOz-dev!)
46-
* **Tool File Protection**: Added [`rooignore`](/features/rooignore) checking for [`insert_content`](/advanced-usage/available-tools/insert-content) and [`search_and_replace`](/advanced-usage/available-tools/search-and-replace) tools
46+
* **Tool File Protection**: Added [`rooignore`](/features/rooignore) checking for [`insert_content`](/advanced-usage/available-tools/insert-content) and `search_and_replace` tools
4747
* **Memory Leak Fix**: Resolved memory leak in ChatView by stabilizing callback props (thanks samhvw8!)
4848
* **Empty File Creation**: Fixed [`write_to_file`](/advanced-usage/available-tools/write-to-file) to properly create empty files when content is empty (thanks Ruakij!)
4949
* **Chat Input Stability**: Fixed chat input clearing during running tasks (thanks xyOz-dev!)

0 commit comments

Comments
 (0)