Skip to content

Commit 596d7f4

Browse files
authored
add composer-1 model (#189)
1 parent c869ec5 commit 596d7f4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

components/repo-issues.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const AGENT_MODELS = {
6060
],
6161
cursor: [
6262
{ value: 'auto', label: 'Auto' },
63+
{ value: 'composer-1', label: 'Composer' },
6364
{ value: 'sonnet-4.5', label: 'Sonnet 4.5' },
6465
{ value: 'sonnet-4.5-thinking', label: 'Sonnet 4.5 Thinking' },
6566
{ value: 'gpt-5', label: 'GPT-5' },

components/repo-pull-requests.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const AGENT_MODELS = {
6868
],
6969
cursor: [
7070
{ value: 'auto', label: 'Auto' },
71+
{ value: 'composer-1', label: 'Composer' },
7172
{ value: 'sonnet-4.5', label: 'Sonnet 4.5' },
7273
{ value: 'sonnet-4.5-thinking', label: 'Sonnet 4.5 Thinking' },
7374
{ value: 'gpt-5', label: 'GPT-5' },

components/task-details.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ const AGENT_MODELS = {
131131
],
132132
cursor: [
133133
{ value: 'auto', label: 'Auto' },
134+
{ value: 'composer-1', label: 'Composer' },
134135
{ value: 'sonnet-4.5', label: 'Sonnet 4.5' },
135136
{ value: 'sonnet-4.5-thinking', label: 'Sonnet 4.5 Thinking' },
136137
{ value: 'gpt-5', label: 'GPT-5' },

components/task-form.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const AGENT_MODELS = {
9191
],
9292
cursor: [
9393
{ value: 'auto', label: 'Auto' },
94+
{ value: 'composer-1', label: 'Composer' },
9495
{ value: 'sonnet-4.5', label: 'Sonnet 4.5' },
9596
{ value: 'sonnet-4.5-thinking', label: 'Sonnet 4.5 Thinking' },
9697
{ value: 'gpt-5', label: 'GPT-5' },

components/tasks-list-client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const AGENT_MODELS = {
6060
],
6161
cursor: [
6262
{ value: 'auto', label: 'Auto' },
63+
{ value: 'composer-1', label: 'Composer' },
6364
{ value: 'sonnet-4.5', label: 'Sonnet 4.5' },
6465
{ value: 'sonnet-4.5-thinking', label: 'Sonnet 4.5 Thinking' },
6566
{ value: 'gpt-5', label: 'GPT-5' },

0 commit comments

Comments
 (0)