feat(release): v2.7.8 — budget save fix + combo agent UI + omniModel tag strip

- fix(budget): warningThreshold sent as fraction 0-1 not percentage 0-100 (#451)
- feat(combos): Agent Features UI in combo modal (system_message, tool_filter_regex,
  context_cache_protection) — previously server-only (#454)
- fix(combos): strip <omniModel> tags before forwarding to provider (#454)
This commit is contained in:
diegosouzapw 2026-03-18 15:38:04 -03:00
parent d1497c9ac8
commit 1b68deb0f6
3 changed files with 17 additions and 2 deletions

View file

@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: OmniRoute API
version: 2.7.7
version: 2.7.8
description: |
OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible
endpoint that routes requests to multiple AI providers with load balancing,