AI Assisted Insight Report
Availability
✅
❌
From
October 25
Not Available
The AI-powered report functionality generates comprehensive analysis reports for your Salesforce projects using advanced language models. This feature provides deep insights into code quality, architecture, and best practices specific to the Flxbl framework.
Overview
The report generator analyzes your codebase through multiple perspectives:
Package architecture and design patterns
Dependencies and coupling between packages
Code quality and technical debt
Flxbl best practices compliance
Security and compliance considerations
Prerequisites
For complete setup and configuration instructions, see Configuring LLM Providers.
Quick Setup
# Install OpenCode CLI
npm install -g opencode-aiBasic Usage
Package Analysis
Domain Analysis ( sfp-pro only)
Provider-Specific Examples
Anthropic (Recommended)
GitHub Copilot
Amazon Bedrock
Output Format
Reports are generated in Markdown format with the following structure:
Executive Summary - High-level findings and recommendations
Package/Domain Overview - Architecture and design analysis
Dependencies Analysis - Inter-package relationships
Code Quality Insights - Technical debt and improvement opportunities
Recommendations - Prioritized action items
Troubleshooting
OpenCode CLI Not Found
If you see an error about OpenCode CLI not being installed:
Rate Limiting
If you encounter rate limits:
Reduce
--prompt-countto lower token usageAnalyze smaller scopes (single package vs domain)
Consider using a different model with higher limits
Cost Considerations
Token Usage: Package analysis typically uses 10-30K tokens, domains 30-80K tokens
Models: Default models are optimized for best value and performance
GitHub Copilot: No additional cost if you have Copilot subscription
Amazon Bedrock: Pay-per-use pricing through AWS, check Bedrock pricing in your region
Last updated