create-auto-app 1.122.0 → 1.123.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-auto-app",
3
- "version": "1.122.0",
3
+ "version": "1.123.0",
4
4
  "description": "Create Auto Engineer apps with no configuration",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "fs-extra": "^11.2.0",
34
34
  "inquirer": "^9.2.15",
35
35
  "ora": "^8.0.1",
36
- "@auto-engineer/id": "1.122.0"
36
+ "@auto-engineer/id": "1.123.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/fs-extra": "^11.0.4",
@@ -11,7 +11,7 @@ XAI_API_KEY=your-xai-key
11
11
  CUSTOM_PROVIDER_NAME=litellm
12
12
  CUSTOM_PROVIDER_BASE_URL=https://api.litellm.ai
13
13
  CUSTOM_PROVIDER_API_KEY=your-custom-api-key
14
- CUSTOM_PROVIDER_DEFAULT_MODEL=claude-4-sonnet
14
+ CUSTOM_PROVIDER_DEFAULT_MODEL=vertex_ai/gemini-3.1-pro-preview
15
15
 
16
16
  # Optional: Set default provider and model
17
17
  DEFAULT_AI_PROVIDER=openai
@@ -38,7 +38,7 @@ XAI_API_KEY=
38
38
 
39
39
  # Defaults
40
40
  DEFAULT_AI_PROVIDER=anthropic
41
- DEFAULT_AI_MODEL=claude-sonnet-4-20250514
41
+ DEFAULT_AI_MODEL=vertex_ai/gemini-3.1-pro-preview
42
42
 
43
43
  # Debug
44
44
  DEBUG=auto:*
@@ -11,7 +11,7 @@ XAI_API_KEY=your-xai-key
11
11
  CUSTOM_PROVIDER_NAME=litellm
12
12
  CUSTOM_PROVIDER_BASE_URL=https://api.litellm.ai
13
13
  CUSTOM_PROVIDER_API_KEY=your-custom-api-key
14
- CUSTOM_PROVIDER_DEFAULT_MODEL=claude-4-sonnet
14
+ CUSTOM_PROVIDER_DEFAULT_MODEL=vertex_ai/gemini-3.1-pro-preview
15
15
 
16
16
  # Optional: Set default provider and model
17
17
  DEFAULT_AI_PROVIDER=openai
@@ -38,7 +38,7 @@ XAI_API_KEY=
38
38
 
39
39
  # Defaults
40
40
  DEFAULT_AI_PROVIDER=anthropic
41
- DEFAULT_AI_MODEL=claude-sonnet-4-20250514
41
+ DEFAULT_AI_MODEL=vertex_ai/gemini-3.1-pro-preview
42
42
 
43
43
  # Debug
44
44
  DEBUG=auto:*