-
Notifications
You must be signed in to change notification settings - Fork 160
feat: add Doubao and SambaNova providers; enhance prompt suggestions … #289
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
…with context; update release notes for versions 3.25.3 and 3.25.4
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 support for two new AI providers (Doubao and SambaNova), enhances prompt suggestions with conversation context, and updates release documentation for versions 3.25.3 and 3.25.4. The primary focus is expanding provider options and improving user experience through smarter prompt enhancement.
Key changes:
- Added comprehensive documentation for Doubao (ByteDance) and SambaNova AI providers
- Enhanced prompt suggestions to use conversation history for better context-aware recommendations
- Created detailed release notes for versions 3.25.3 and 3.25.4 with feature highlights and bug fixes
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Added navigation entries for new v3.25.3 and v3.25.4 release notes |
| docs/update-notes/v3.25.mdx | Updated combined release notes with new features, provider additions, and bug fixes |
| docs/update-notes/v3.25.4.mdx | Created release notes for v3.25.4 highlighting Doubao/SambaNova providers and context-aware enhancements |
| docs/update-notes/v3.25.3.mdx | Created release notes for v3.25.3 focusing on Claude output improvements and UI fixes |
| docs/update-notes/index.md | Added links to new v3.25.3 and v3.25.4 release note pages |
| docs/providers/sambanova.md | Added comprehensive SambaNova provider documentation with setup and model information |
| docs/providers/doubao.md | Added comprehensive Doubao provider documentation with ByteDance AI integration details |
| docs/providers/claude-code.md | Updated Claude Code documentation with new max output token configuration |
| docs/features/enhance-prompt.md | Enhanced prompt enhancement documentation with context-aware features and UI improvements |
| docs/features/custom-modes.mdx | Added marketplace reference for community modes discovery |
| .roo/rules-release-notes-writer/2_formatting_standards.xml | Removed outdated reference to integration workflow file |
| docs/update-notes/temp_pr_list.md | Removed temporary PR tracking file |
| docs/update-notes/temp_pr_analysis.md | Removed temporary PR analysis file |
|
|
||
| ## Getting an API Key | ||
|
|
||
| To use SambaNova with Roo Code, you'll need an API key from the [SambaCloud](https://cloud.sambanova.ai?utm_source=roocode&utm_medium=external&utm_campaign=cloud_signup). After signing up, navigate to the API Keys section in the left panel to create and copy your SambaCloud API key. |
Copilot
AI
Jul 31, 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 sentence is missing proper punctuation. The link should be followed by a period or the sentence should be restructured for clarity.
| Each mode—including custom ones—features **Sticky Models**. This means Roo Code automatically remembers and selects the last model you used with a particular mode. This lets you assign different preferred models to different tasks without constant reconfiguration, as Roo switches between models when you change modes. | ||
| ::: | ||
|
|
||
| :::info Discover Community Modes |
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 opening admonition marker has one extra colon. Please update "::::info Discover Community Modes" to ":::info Discover Community Modes".
| 3. **Enter API Key:** Paste your Doubao API key into the "Doubao API Key" field. | ||
| 4. **Select Model:** Choose your desired model from the "Model" dropdown. | ||
|
|
||
| **Note:** Doubao uses the base URL `https://ark.cn-beijing.volces.com/api/v3` and servers are located in Beijing, China. No newline at end of file |
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 in the base URL: The URL 'https://ark.cn-beijing.volces.com/api/v3' appears to have a typo ('volces' instead of 'volcengine'). Please confirm and correct if needed.
| **Note:** Doubao uses the base URL `https://ark.cn-beijing.volces.com/api/v3` and servers are located in Beijing, China. | |
| **Note:** Doubao uses the base URL `https://ark.cn-beijing.volcengine.com/api/v3` and servers are located in Beijing, China. |
…with context; update release notes for versions 3.25.3 and 3.25.4
Important
Add Doubao and SambaNova providers, enhance prompt suggestions with context, and update release notes for versions 3.25.3 and 3.25.4.
docs/providers/doubao.md.docs/providers/sambanova.md.docs/features/enhance-prompt.md.docs/update-notes/v3.25.3.mdxanddocs/update-notes/v3.25.4.mdx.docs/update-notes/index.mdandsidebars.ts.This description was created by
for 2ff8675. You can customize this summary. It will automatically update as commits are pushed.