Skip to content

v0.5.31

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:47
· 6 commits to main since this release

Added

  • "Use favorites" button in the Router Set Dashboard. Added a "Use favorites" action to the active set manager on the Router Dashboard, allowing you to instantly replace the current set of routed models with your starred/favorited models.
  • Support for overwriting router sets via PUT /api/router/sets/:name. Exposes a new PUT endpoint in the local web server to safely update/overwrite the models in a set in one request, proxying to the daemon (with a config-write fallback when the daemon is offline).
  • Unit test for the PUT sets endpoint in test/test.js to ensure stability and verify that the endpoint correctly updates the set.