Tonic Fabricate release information

Learn about what’s in the latest Tonic.ai product releases.
3.17.0
January 29, 2026

Plan mode for Data Agent databases is now generally available and no longer in private preview.

Improved error handling.

Added a human user verification step to the signup process.

For billing, we now collect a billing address and add applicable taxes.

3.16.3
January 29, 2026

Fixed an issue where the Agent write TypeScript instead of JavaScript.

Fixed an issue with exports.

3.16.2
January 28, 2026

Fixed an issue with checking the allowed domains for a workflow.

Fixed an issue with stopping Data Agent actions.

Improved how the Data Agent requests additional information.

3.16.1
January 27, 2026

Fixed an issue where the application crashed when a user viewed a Data Agent plan mode plan.

3.16.0
January 27, 2026

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.

3.15.1
January 23, 2026

Fixed an issue with the Data Agent search of uploaded files.

3.15.0
January 23, 2026

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.

3.14.0
January 21, 2026

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.

3.13.0
January 14, 2026

Fixed an issue with extremely large lists of values for the list generator.

When you respond to the last question from the Data Agent, the response is now submitted automatically.

The progress bar for a running script now includes a Cancel option.

3.12.0
January 13, 2026

We are evaluating the performance of Opus 4.5 in comparison to Sonnet 4.5.

For the Plus plan, Fabricate now automatically charges the customer's card when the amount owed is larger than $50.00, not just at the end of the billing month.

3.11.0
January 12, 2026

Added prompt caching, which significantly reduces customer cost.

3.10.2
January 9, 2026

Improved performance for loading schemas that contain a large list of rules.

3.10.1
January 8, 2026

Fixed an issue where the Data Agent did not provide a way to answer a question that it posed.

3.10.0
January 7, 2026

Uploaded files are now limited to 100 MB or smaller.

Added a check to prevent account creation with a disposable email address.

3.9.0
December 18, 2025

Fixed a tooltip display issue.

The Data Agent can now export a .zip file containing any type of text file.

3.8.0
December 16, 2025

Improved the Data Agent generation of location values.

Fixed an issue with displaying summarizations on the Data Agent.

3.7.0
December 12, 2025

Using your own LLM key - Enterprise customers can now configure Fabricate to use an LLM key that they provide. To enable this option, contact Tonic.ai. After the option is enabled, in order to use AI features such as the Data Agent, you must provide an LLM key. On the My Account page, under LLM Provider Settings, select whether to use Anthropic or Amazon Bedrock, then provide the LLM key. For Amazon Bedrock, you also specify the AWS Region.

The Data Agent can now ask multiple-choice questions to make it easier to clarify your requests.

Fixed an issue with message scrolling.

Improved name generation for Data Agent databases.

Fixed an issue where large DDL files could cause Fabricate to skip columns that contained default values.

3.6.0
December 3, 2025

The Data Agent now displays the JavaScript code in real time as it writes it.

Fixed an issue with processing large uploaded image files.

3.5.0
December 1, 2025

Limiting AI usage overage - In the Current Plan section of the My Account page, the AI Usage Limit field allows you to set the maximum overage per billing cycle for your AI usage. This is the maximum cost in addition to the allowance that is included with your license plan. The default value is $500. To not have a limit, set the field to an empty value.

For Data Agent databases, primary and foreign keys are now identified by icons in the column headings.

When you create a Data Agent database, the initial prompt is now a displayed on a full page. After you provide the first prompt, the Data Agent chat moves to its regular position at the right of the page.

Fixed an issue with resetting passwords.

Improved handling of large DDLs.

Fixed an issue where stopped Data Agent messages did not immediately stop the response.

3.4.0
November 24, 2025

The Data Agent can now display response data in a table.

3.3.0
November 21, 2025

Users with an Enterprise license can now export Data Agent databases to Avro and Iceberg. The Avro export produces an .avro file for each table. The Iceberg export produces a folder structure that contains the data and metadata.

3.2.2
November 20, 2025

Improved how we track AI usage for billing.

3.2.1
November 19, 2025

Fixed an issue with exporting Boolean values in PostgreSQL.

Improved error handling for postprocessing scripts on array columns.

3.2.0
November 18, 2025

Added support to export data to Parquet.

Data Agent databases now support all of the same export targets as rule-based databases.

The Data Agent now accepts any plain text file, regardless of the file extension.

3.1.0
November 17, 2025

You can now clone a Data Agent database. To clone the database, hover over the database name at the left, then click the clone icon.

In the Data Agent chat, you can copy any of the Data Agent responses. Previously, only the JavaScript and SQL included a copy icon. To copy a response, hover over the response, then click the copy icon at the bottom right of the response text.

Improved Data Agent text generation.