MeshMesh
Releases

Version 0.19.13 - Live Task Context

Change connections and references while tasks are running

Version 0.19.13

December 10, 2025

You can now change connections and references while a task is actively running. Previously, modifying task context required stopping the task first. Now you can add a new reference, remove one that's no longer needed, or swap to a different connection without interrupting the AI's work. The agent picks up context changes on the fly.

Reference loading is now significantly faster thanks to smart caching. References are cached locally and only re-fetched when they've actually changed. For workspaces with large document sets, this means much faster task startup times.

This release also includes a critical fix for Salesforce connections. Tokens that expired during periods of inactivity are now refreshed automatically, so connections don't silently fail after you've been away.

What's New

  • Live Task Context - Add or remove connections and references while tasks run
  • Reference Caching - Faster reference loading with local caching and smart invalidation

What's Fixed

  • Salesforce Tokens - Fixed automatic token refresh after periods of inactivity