Reworked public chat throttling to avoid request-header-derived transient keys.
Replaced per-visitor rate limit and cooldown transients with a single bounded throttle state transient that prunes expired entries.
Continued using direct AI provider configuration while keeping the WordPress AI Client recommendation under review for a future version.
1.0.6
Removed public server-side transient storage for AI query plans and chat memory state.
Updated the main plugin class name to use a more unique plugin-specific prefix.
Refined WooCommerce product retrieval and numeric product ranking while keeping AI context compact.
Updated privacy documentation to reflect browser-side short conversation context handling.
1.0.5
Renamed the plugin to FlyUpSpace AI Chat Assistant and aligned the plugin slug, text domain, file names, prefixes, assets, and translation files for WordPress.org review.
Updated the main plugin class prefix and removed public server-side transient storage for chat memory and AI query plans.
Improved localized defaults so the assistant title, greeting, and input placeholder follow the selected plugin/site language when they still contain built-in default text.
Improved WooCommerce product discovery for broad catalog questions, short product attributes, brands, sizes, abbreviations, and SKU-like terms, so the assistant can show several relevant products and a full matching-products link instead of narrowing too aggressively.
Improved broad category-style WooCommerce questions so the assistant links to the matching catalog category, tag, or attribute archive instead of showing a small arbitrary product subset.
Added local greeting replies, strict site-only knowledge mode, source URLs in RAG context, relevant source excerpts, and real WooCommerce price/stock constraint filtering for higher answer accuracy.
Added smart WooCommerce product answer scenarios for catalog overview, category browsing, recommendations, comparisons, price/stock checks, and specific product lookups.
Added lightweight chunk ranking so the assistant sends the most relevant product/page blocks, such as price, stock, attributes, descriptions, categories, FAQ-like content, and policy details, instead of one noisy page excerpt.
1.0.4
Added site-aware retrieval for posts, pages, public custom post types, WooCommerce products, taxonomies, attributes, and cleaned builder meta fields.
Added WooCommerce product cards, exact matching-products result pages, and stricter product relevance filtering.
Added browser-side chat history, short-term conversation memory, clear-chat controls, and safe rich formatting for assistant answers.