Run Simulations against change sets in the dashboard
Simulations now lets you choose an environment before running test cases. Select Production or a change set with a Testing status. The dashboard shows the latest result for each test case. See Run Simulations to test changes before publishing them.
The GET /v2/simulations/test-runs/ API endpoint and MCP get_test_runs tool now return the latest run per test case and change set, including live runs. Previously, they returned one latest result per test case across all environments. Results can now include several runs for the same test case. Use changeset_ids to filter by environment.
With Ada CLI, testing runs list also includes live and change set runs by default. Use --changesets baseline to show only live runs.
Trigger web source syncs with the Knowledge API
The Knowledge API now supports on-demand syncs of web import sources. Send a POST request to /v2/knowledge/sources/{id}/sync to re-crawl the source right away. The sync runs in the background. This endpoint applies to web import sources only. A source can be synced at most once every 4 hours.
For more information, see the Web Import documentation.