genesis-ai-cli 7.19.1 → 7.19.2

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.
@@ -215,11 +215,12 @@ const MCP_SERVER_REGISTRY = {
215
215
  // Default Space - customizable via HF_SPACES env var (comma-separated)
216
216
  // Note: Image gen may timeout on cold start, use HF_TOKEN for priority queue
217
217
  ...(process.env.HF_SPACES?.split(',') || [
218
- 'black-forest-labs/FLUX.1-schnell', // Fast image generation
218
+ 'multimodalart/FLUX.2-dev-turbo', // Faster 8-step turbo (recommended)
219
+ 'black-forest-labs/FLUX.1-schnell', // Original fast model
219
220
  ])
220
221
  ],
221
222
  envVars: () => ({ HF_TOKEN: process.env.HF_TOKEN || '' }),
222
- // Tools: search-spaces, available-files, plus dynamic tools per Space (e.g. FLUX_1-schnell-infer)
223
+ // Tools: search-spaces, available-files, plus dynamic tools per Space (e.g. FLUX_2-dev-turbo-infer)
223
224
  tools: ['search-spaces', 'available-files'],
224
225
  },
225
226
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesis-ai-cli",
3
- "version": "7.19.1",
3
+ "version": "7.19.2",
4
4
  "description": "Autonomous AI System Creator - Brain ON by default, Active Inference integrated, Curiosity-driven, Φ monitoring in every response",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",