# Release v1.13.1: Bugfixes
**Release Date**: 2025-12-16
**Type**: Patch Release
---
## 🐛 Bug Fixes
### 1. Intent Metadata Integration
**Issue**: Intent metadata was not being correctly passed to `explain_workflow`, resulting in incomplete documentation coverage.
**Fix**: Corrected the intent metadata passing to ensure all workflow documentation includes proper intent context.
**Impact**: Improved documentation accuracy and completeness across all workflows.
**Files Changed**:
- Intent metadata flow corrections
---
### 2. Risk Analysis Intent Retrieval
**Issue**: Risk analysis was using an incorrect method to retrieve intent metadata, causing analysis failures.
**Fix**: Updated to use `intent_manager.get_workflow_intents()` instead of the incorrect method.
**Impact**: Risk assessment now properly considers workflow intents, improving reliability and accuracy.
**Files Changed**:
- Risk analysis intent metadata retrieval
---
### 3. Semantic Analyzer Method Name
**Issue**: Semantic analyzer had incorrect method names causing integration issues.
**Fix**: Fixed method names and integrated intent metadata with risk analysis pipeline.
**Impact**: Ensures proper intent metadata flow throughout the workflow analysis pipeline.
**Files Changed**:
- Semantic analyzer method corrections
---
## 📊 Technical Details
These fixes ensure proper intent metadata flow throughout the workflow analysis pipeline, improving:
- Documentation accuracy
- Risk assessment reliability
- Semantic analysis integration
---
## 🔄 Migration Notes
No migration required. These are internal bug fixes that improve existing functionality.
---
## 🙏 Acknowledgments
Thanks for reporting these issues and helping improve the n8n Workflow Builder!