You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove redundant id field from ExperimentConfig interface
- Update UI components to use experiment keys directly
- Improve type safety by using key-based mapping instead of object values
"Enable the experimental unified diff strategy. This strategy might reduce the number of retries caused by model errors but may cause unexpected behavior or incorrect edits. Only enable if you understand the risks and are willing to carefully review all changes.",
25
23
enabled: false,
26
24
},
27
25
SEARCH_AND_REPLACE: {
28
-
id: EXPERIMENT_IDS.SEARCH_AND_REPLACE,
29
26
name: "Use experimental search and replace tool",
30
27
description:
31
28
"Enable the experimental search and replace tool, allowing Roo to replace multiple instances of a search term in one request.",
0 commit comments