We've shipped a set of fixes and improvements to make Frontitude more reliable day to day - from importing content and syncing with Figma to managing project access and running the CLI in your pipeline. Here's what's new:
⚡ Performance and stability
This quarter we went into making Frontitude hold up under heavy use, especially in large workspaces.
- Faster project loading: We optimised the queries behind loading project content and parent-component lookups that were the slowest part of opening a large project.
- More reliable service in large workspaces: Work aimed at the errors that could appear in content-heavy workspaces at peak use, including a restructured content export path.
🎨 Figma plugin
- Fixed an issue that caused the plugin to slow down in large and complex design files.
- Fixed an issue where some frames in Figma sections failed to sync.
📚 Copy library and imports
- Fixed a bug that caused copy components to be created in the wrong workspace when working across multiple workspaces.
- Fixed a bug that caused tags to be created in the wrong workspace from the Search tab.
🔐 Project access
- Fixed an issue where project permissions weren't applied correctly when opening a project from the Search tab.
🛠️ Developer CLI improvements
🚨 Clear, actionable errors
The CLI now returns structured errors: a stable error code alongside a readable message, so your pipeline can branch on the actual cause instead of parsing generic output. Long-running calls also return a clear timeout error rather than an opaque failure. This is opt-in behind a flag, so existing setups are unaffected.
🔒 Reliability and security improvements
A set of hardening changes across CLI commands, with better internal visibility into CLI health so we can catch issues sooner.










