[v4.116.0]
Patch Changes
-
#3471
9895a95Thanks @chrarnoldus! - Allow native tool calling fro Qwen Code provider -
#3513
ff2e459Thanks @markijbema! - Prevent autocomplete from suggesting duplicating the previous or next line -
#3523
ba5416aThanks @markijbema! - Removed the gutter animation for autocomplete -
#2893
37d8493Thanks @ivanarifin! - fix(virtual-quota): display active model in UI for the frontendWhen the backend switches the model, it now sends out a "model has changed" signal by emitting event.
The main application logic catches this signal and immediately tells the user interface to refresh itself.
The user interface then updates the display to show the name of the new, currently active model.
This will also keep the backend and the frontend active model in sync