Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/src/components/settings/ModelSettingsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ import {
GitPullRequest,
HandHelping,
Input,
Lightbulb,
Lock,
Plus,
Popover,
PopoverTrigger,
PopoverContent,
RefreshCw,
ScanSearch,
ScrollText,
Select,
SelectContent,
SelectGroup,
Expand Down Expand Up @@ -240,7 +240,7 @@ const TASK_MODEL_ROLE_CONFIGS: readonly TaskModelRoleConfig[] = [
label: 'Advisor model',
description:
'Used for plan-mode turns in the planning workflow and for the advisor subagent that coding tasks consult when they need help.',
icon: ScrollText,
icon: Lightbulb,
modelEnvVarName: 'R_PLANNING_MODEL',
reasoningEnvVarName: 'R_PLANNING_MODEL_REASONING_EFFORT',
placeholder: 'Select an advisor model',
Expand Down