Files
wp-fix-plugin-does-not-exis…/.aiconfig
Marcus Quinn 7eccc000e8
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
Add AI IDE configuration files and improve compatibility (v1.6.17)
2025-04-12 17:06:00 +01:00

41 lines
799 B
Plaintext

{
"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": [
"node_modules/",
"vendor/",
"bower_components/",
"build/",
"dist/",
"*.zip",
"*.tar.gz",
"*.mp4",
"*.pdf",
"*.psd",
"*.ai",
"*.sketch",
"*.fig",
"*.xd",
"*.pxd",
"*.afdesign",
"*.afphoto",
"*.afpub",
"wp-content/uploads/",
"wp-content/upgrade/",
"wp-content/backup-db/",
"wp-content/cache/",
"wp-content/backups/"
],
"models": {
"default": "gpt-4",
"code_generation": "gpt-4",
"code_explanation": "gpt-4",
"documentation": "gpt-4"
},
"settings": {
"temperature": 0.2,
"max_tokens": 4000
}
}