vite-plugin-ai-diagnostic 1.0.2 → 1.0.4

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.
package/README.md CHANGED
@@ -5,10 +5,9 @@ AI-powered diagnostic plugin for Vite. Automatically detect and fix build errors
5
5
  ## ✨ Features
6
6
 
7
7
  - 🔍 **Auto Detect** - Automatically detect build errors
8
- - 🤖 **AI Fix** - Use OpenAI to suggest fixes
9
- - 🔄 **Auto Retry** - Automatically retry with fixes
10
- - 📊 **Reports** - Generate diagnostic reports
11
- - 🎯 **Smart Analysis** - Understand error context
8
+ - 🤖 **AI Analysis** - Use OpenAI to analyze errors and suggest fixes
9
+ - 📊 **Reports** - Generate diagnostic reports (HTML, Markdown, JSON)
10
+ - 🎯 **Smart Analysis** - Understand error context and provide actionable suggestions
12
11
 
13
12
  ## 📦 Installation
14
13
 
@@ -39,8 +38,6 @@ export default defineConfig({
39
38
  plugins: [
40
39
  vitePluginAIDiagnostic({
41
40
  apiKey: process.env.OPENAI_API_KEY,
42
- autoFix: true,
43
- maxRetries: 3,
44
41
  output: {
45
42
  console: true,
46
43
  html: true,