@cascadeflow/n8n-nodes-cascadeflow 0.6.5 → 0.6.6

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.
Files changed (2) hide show
  1. package/README.md +22 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,18 +16,6 @@
16
16
 
17
17
  </div>
18
18
 
19
- > **⚠️ IMPORTANT: Version Migration (v5.0.x → v0.5.0)**
20
- >
21
- > If you previously installed versions **5.0.1** through **5.0.7**, you need to **manually reinstall** to get v0.5.0:
22
- >
23
- > 1. Go to **Settings** > **Community Nodes** in n8n
24
- > 2. **Uninstall** `@cascadeflow/n8n-nodes-cascadeflow`
25
- > 3. **Reinstall** by searching for `@cascadeflow/n8n-nodes-cascadeflow`
26
- >
27
- > **Why?** Versions 5.0.x were published with incorrect version numbering. We've corrected this to align with the main cascadeflow release (v0.5.0). npm will not auto-upgrade from 5.0.x to 0.5.0 as it treats it as a downgrade.
28
-
29
- ---
30
-
31
19
  **Intelligent AI model cascading for n8n workflows.**
32
20
 
33
21
  This is an n8n community node that brings cascadeflow's intelligent AI model cascading to n8n workflows.
@@ -416,27 +404,33 @@ The logs provide complete visibility into the cascade decision-making process, s
416
404
 
417
405
  ## Version History
418
406
 
419
- ### v0.5.0 (Latest)
407
+ ### v0.6.6 (Latest)
408
+
409
+ - **Removed semantic validation**: Disabled ML-based semantic validation to prevent out-of-memory crashes in n8n environments
410
+ - **Shorter domain labels**: Domain input labels simplified (Code, Math, Data, etc.) for better readability
411
+ - **Updated documentation**: Cleaned up README and version history
412
+
413
+ ### v0.6.4
414
+
415
+ - **Individual domain toggles**: Replaced multi-select with individual boolean toggles for each domain
416
+ - **Dynamic input ports**: Domain model inputs appear dynamically as each domain is enabled
417
+
418
+ ### v0.6.3
420
419
 
421
- **Major Release - Aligned with cascadeflow v0.5.0**
420
+ - **16-domain routing**: Support for intelligent routing across 16 specialized domains (code, math, data, creative, legal, medical, financial, science, and more)
421
+ - **Circuit breaker**: Added circuit breaker pattern for improved reliability
422
+ - **Domain-specific models**: Connect specialized models for different query types
422
423
 
423
- - **Flow visualization in n8n Logs tab**: Added detailed cascade flow logging with visual boxes showing drafter acceptance, verifier escalation, and error fallback paths
424
- - **Real-time quality metrics**: Logs show confidence scores, alignment scores, latency breakdown, and cost savings for each request
425
- - **Running statistics**: Track acceptance rates across multiple executions
426
- - **Fixed UI visualization**: Swapped input order to match n8n's highlighting convention (Drafter now highlights as active)
427
- - **Auto-dependency installation**: Moved @cascadeflow/core from optionalDependencies to regular dependencies
428
- - **Crash fix**: Fixed n8n crashes caused by @cascadeflow/core static imports loading ML dependencies
429
- - **Dynamic imports**: SemanticQualityChecker now uses dynamic imports to avoid loading @xenova/transformers at module initialization
430
- - **Quality validator integration**: Integrated QualityValidator from @cascadeflow/core for improved quality scoring
431
- - **Better cascade decisions**: Replaced naive length-based quality check with proper complexity-aware validation
432
- - **Graceful degradation**: Added CASCADE_QUALITY_CONFIG with useSemanticValidation: false for stable operation
424
+ ### v0.5.0
433
425
 
434
- > **Note:** Versions 5.0.1 through 5.0.7 were deprecated due to incorrect version numbering. If upgrading from 5.0.x, please uninstall and reinstall.
426
+ - **Flow visualization in n8n Logs tab**: Detailed cascade flow logging with visual boxes
427
+ - **Real-time quality metrics**: Confidence scores, alignment scores, latency breakdown, and cost savings
428
+ - **Quality validator integration**: Integrated QualityValidator from @cascadeflow/core
429
+ - **Better cascade decisions**: Complexity-aware validation replacing naive length-based checks
435
430
 
436
- ### v0.4.19 and earlier
431
+ ### v0.4.x and earlier
437
432
 
438
433
  - Initial releases as LangChain sub-node
439
434
  - Support for any AI Chat Model in n8n
440
- - Lazy verifier loading (only fetches when needed)
435
+ - Lazy verifier loading
441
436
  - Quality threshold configuration
442
- - Console logging for cascade flow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascadeflow/n8n-nodes-cascadeflow",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "n8n node for cascadeflow - Smart AI model cascading with 40-85% cost savings",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",