The user menu is now always located at the bottom left of the Fabricate application. Previously, on pages such as account settings and workspace settings, it moved to the top right.
The user menu now includes a Workspace Settings option to allow you to configure settings for the current workspace. Also renamed the My Profile and My Account options to User Settings and Account Settings.
Added a create database icon next to the database dropdown list. This replaces the New Database option that was previously in the dropdown list.
You can now rename a Data Agent chat. To rename the chat, double-click the chat name.
Fixed an issue where an error occurred when the Data Agent attempted to overwrite a file that required extensive changes.
Single sign-on SSO - Fabricate now supports SSO for Enterprise accounts. Fabricate supports any OIDC provider that supports the Authorization Code Flow mode. The allowed domains configuration for an account now includes allowed email address domains for SSO.
Fabricate now uses Opus 4.6.
For additional security, Fabricate now limits the number of password reset requests.
Mock APIs for Data Agent databases (Private Preview) - You can now prompt the Data Agent to create a mock API based on an uploaded Swagger file. This is to accommodate products or features that need to interact with an API instead of directly with a database. Fabricate produces a details page that shows the available routes. The mock API feature for Data Agent databases is currently in private preview. To request access, contact Tonic.ai.
You can now prompt the Data Agent to send feedback to Tonic.ai. This performs the same function as the feedback option that is available in the user menu. Based on the chat, the Data Agent can also ask if you want to send feedback.
Fixed a tooltip display issue.
Fixed an issue with not being able to download a generated file.
Plan mode (Private preview) - The Data Agent now supports plan mode, where instead of immediately performing an action, the Agent assembles a plan to complete the action. The plan is added to the Plans list at the bottom left. When you're satisfied with the plan, you can execute it and return to regular Agent mode. While you can change to plan mode at any time, it is especially useful when you ask the Agent to create or update a large number of tables. The Agent automatically prompts you to switch to plan mode when you ask the Agent to create a database that contains more than 10 tables. Plan mode is currently in private preview. To request access to this feature, contact Tonic.ai.
For new databases, Fabricate now always uses Opus. It no longer uses Sonnet. Existing databases that use Sonnet will continue to use it.
Fixed an issue with sharing messages between chats.
Fixed an issue with context overflow after a large number of text files were attached to the chat.
For workflows, you can now include the required credentials for a required connection in the workflow request, either as a specific value ("use the secret My Secret to connect") or as a parameter to provide when you run the workflow. The domain must already be configured as an available domain in your account settings. Secrets must be configured in workspace settings.
For data that was created from a DDL with multiple schemas, Fabricate now correctly exports the data to the same schemas, instead of to a single schema.
When you select the push to database option for a Data Agent database export, you can now push to a MongoDB database.
Improved Data Agent handling of very large uploaded text files.
Workflows (currently in private preview) - In Data Agent, the workflows function allows you to create saved repeatable tasks that you can run against the database. For example, you might set up a workflow to add an additional set of records to the database. If the workflow requires calls to external domains, then you must also configure the available domains and provide credentials to access them. Workflows is currently in private preview. To request access to this feature, contact Tonic.ai.
Text files must now use UTF-8 encoding.
Improved messaging when the LLM is overloaded.
Fixed an issue where the progress bar for a task did not display when Amazon Bedrock was used.