-
Notifications
You must be signed in to change notification settings - Fork 160
feat: Add subtask todo list support and Featherless AI provider #317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Introduced optional todo list parameter for subtasks to streamline task planning. - Enhanced Vertex AI with grounding features including Google Search and URL context. - Added Featherless AI provider for access to open-source models. - Improved context window error handling with automatic recovery. - Implemented "Show installed only" filter in the marketplace for better management. - Added prompt caching for Kimi K2 on Groq and improved discoverability of global custom instructions. - Updated documentation and release notes for version 3.25.21, 3.25.22, and 3.25.23.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation and release notes for versions 3.25.21, 3.25.22, and 3.25.23, introducing subtask todo list support and the Featherless AI provider as key features.
- Adds new documentation for Featherless AI provider and subtask todo list functionality
- Creates individual release notes for versions 3.25.21, 3.25.22, and 3.25.23
- Updates combined release notes for version 3.25 with new features and improvements
Reviewed Changes
Copilot reviewed 22 out of 23 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Adds navigation entries for new release notes and Featherless provider |
| docs/update-notes/v3.25.mdx | Updates combined release notes with Vertex AI grounding and subtask todos |
| docs/update-notes/v3.25.23.mdx | New release notes for custom base URL support and DeepSeek V3.1 |
| docs/update-notes/v3.25.22.mdx | New release notes for Kimi K2 caching and UI improvements |
| docs/update-notes/v3.25.21.mdx | New release notes for major features including todo lists and Vertex AI |
| docs/update-notes/index.md | Adds new version entries to the chronological index |
| docs/providers/vertex.md | Expands documentation with grounding features and model details |
| docs/providers/featherless.md | New provider documentation for Featherless AI integration |
| docs/features/task-todo-list.mdx | Updates todo list documentation with new editing capabilities |
| docs/features/marketplace.mdx | Documents new "Show installed only" filter functionality |
| docs/features/intelligent-context-condensing.mdx | Adds automatic error recovery documentation |
| docs/advanced-usage/available-tools/new-task.md | Documents new todos parameter for subtasks |
| .roo/rules-release-notes-writer/*.xml | Removes outdated rule files for release notes workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| image: /img/social-share.jpg | ||
| --- | ||
|
|
||
| # Roo Code 3.25.21 Release Notes (2025-01-22) |
Copilot
AI
Aug 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The date appears to be incorrect. January 22, 2025 (2025-01-22) seems inconsistent with other release dates in the PR which show August 2025 dates for versions 3.25.22 and 3.25.23.
| # Roo Code 3.25.21 Release Notes (2025-01-22) | |
| # Roo Code 3.25.21 Release Notes (2025-08-21) |
| - **Max Output:** 4,096 tokens | ||
| - **Pricing:** Free (no cost for input/output tokens) | ||
|
|
||
| :::info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: The admonition block syntax appears to use four colons (::::info) on this line. Typically, the correct syntax is three colons (:::info).
| 2. Enable the "Google Search Grounding" option that appears | ||
| 3. Save your settings | ||
|
|
||
| :::note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears that the note block is marked with '::::note' instead of the conventional ':::note'. Consider adjusting it to ':::note' to match expected formatting.
| :::note | |
| :::note |
|
|
||
| :::note | ||
| URL Context and Google Search Grounding options only appear when a Gemini model is selected. These features may incur additional costs. | ||
| ::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The closing delimiter of the note block is set as '::::'. For consistency and proper rendering, please change it to ':::' instead.
| ::: | |
| ::: |
Important
Adds subtask todo list support, Featherless AI provider, and updates documentation for recent versions.
sidebars.tsto include new release notes and provider documentation.This description was created by
for 67d0fdd. You can customize this summary. It will automatically update as commits are pushed.