Skip to content

Releases: Leion-wp/ai_gateway

v2.2.8.4.1

Choose a tag to compare

@github-actions github-actions released this 26 Dec 08:51
fix plugin wp.org Iframe

v2.2.8.4

Choose a tag to compare

@github-actions github-actions released this 26 Dec 08:31
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

Choose a tag to compare

@github-actions github-actions released this 24 Dec 03:49
Add REST API endpoints for plugin management and enhance StudioApp wi…

v2.2.8.2

Choose a tag to compare

@github-actions github-actions released this 24 Dec 02:59
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

Choose a tag to compare

@github-actions github-actions released this 24 Dec 01:37
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

Choose a tag to compare

@github-actions github-actions released this 23 Dec 22:50
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

Choose a tag to compare

@github-actions github-actions released this 23 Dec 20:51
Increase timeout for API calls, add workflow management endpoints, an…

v2.2.6

Choose a tag to compare

@github-actions github-actions released this 23 Dec 09:36

stabilisation Studio AI (à checher)

v2.2.5

Choose a tag to compare

@github-actions github-actions released this 23 Dec 07:54
feat: Add archived conversation support and enhance project managemen…

v2.2.4

Choose a tag to compare

@github-actions github-actions released this 23 Dec 07:13
Update AI Gateway Studio: Enhance conversation management and setting…