Add support for more AI IDEs and improve documentation (v1.6.21)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-04-12 17:49:20 +01:00
parent e019feb44f
commit 10a1012c68
17 changed files with 205 additions and 18 deletions

View File

@ -2,15 +2,15 @@
"name": "fix-plugin-does-not-exist-notices",
"description": "WordPress plugin to fix 'Plugin file does not exist' notices",
"schema_version": "1.0.0",
"_comment": "You can use the ! prefix to include files that are excluded by .gitignore. Example: !important-file.log",
"_comment": "This configuration file is used by AI tools that support the .aiconfig format. It defines model preferences and ignore patterns for AI context. You can use the ! prefix to include files that are excluded by .gitignore. Example: !important-file.log",
"ignore_patterns": [
".ai-tmp/"
],
"models": {
"default": "gpt-4",
"code_generation": "gpt-4",
"code_explanation": "gpt-4",
"documentation": "gpt-4"
"default": "gpt-4o",
"code_generation": "gpt-4o",
"code_explanation": "gpt-4o",
"documentation": "gpt-4o"
},
"settings": {
"temperature": 0.2,