v1.800.1

nodejs/nodev1.800.1Sep 1, 2026by rubenfiszel

AI Summary

A patch release addressing UI spacing issues, correcting @mention handling in chat, and ensuring the database indexer is excluded from builds that lack the Tantivy dependency.

Key Highlights

  • Fix top margin on the Build with AI section.
  • Consume @mentions correctly with the associated message.
  • Keep local dbt descriptor during sync pull operations.
  • Exclude windmill-indexer from builds without Tantivy.

New Features

  • Top margin adjustment for AI section.
  • Correct @mention consumption.
  • Preserve local dbt descriptor.
  • Indexer exclusion logic.

Full Release Notes

## [1.800.1](https://github.com/windmill-labs/windmill/compare/v1.800.0...v1.800.1) (2026-09-01)


### Bug Fixes

* add top margin to the home Build with AI section ([#10909](https://github.com/windmill-labs/windmill/issues/10909)) ([bedf5ae](https://github.com/windmill-labs/windmill/commit/bedf5ae57445025729e94e16f1b5f13f6ff38ffa))
* **ai-chat:** consume an @ mention with the message that carried it ([#10907](https://github.com/windmill-labs/windmill/issues/10907)) ([c512110](https://github.com/windmill-labs/windmill/commit/c512110a1f8d0d3437c20048f6446ef62b10222c))
* keep a local dbt descriptor under sync pull --keep-deleted ([#10911](https://github.com/windmill-labs/windmill/issues/10911)) ([4b5be38](https://github.com/windmill-labs/windmill/commit/4b5be386ce0f851a087f43c0b0ac6e4b1b055a47))
* keep windmill-indexer out of builds without tantivy ([#10908](https://github.com/windmill-labs/windmill/issues/10908)) ([db0f004](https://github.com/windmill-labs/windmill/commit/db0f004613e3f90428fea4c824cc53f1b2fc03b0))