devme commited on
Commit
bde2c7b
·
verified ·
1 Parent(s): 778ca89

Upload 15 files

Browse files
Files changed (1) hide show
  1. src/configs/config.js +6 -6
src/configs/config.js CHANGED
@@ -18,6 +18,11 @@ const CONFIG = {
18
  ],
19
 
20
  models: [
 
 
 
 
 
21
  {
22
  id: 'claude-opus-4-1-20250805',
23
  type: 'anthropic',
@@ -33,11 +38,6 @@ const CONFIG = {
33
  type: 'anthropic',
34
  reasoning: 'auto'
35
  },
36
- {
37
- id: 'gpt-5-2025-08-07',
38
- type: 'openai',
39
- reasoning: 'auto'
40
- },
41
  {
42
  id: 'gpt-5-codex',
43
  type: 'openai',
@@ -49,7 +49,7 @@ const CONFIG = {
49
  }
50
  ],
51
 
52
- user_agent: 'factory-cli/0.22.14',
53
  system_prompt: 'You are Droid, an AI software engineering agent built by Factory.\n\n'
54
  }
55
 
 
18
  ],
19
 
20
  models: [
21
+ {
22
+ id: 'claude-opus-4-5-20251101',
23
+ type: 'anthropic',
24
+ reasoning: 'auto'
25
+ },
26
  {
27
  id: 'claude-opus-4-1-20250805',
28
  type: 'anthropic',
 
38
  type: 'anthropic',
39
  reasoning: 'auto'
40
  },
 
 
 
 
 
41
  {
42
  id: 'gpt-5-codex',
43
  type: 'openai',
 
49
  }
50
  ],
51
 
52
+ user_agent: 'factory-cli/0.27.0',
53
  system_prompt: 'You are Droid, an AI software engineering agent built by Factory.\n\n'
54
  }
55