Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Show 'None' when a mode has no tool groups#3095

Merged
mrubens merged 1 commit into
mainfrom
better_no_tool_handling
May 1, 2025
Merged

Show 'None' when a mode has no tool groups#3095
mrubens merged 1 commit into
mainfrom
better_no_tool_handling

Conversation

@mrubens
Copy link
Copy Markdown
Collaborator

@mrubens mrubens commented May 1, 2025

For the Orchestrator, the tools section is blank now, making it look broken.

Before:
Screenshot 2025-05-01 at 11 41 21 AM

After:
Screenshot 2025-05-01 at 11 41 01 AM


Important

Display 'None' when a mode has no tool groups in PromptsView and update translations for multiple languages.

  • Behavior:
    • In PromptsView.tsx, display 'None' when a mode has no tool groups using t("prompts:tools.noTools").
  • Translations:
    • Add "noTools": "None" to prompts.json in locales/en, locales/es, locales/fr.
    • Add "noTools": "Keine" to prompts.json in locales/de.
    • Add "noTools": "Cap" to prompts.json in locales/ca.
    • Add "noTools": "Ninguna" to prompts.json in locales/es.
    • Add "noTools": "Aucun" to prompts.json in locales/fr.
    • Add "noTools": "कोई नहीं" to prompts.json in locales/hi.
    • Add "noTools": "Nessuno" to prompts.json in locales/it.
    • Add "noTools": "なし" to prompts.json in locales/ja.
    • Add "noTools": "없음" to prompts.json in locales/ko.
    • Add "noTools": "Brak" to prompts.json in locales/pl.
    • Add "noTools": "Nenhuma" to prompts.json in locales/pt-BR.
    • Add "noTools": "Отсутствуют" to prompts.json in locales/ru.
    • Add "noTools": "Yok" to prompts.json in locales/tr.
    • Add "noTools": "Không có" to prompts.json in locales/vi.
    • Add "noTools": "无" to prompts.json in locales/zh-CN.
    • Add "noTools": "無" to prompts.json in locales/zh-TW.

This description was created by Ellipsis for 98765c3. You can customize this summary. It will automatically update as commits are pushed.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 1, 2025

⚠️ No Changeset found

Latest commit: 98765c3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label May 1, 2025
@ellipsis-dev
Copy link
Copy Markdown
Contributor

ellipsis-dev Bot commented May 1, 2025

The changes in this pull request are cohesive and related to the feature enhancement of displaying a 'None' message when no tool groups are enabled. The addition of the 'noTools' translation key across multiple language files supports this feature. Therefore, the pull request does not need to be split into smaller pull requests.

@dosubot dosubot Bot added the Enhancement New feature or request label May 1, 2025
@mrubens mrubens merged commit 026a3e1 into main May 1, 2025
19 checks passed
@mrubens mrubens deleted the better_no_tool_handling branch May 1, 2025 17:09
@github-project-automation github-project-automation Bot moved this from New to Done in Roo Code Roadmap May 1, 2025
mehmetsunkur pushed a commit to mehmetsunkur/Roo-Code that referenced this pull request May 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant