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 |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||
| vscode-shim | ||