Releases: Leion-wp/ai_gateway
Releases · Leion-wp/ai_gateway
Release list
v2.2.8.4.1
fix plugin wp.org Iframe
v2.2.8.4
Add light mode styling for studio embed requests - Introduced a new function `ai_gateway_is_studio_embed_request` to check for studio embed requests in the admin area. - Added `ai_gateway_studio_admin_light_mode` to apply light mode styles when in studio embed mode. - Updated the admin head to include light mode styles for various elements. - Modified the iframe source in `studio.js` to include a query parameter for studio mode.
v2.2.8.3
Add REST API endpoints for plugin management and enhance StudioApp wi…
v2.2.8.2
Add intent detection and plugin management features to StudioApp - Introduced INTENT_TOOL_MAP for automatic tool detection based on user input. - Implemented detectIntent function to analyze user instructions and suggest tools. - Added applyIntentTools function to merge detected tools with selected tools. - Created UI elements for managing plugin tools, including checkboxes for active/inactive plugins. - Added functionality to update posts from chat content, including error handling. - Enhanced the editor with options to schedule posts and update existing drafts. - Introduced auto intent toggle to enable/disable automatic tool suggestions.
v2.2.8.1
Add chat tools for injecting content and creating drafts - Introduced inject mode options (append, replace, section) for injecting chat content into the editor. - Added functionality to create drafts from chat content, allowing users to specify the type (article or page). - Enhanced error handling and status messages for better user feedback. - Updated UI to include new chat tools and options for managing drafts.
v2.2.8
feat: enhance workflow management with versioning and improved UI - Added functionality to save and retrieve workflow versions in the REST API. - Updated the `ai_gateway_rest_get_workflow` and `ai_gateway_rest_update_workflow` functions to handle workflow versions. - Introduced a new UI for managing workflow nodes, including drag-and-drop functionality. - Implemented local storage for workspace mode and width settings. - Enhanced the workflow builder with version notes and restore options for previous versions. - Improved user experience with a new tabbed interface for workspace modes.
v2.2.7
Increase timeout for API calls, add workflow management endpoints, an…
v2.2.6
v2.2.5
feat: Add archived conversation support and enhance project managemen…
v2.2.4
Update AI Gateway Studio: Enhance conversation management and setting…