=== AI Consigliere – Your AI assistant for WordPress content ===
Contributors: matteoenna, angelaromana
Tags: openai, gpt, ai, admin, tools
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2.5
Stable tag: 1.5.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Use AI to analyze and improve the consistency of your WordPress taxonomies, directly from the admin panel. Requires your own OpenAI API key.

== Description ==

**AI Consigliere** is a developer tool that connects your WordPress admin to the OpenAI API, helping you audit and improve your site's content using GPT-based language analysis.

Features include:
- Admin-only access
- OpenAI API integration (GPT-4 by default)
- Configuration panel for API key and language
- Taxonomy checker UI to select post types and taxonomies
- Content review tool to ask AI for feedback on specific posts or pages
- AJAX-based request/response flow
- Extensible architecture to register your own AI-powered prompts

*All AI completions are performed via remote API calls to OpenAI. No data is stored or tracked locally by this plugin.*

== External Service Notice ==

This plugin connects to the [OpenAI API](https://platform.openai.com/docs/) to process and analyze your taxonomy terms.

When using the plugin:
- Taxonomy terms are **sent remotely** to OpenAI’s servers.
- You must **provide your own OpenAI API key** via the settings page.
- No data is stored externally by this plugin, but OpenAI may log and process requests according to their [data usage policy](https://openai.com/policies/api-data-usage-policies).

By using this plugin, you agree to OpenAI's terms and are responsible for API costs and usage.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/` or install it via the WordPress admin.
2. Activate the plugin through the "Plugins" menu.
3. Go to **AI Consigliere > Settings** to insert your OpenAI API token and choose your preferred language.
4. Use the **Check Taxonomy** tool to run GPT-powered checks.

== Frequently Asked Questions ==

= Is this plugin free? =
Yes, the plugin itself is free. However, it requires a paid OpenAI API key. Usage is billed directly by OpenAI according to their pricing.
= Can I review content from posts or pages with this plugin? =
Yes! The plugin now includes a "Content Review" tool that allows you to select a post and request an AI-based review directly from the admin. This includes feedback on tone, clarity, and writing quality.

