Skip to content

Commit df3b52a

Browse files
Rename to Agent Mode (#1714)
1 parent c7d43d7 commit df3b52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rovo-dev/ui/prompt-box/prompt-settings-popup/AgentModeSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const AgentModeSection: React.FC<AgentModeSectionProps> = ({
8585
return (
8686
<Box xcss={styles.sectionWrapper}>
8787
<Box as="p" xcss={styles.sectionTitle} style={{ fontSize: '12px' }}>
88-
Reasoning
88+
Agent Mode
8989
</Box>
9090
<Box xcss={styles.modesContainer}>
9191
{agentModes.map((modeInfo) => {

0 commit comments

Comments
 (0)