mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Add maxFollowUpSuggestions setting (default: 4, range: 1-10) to ProviderSettings. This allows users to configure how many follow-up suggestions the model can offer, addressing the limitation where skills needing more than 4 options were constrained. Changes: - Add maxFollowUpSuggestions to baseProviderSettingsSchema - Convert ask_followup_question tool from static to dynamic (createAskFollowupQuestionTool) - Thread setting through NativeToolsOptions, build-tools, SystemPromptSettings - Update rules section "2-4" text to be dynamic - Add MaxFollowUpSuggestionsControl slider UI component - Add i18n strings for the new control - Add tests for the dynamic tool generation Closes #11895 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||