=== OpenAgent Chat ===
Contributors: kiebot
Tags: live chat, ai chat, customer support, chatbot, widget
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds the OpenAgent live chat + AI support widget to your WordPress site.

== Description ==

OpenAgent is a live chat and AI support platform that runs on your own LLM keys (Gemini, OpenAI, Claude, OpenRouter, or a self-hosted model). This plugin injects the OpenAgent chat widget on every page of your site. No theme edits, survives theme updates.

Setup is two steps:

1. In your OpenAgent dashboard, allowlist this site's domain (Settings -> Sites).
2. In WordPress, go to Settings -> OpenAgent Chat and enter your workspace slug.

You need an OpenAgent account: https://openagent.in

== Installation ==

1. Upload the plugin ZIP via Plugins -> Add New -> Upload Plugin, or unzip into `wp-content/plugins/`.
2. Activate it.
3. Go to Settings -> OpenAgent Chat, enter your workspace slug, save.
4. Make sure the site's domain is allowlisted in your OpenAgent dashboard.

== Frequently Asked Questions ==

= The bubble does not appear =

Check three things: the widget is enabled and a workspace slug is saved in Settings -> OpenAgent Chat; your domain is allowlisted in the OpenAgent dashboard; and no aggressive caching plugin is serving stale HTML from before the change (purge the page cache).

= Does it slow my site down? =

The script tag is async and the bundle is about 27 KB gzipped. It renders in a Shadow DOM, so it cannot collide with your theme's CSS.

== Changelog ==

= 1.0.0 =
* Initial release: settings page, footer embed, uninstall cleanup.
