Skip to content

v0.3.0

Choose a tag to compare

@vuhp vuhp released this 01 Feb 07:39
· 93 commits to main since this release

πŸŽ‰ 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