{ "name": "fix-plugin-does-not-exist-notices", "description": "WordPress plugin to fix 'Plugin file does not exist' notices", "schema_version": "1.0.0", "ignore_patterns": [ "*.code-workspace", ".history/", ".ionide/", ".ai-prompts/", ".completions/", ".chat-history/", "*.docx", "*.xlsx", "*.pptx" ], "models": { "default": "gpt-4", "code_generation": "gpt-4", "code_explanation": "gpt-4", "documentation": "gpt-4" }, "settings": { "temperature": 0.2, "max_tokens": 4000 } }