Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Sep 3, 2025

Send all mode to the extension bridge.


Important

Enhance getModes() in ClineProvider.ts to include custom modes from customModesManager.

  • Behavior:
    • getModes() in ClineProvider.ts now includes custom modes from customModesManager in addition to DEFAULT_MODES.
    • If customModesManager.getCustomModes() fails, it falls back to returning only DEFAULT_MODES.

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

@cte cte requested review from jr and mrubens as code owners September 3, 2025 05:52
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request labels Sep 3, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 3, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! The implementation successfully adds custom modes to the extension bridge, which is a valuable enhancement. The code is clean and follows existing patterns well.

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Sep 3, 2025
@cte cte merged commit 641c058 into main Sep 3, 2025
12 of 13 checks passed
@cte cte deleted the cte/extension-bridge-custom-modes branch September 3, 2025 06:11
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 3, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.