unified-ai-router 2.3.4 → 2.4.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-ai-router",
3
- "version": "2.3.4",
3
+ "version": "2.4.0",
4
4
  "description": "A unified interface for multiple LLM providers with automatic fallback, featuring an OpenAI-compatible server, tool support, and a deployable Telegram bot.",
5
5
  "license": "ISC",
6
6
  "author": "mlibre",
@@ -11,6 +11,11 @@
11
11
 
12
12
  <body>
13
13
  <div class="app-shell">
14
+ <header class="app-header">
15
+ <div class="header-actions">
16
+ <button id="fullscreen-btn" class="icon-btn" aria-label="Toggle fullscreen">⤢</button>
17
+ </div>
18
+ </header>
14
19
 
15
20
  <main class="chat-area">
16
21
  <div id="messages" class="messages" role="log" aria-live="polite"></div>