Skip to content

Commit 80b5a54

Browse files
committed
fix: remove submitUserMessage documentation as it's not an available tool
1 parent 194304e commit 80b5a54

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

docs/advanced-usage/available-tools/submit-user-message.md

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

docs/update-notes/v3.25.11.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image: /img/social-share.jpg
1111

1212
# Roo Code 3.25.11 Release Notes (2025-08-11)
1313

14-
This release enhances GPT-5 support, adds the new IO Intelligence provider, improves developer workflows with a new `submitUserMessage` API, and includes several other new features, quality-of-life improvements, and bug fixes.
14+
This release enhances GPT-5 support, adds the new IO Intelligence provider, and includes several new features, quality-of-life improvements, and bug fixes.
1515

1616
## Enhanced GPT-5 Support
1717

@@ -25,12 +25,6 @@ We've added IO Intelligence as a new provider, giving you access to a wide range
2525

2626
> **📚 Documentation**: See the [IO Intelligence Provider documentation](/providers/io-intelligence) for more information.
2727
28-
## `submitUserMessage` API for Developers
29-
30-
We've added a `submitUserMessage` method to the `Task` class, allowing you to programmatically submit user messages to a webview. This is useful for building custom UI and automating interactions ([#6895](https://github.com/RooCodeInc/Roo-Code/pull/6895)).
31-
32-
> **📚 Documentation**: See the [Task API documentation](/advanced-usage/available-tools/submit-user-message) for examples.
33-
3428
## Codex Mini Model Support
3529

3630
We've added support for the `codex-mini-latest` model in the OpenAI Native provider, allowing you to leverage its specialized code-related capabilities directly (thanks KJ7LNW!) ([#6931](https://github.com/RooCodeInc/Roo-Code/pull/6931)).

sidebars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ const sidebars: SidebarsConfig = {
134134
'advanced-usage/available-tools/read-file',
135135
'advanced-usage/available-tools/search-files',
136136
'advanced-usage/available-tools/search-and-replace',
137-
'advanced-usage/available-tools/submit-user-message',
138137
'advanced-usage/available-tools/switch-mode',
139138
'advanced-usage/available-tools/update-todo-list',
140139
'advanced-usage/available-tools/use-mcp-tool',

0 commit comments

Comments
 (0)