Wappler 7.0.0 Beta 33 Released
Download Wappler 7.0.0 Beta 33 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
Well there you go the final peace of the AI puzzle is here! Please welcome the new AI Manager! It is a powerful new tool that allows you to manage your AI projects and tasks in a more efficient way. The AI Manager can help you with executing tasks and creating all the needed files, database structure, server connect files etc. It delegates the specific work to the editor local AI Assistants.
See Introducing the new Ai Manager in Wappler for more info.
Furthermore the AI Assistant has been improved with better instructions for editing HTML, CSS and JS files. It can now also create and edit database tables on demand and as needed by the Ai Assistant. The AI Assistant can also help you with creating and managing your database migrations and seeds.
The AI Assistant is now even more powerful and can help you with your NodeJS projects.
This is the final beta and next week we will be starting the release candidate phase. So please test it well and report any issues you may have.
AI Manager
- New AI Manager that helps you on project level, with executing tasks and creating all the needed files, database structure, server connect files etc. It delegates the specific work to the editor local AI Assistants.
- The AI manager tasks management, New, Add, Delete existing
- Define now one global tool for opening Wappler editors
- When querying a non existent database tables, show as error
- Auto save server connect actions after AI edit
- Updated AI Manager styling
- Improve editing of server actions.
- Show the Ai Assistant panel automatically
- Added specific instructions to always modify the existing user stylesheet and not just replace it
- Added more instructions for node projects how to handle routing
- improved instructions for editing html pages and css files separately
- Improve description of the Server Connect App Connect components
- Added instructions to auto run database migrations before proceeding
- Specify how default frameworks should be included
- Create new files in a much smarter way with content depending on their type and the AI requests
- Add usage from tools to total counts in task
- Handle better the current date
- Describe more the different code files for database migrations, seeds and css rules organization
- Added more checks for the functions to read the current page code
AI Assistant
- Now database tables can be fully created on demand and as needed by the Ai Assistant
- Add instructions for creation/mutation of database tables with the database manager, migration files are made and run
- Give specific instructions for the code editor depending on the files open.
- When migration files are open - supply knex migration file instructions
- Improved editing of Server Action files and steps
- Improved applying of database migrations
- When seed files are open - supply seed file instructions
- When CSS files are open - supply CSS editing instructions, rules and best practices
- Added knowledge to the Server Connect AI Assistant about calling external API's with the API Connector modules
- Added also AI Assistant to code only editors like the CSS and JS editors
- Fixed incorrect tooltips by collapse panels
- Collapse button added for left panel code editor
- Fixed top panel height code editor
- When running in agent mode and editing content of other editors, always activate the editor's own AI Assistant, to see the instructions
- Improve instructions for generating database migrations, so that are clear also for GPT 4.1
- Improved in HTML Editor with chat panel right
App Connect Actions
- Improved the parsing of action calls to be able to handle leading spaces
File Manager
- Automatically open on double click the server connect actions in the server connect editor and not in the code editor