@yeaft/webchat-agent 1.0.379 → 1.0.380

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -390,9 +390,9 @@ export async function handleMessage(msg) {
390
390
  }
391
391
 
392
392
  case 'update_llm_config': {
393
- // Saving the file and refreshing the model menu are separate outcomes.
394
- // Always acknowledge the completed write; the frontend owns the single
395
- // runtime reset it dispatches after a successful save.
393
+ // The bridge publishes the replacement config and provider index at the
394
+ // next Engine loop boundary. The frontend must not reset or abort the
395
+ // active Session turn after a successful save.
396
396
  await applyLlmConfigUpdate(msg);
397
397
  break;
398
398
  }
@@ -1 +1 @@
1
- {"version":"1.0.379"}
1
+ {"version":"1.0.380"}