@phi-code-admin/phi-code 0.75.2 → 0.75.3

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.
@@ -2214,6 +2214,11 @@ export class InteractiveMode {
2214
2214
  this.footer.invalidate();
2215
2215
  this.updateEditorBorderColor();
2216
2216
  break;
2217
+ case "model_changed":
2218
+ this.footer.invalidate();
2219
+ this.updateEditorBorderColor();
2220
+ this.ui.requestRender();
2221
+ break;
2217
2222
  case "message_start":
2218
2223
  if (event.message.role === "custom") {
2219
2224
  this.addMessageToChat(event.message);