Wappler 7.0.0 Beta 30 Released
Download Wappler 7.0.0 Beta 30 from your Account Dashboard
Latest stable version is also available there.
Note: Wappler Beta runs as a separate app, so you can have both stable and beta installed, but please run them one at the time.
What's New
In this Wappler update we are expanding even further with our AI Assistant to allow its automated usage cross files! So you can have for example additional styling for your page automatically generated in the style.css file defined in the project settings. The AI Assistant will now automatically open the CSS file and apply the changes there. This is a great improvement for the AI Assistant and allows you to have a more automated workflow with it.
Also we are introducing now cross editor communication with the AI Assistant. You can start for example on one html editor and let it generate a form according to your database table schema and a server connect action to handle it!
The AI Assistant will then read your database schema, generate the form and also open the server connect editor to generate the action for you.
Check the updated docs about Using Agent Mode in Wappler’s AI Assistant for more info.
Furthermore we have some improvements for App Connect and Tagify that are also available on the stable extensions channel.
AI Assistant
- Added tool functions to be able to do cross editors edits with AI Assistant, so that one assistant can delegate work to specialized editor AI Assistant
- Added tool functions for folder contents retrieval, read and write files within the current project
- Added global cross editor Ai tools to allow read and writing of project files, database schema retrieval and cross editor communication
- Added global database schema retrieval functions to be used by the AI Assistant
- Keep track which editor is doing ai edits
- Improved cross editor AI communication prompts
- Improved auto adding global input vars with action steps
- Adjusted the folder reading rules and opening of other html editors
- Fixed the the current date time usage in database actions in server connect to be with {{NOW}}
- Allow inserting multiple action steps at once in Server Connect AI Assistant
- Store the multiple inserts as single undo action
- Improve the order of inserting actions
- Do not allow ai edits if an other editor is already editing it
- Extra checks needed for file actions with AI to check if paths are correct and within the current project
- Show ai edits toolbar also in design view
- Improved the Server Connect rules to be able to add global variables in $_POST and $_GET for example
- Added rules for global vars validation in Server Connect
- Add also server connect create action
- Updated style for ai toolbar to not be transparent
- Remove working loader when tool is running
- Fixed token normalize for deepseek
- Tried to improve the abort of chat
- Show alert when max turn limit is reached
- Removed some non-standard model options
- Added openrouter specific options
- Fixed custom provider
- Fix undo after ai edit
- Remember last model and restore when new editor is opened
- Improved restoring previous chat rendering
- Fixed openrouter provider
Design View
- Improve greatly the tracking of related files like css files, so changes to them by external editors or AI Assistant are reflected directly
Server Connect Editor
- Improve adding templates with multiple actions steps
- Undo them at as one
App Connect 2.0.22
- Fixed error in repeater (Beta 29 App Connect Update Broke all table repeats - #14 by patrick)
App Connect Tagify 2.0.4
- Tagify fix (Tagify mix mode error)