=== Synthocode Content Copilot ===
Contributors: slim1167
Tags: ai, content generator, seo, gutenberg, writing
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

AI writing assistant for WordPress: article ideas, SEO titles, meta descriptions, rewrites, tags, translations and FAQ schema inside Gutenberg.

== Description ==

Synthocode Content Copilot integrates AI generation directly into the Gutenberg sidebar. No more switching between tools — everything is available from inside your post editor.

**Features:**

* SEO article ideas from a keyword (with structured outline)
* Catchy title generation (3 variations in 1 click)
* Optimized meta descriptions (150-160 characters)
* Automatic 3-sentence summaries
* WordPress post excerpts
* Smart rewriting (improve / simplify / condense)
* AI tag suggestions with SEO optimization
* 1-click translation into 8 languages (English, Spanish, German, Italian, Portuguese, Arabic, Dutch, French)
* FAQ Schema with JSON-LD markup for Google Rich Snippets
* Compatible with Groq (free), OpenAI, or local Ollama

**Why Synthocode Content Copilot?**

* **Zero friction**: everything inside Gutenberg, no external dashboard
* **Fast**: Groq generates content in seconds
* **Multilingual**: optimized for multilingual SEO
* **Your API key**: your data stays between you and your chosen AI provider

== Installation ==

1. Download `synthocode-content-copilot.zip` and install via Plugins > Add New > Upload Plugin
2. Activate the plugin
3. Go to **AI Copilot > Settings** and paste your Groq API key (free at console.groq.com)
4. Open any post in Gutenberg, click the Synthocode Content Copilot icon in the top-right toolbar
5. Enter a topic in "Article Ideas" and start generating

== External Services ==

This plugin connects to third-party AI services to generate content. No service is contacted until you configure an API key and trigger a generation.

**Groq (https://groq.com/)** — used when "Groq" is selected as provider.
* What is sent: your text content and the prompt for generation, plus your API key.
* When: only when you click a generation button.
* Terms: https://wow.groq.com/terms-of-use/
* Privacy: https://groq.com/privacy-policy/

**OpenAI (https://openai.com/)** — used when "OpenAI" is selected as provider.
* What is sent: your text content and the prompt for generation, plus your API key.
* When: only when you click a generation button.
* Terms: https://openai.com/policies/terms-of-use
* Privacy: https://openai.com/policies/privacy-policy

**Ollama (https://ollama.com/)** — used when "Local" is selected. Self-hosted, runs on your own server. No data leaves your infrastructure.

== Frequently Asked Questions ==

= Is the plugin free? =
Yes, all features are fully free. You only need your own API key from Groq (free), OpenAI, or a local Ollama installation.

= Which AI provider should I choose? =
Groq is recommended: free, fast, with up to 14,400 requests per day. OpenAI offers more powerful models but requires a paid account. Ollama allows 100% local and private usage.

= Is my data private? =
Your content is sent to your chosen AI provider (Groq, OpenAI, or your local Ollama) for processing. No data is stored by this plugin.

= Does the plugin work with the Classic Editor? =
No, the sidebar integration is specific to the Gutenberg block editor. The Classic Editor is not supported.

= Can I use it on multiple sites? =
Yes, the plugin is free and can be used on any number of sites.

== Screenshots ==

1. Gutenberg sidebar with all AI features
2. Article idea generation with structured outline
3. Title, meta description and summary generation
4. Settings page with API key configuration

== Changelog ==

= 1.0.2 =
* Aligned Author URI and Plugin URI on the official synthocode.studio domain
* Replaced Composer autoloader with a lightweight built-in PSR-4 autoloader (smaller plugin, no vendor bloat)
* Fixed admin sidebar stylesheet (CSS selectors now match the JS class prefix)
* Renamed translation template to synthocode-content-copilot.pot and corrected its headers
* Hardened output escaping in the admin dashboard
* Added rel="noopener noreferrer" on all target="_blank" links
* Minor cleanup of unused code

= 1.0.1 =
* Improved admin dashboard with modern design and feature overview
* Added Plugin URI for "View details" link in WordPress plugins page

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
