Skip to main content

Changelog

Updates, changes, and improvements at Retool.

Refer to the stable and edge release notes for detailed information about self-hosted releases.

36 posts tagged with "AI"

View All Tags

Reorder pages in multipage apps

Users can now modify the order of pages in multipage apps. In the Pages tab in the left panel of the app IDE, users can sort pages relative to each other using drag-and-drop.

Changes to the page order are immediately reflected in the page menu (and in header and sidebar frames if present). The retoolContext.pages Javascript variable also provides the list of pages in order.

This change is currently live on cloud and will be available in an upcoming edge release.

README improvements for apps

Retool has released several improvements to the README experience for web apps:

  • The README is now located at the top of the Pages or Screens list for easy access.
  • Cloud instances can now use AI to generate a README automatically based on the components and logic of your app.

Previously, app READMEs were found by clicking the title of the app. If your app has an existing README, you can now find it in the Pages tab.

Retool AI queries support dynamic model selection

Retool AI* text action queries now support dynamic model selection. Clicking the Fx button next to the AI Model field in a query will display the model string in the following format: providerName::model-name, for example, openai::gpt-4o-mini. This provides the ability for users to dynamically change AI models from apps and workflows.