Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Jan 19, 2026

Important

Re-enables experimental feature for multiple native tool calls, controlled by an experimental setting, and updates UI to reflect this change.

  • Behavior:
    • Re-enables experimental feature for multiple native tool calls in presentAssistantMessage.ts and Task.ts.
    • Controlled by experiments.isEnabled with EXPERIMENT_IDS.MULTIPLE_NATIVE_TOOL_CALLS.
  • UI:
    • Removes filter hiding MULTIPLE_NATIVE_TOOL_CALLS in ExperimentalSettings.tsx, making it visible in the UI.
  • Misc:
    • Comments updated to reflect the change from a disabled feature to an experimental setting.

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

@roomote
Copy link
Contributor

roomote bot commented Jan 19, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. No issues found.

This PR correctly re-enables the parallel tool calls experimental feature by:

  • Replacing hardcoded false values with proper experiment flag resolution in presentAssistantMessage.ts and Task.ts
  • Removing the filter that was hiding MULTIPLE_NATIVE_TOOL_CALLS from the experimental settings UI

The implementation follows existing patterns, properly handles null/undefined state, and is consistent with existing tests.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

2 participants