Wappler 7.0.0 Beta 23 released

Wappler 7.0.0 Beta 23 Released

Download Wappler 7.0.0 Beta 23 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 7 Beta the AI Assistant is now even more powerful and available as Chat panel in the left sidebar in the page editor. So you can easily chat with the AI and ask it to generate code for you. The Ai Assistant gets the context of the page you are editing so you can ask it any questions about it and have a full chat conversation.

Also next to GitHub Copilot we have added support for Open Router and Ollama providers. So you can use the Open Router in Wappler AI Assistant and chat panel. An Open Router API key is required and try to stick to the free models for the most cost effective usage.
With Ollama you can run AI models fully locally on your machine. Do note that powerful hardware is needed and a decent GPU is required for the larger models.

You can set your AI preferences in the Wappler options and select the AI provider you want to use. We have also added options to switch on /off the AI inline completions in the code editor.

Furthermore we have some improvements Database Query Builder and Updater and their code generation.

Also in the Git Manager gradually are starting to use directly git command line, for example the Discard All function. This way we can improve the performance, reliability and compatibility of the Git Manager.

AI Assistant

  • Now available as panel in the page editor, so you can see the AI results and edit them directly in the editor
  • Added support for Open Router and its models. Now you can use the Open Router models in Wappler AI Assistant and chat panel. An Open Router API key is required and try to stick to the free models for the most cost effective usage.
  • Added experimental support for Ollama and its models. Ollama allows you to run AI models fully locally on your machine. Do note that powerful hardware is needed and a decent GPU is required for the larger models.
  • Improved AI options to include chat provider
  • Dynamically load available models in the AI chat panel
  • Apply data schema blocks
  • Updated Chat panel to support input history
  • Changed default model for Open Router provider
  • Updated chat Panel styles
  • Enable/Disable Copilot Autocomplete
  • Improved code blocks output and formatting, height and horizontal bar
  • Improved code blocks scrolling
  • Improved code blocks popovers and tooltips to display correctly
  • Improved App Connect rules to be more clear
  • Improved code writing rules
  • Improved Open Router to use the new and powerful deepseek/deepseek-chat-v3-0324:free as default model
  • Improved scroll to bottom, will disable when user scrolls up
  • Removed delay in streaming response
  • Improved code change detection
  • Improved instructions for code blocks so the good models from open router work fine. Like the DeepSeek
  • Improved instructions to give more explanation of what the Ai is doing
  • Added empty state for chat provider
  • Renamed enable copilot to sign in to copilot
  • Updated empty state in chat panel to show when no provider was selected
  • Remove the old AI Assistant icon in the toolbar of design view as it is now available as panel on the left

Database Query Builder and Updater

  • Improve setting of options to avoid some unnecessary REC_ID options to be set

Project Assets Updater

  • Show new files also as updates and allow the user to skip them just as the updated files

General

  • Filter empty projects from recent list

Local Servers

  • Improved status display when running local node or php servers
  • added restart option for node servers
  • Improved stop/start icon

Git Manager

  • Updated Discard All function in Git Manager (Using simple-git and clean method)

Fixed issues

12 Likes