Shipped/Regular release update January 15th, 2026

January 15, 2026

Regular release update January 15th, 2026

Features

  • A clearer, more focused visual editor: read the announcement

Improvements

Improved Route API Cache Efficiency with Query String Filtering

We've enhanced the Route API to provide significantly better cache hit rates for sites using dynamic URL parameters. Previously, all query string parameters were included in cache keys, meaning URLs with visitor tracking IDs, analytics tokens, or other dynamic values would each create separate cache entries—potentially exhausting your cache quota and triggering rate limits even when requesting identical content. The Route API now automatically filters query strings at the edge, recognizing only the parameters you've explicitly configured in your project map (both globally and at the node level). For example, if you've configured color as an allowed query string, requests to /page?color=red&visitorId=abc and /page?color=red&visitorId=xyz will now resolve to the same cache entry, since visitorId is unrecognized and ignored.

Existing projects will allow all query strings until you trigger save your project map or modify a data type; after performing one of these actions, only your explicitly configured query strings will vary the cache.

Scout improvements

Our AI agent Scout has received significant updates to make it more capable and reliable.

  • Stop button: Abort in-progress Scout responses at any time.
  • Smarter slot handling: Scout is much better at understanding and working with slot sections.
  • Pattern expertise: Dedicated pattern tools make Scout significantly better at creating and using patterns.
  • Uninterrupted responses: Changing the chat position while a response is in progress (e.g., moving to sidebar) no longer interrupts Scout.
  • Entries or compositions created by Scout while a release is active now redirect to the correct edit URL.
  • General performance, accuracy, and user experience enhancements.

Other improvements

  • Canvas - Empty read-only slots of a pattern are now hidden from the structure panel
  • Navigation - Reordered team security page sub navigation

Bug fixes

  • Rich Text - Fixed a bug where column and row headers control did nothing

Package update

Uniform packages published with version 20.47.1

Bug FixesFeaturesImprovements