v2.7.6
📦 turborepoView on GitHub →
✨ 4 features🐛 10 fixes🔧 1 symbols
Summary
This release focuses heavily on documentation improvements, especially around AI chat features and schema versioning, and introduces a new codemod transformer for schema updates.
Migration Steps
- If you rely on the schema location for configuration validation, update your configuration to use the versioned subdomain as recommended in the documentation (e.g., update `$schema` reference).
✨ New Features
- Added update-versioned-schema-json transformer to @turbo/codemod.
- Added Agent Skill functionality.
- Added stream-with-experimental-timestamps UI mode for AI chat.
- Added CopyPrompt component for AI-assisted documentation.
🐛 Bug Fixes
- Fixed AI chat not opening on the home page.
- Made showcase page logos theme-aware and grayscale.
- Synced favicon to browser theme preference on initial load.
- Used container queries for navbar to correctly handle the AI chat panel.
- Added turbo-site label to feedback submissions.
- Updated "Edit this page on GitHub" link to the new content path in docs.
- Moved MD tracking to middleware for static optimization.
- Simplified VersionWarning to show on all versioned subdomains.
- Fixed issue where package name was injected when user provided a directory filter in scope commands.
- Validated that turbo version from lockfile is a semver string.