v0.3.0
π Major Release: AI-Powered Cost Optimization
β¨ New Features
π€ AI-Powered Explanations
- Human-readable explanations for cost opportunities
- Explains why resources are costing money and how to fix them
- Includes risk assessment and quick-win recommendations
- Works with top N opportunities (configurable via
--ai-maxExplanations)
Example:
cloud-cost-cli scan --provider aws --region us-east-1 --explain㪠Natural Language Queries
- Ask questions about your cloud costs in plain English
- Queries cached scan data for instant answers
- No need to re-scan for follow-up questions
Examples:
cloud-cost-cli ask "What's my biggest cost opportunity?"
cloud-cost-cli ask "Show me all idle EC2 instances"
cloud-cost-cli ask "How much can I save on storage?"ποΈ AI Explanation Caching
- Automatically caches AI explanations for 7 days
- Saves API costs on repeated scans
- Invalidates when resources change
- Configurable TTL via config file
Full Changelog: v0.2.0...v0.3.0