Change8

v2.7.5

📦 turborepoView on GitHub →
5 features🐛 6 fixes🔧 3 symbols

Summary

This release focuses heavily on documentation improvements, including new AI chat features and search functionality, alongside several fixes for task execution and TUI behavior.

✨ New Features

  • Added optional description field to task definitions in turbo.json.
  • Introduced a new future flag `errorsOnlyShowHash`.
  • Added a `docs` subcommand for searching documentation.
  • Implemented two-stage chat functionality in documentation.
  • Added a version warning for old documentation subdomains.

🐛 Bug Fixes

  • Fixed package inference to be deterministic for subdirectory filters.
  • Ensured `DisableMouseCapture` is only called on Windows if mouse capture was enabled in the TUI.
  • Improved behavior when tasks are killed due to Out Of Memory (OOM).
  • Removed the root application package requirement for polyrepo support.
  • Enabled mouse capture for all terminals to restore scroll functionality in the TUI.
  • Replaced `execSync` with `execFileSync` for the `oxfmt` command.

Affected Symbols