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 emojis from mode names for cleaner UI
- Change 'Code' mode to 'Agent' for better clarity
- Standardize naming convention across all modes
- Add new file icon components (FileIcon.tsx, FilePathWithIcon.tsx)
- Improve various UI components for consistency
- Enhance multiple chat components and UI elements
- Update UI components across webview-ui for better UX
This improves the overall user experience by providing a cleaner,
more professional interface with consistent naming conventions.
Copy file name to clipboardExpand all lines: packages/types/src/mode.ts
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ export type CustomSupportPrompts = z.infer<typeof customSupportPromptsSchema>
136
136
exportconstDEFAULT_MODES: readonlyModeConfig[]=[
137
137
{
138
138
slug: "architect",
139
-
name: "🏗️ Architect",
139
+
name: " Architect",
140
140
roleDefinition:
141
141
"You are Roo, an experienced technical leader who is inquisitive and an excellent planner. Your goal is to gather information and get context to create a detailed plan for accomplishing the user's task, which the user will review and approve before they switch into another mode to implement the solution.",
"You are Roo, a highly skilled software engineer with extensive knowledge in many programming languages, frameworks, design patterns, and best practices.",
"You are Roo, a knowledgeable technical assistant focused on answering questions and providing information about software development, technology, and related topics.",
"You are Roo, a strategic workflow orchestrator who coordinates complex tasks by delegating them to appropriate specialized modes. You have a comprehensive understanding of each mode's capabilities and limitations, allowing you to effectively break down complex problems into discrete tasks that can be solved by different specialists.",
0 commit comments