Timothy Jaeryang Baek
dddac2b0ca
refac
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com >
2026-02-11 18:19:01 -06:00
Timothy Jaeryang Baek
0da57149ae
refac
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com >
2026-02-11 18:13:30 -06:00
Classic298
0bebb260bf
fix: decode HTML entities in tool call results for multi-turn conversations ( #20755 )
2026-02-11 18:11:41 -06:00
Thomas Rehn
390d7663b0
fix: don't pollute model text context with encoded images ( #20916 )
2026-02-11 18:10:22 -06:00
Thomas Rehn
ce3a615442
perf: cache OpenAI config reads to avoid redundant Redis lookups in /api/models ( #21306 )
...
Each access to request.app.state.config.<KEY> triggers a synchronous
Redis GET. In get_all_models_responses() and get_merged_models(), the
config keys OPENAI_API_BASE_URLS, OPENAI_API_KEYS, and
OPENAI_API_CONFIGS were read on every loop iteration — resulting
in some cases in 200-300 Redis round-trips for OPENAI_API_BASE_URLS alone.
Read each config value once into a local variable at the start of the
function and reuse it throughout.
2026-02-11 17:59:50 -06:00
Timothy Jaeryang Baek
4e0cb88583
refac: audio timeout
...
Co-Authored-By: Jannik S. <jannik@streidl.dev >
2026-02-11 17:56:49 -06:00
Timothy Jaeryang Baek
9b30e8f689
refac
2026-02-11 17:53:01 -06:00
Timothy Jaeryang Baek
97331bf11d
refac
2026-02-11 17:26:25 -06:00
Timothy Jaeryang Baek
96c07f44a8
refac
2026-02-11 16:45:47 -06:00
Timothy Jaeryang Baek
60ada21c15
refac
2026-02-11 16:40:40 -06:00
Classic298
ab20745ee5
Enable Rich UI embed support for action functions ( #21294 )
...
Action functions can now return HTMLResponse objects or (html, headers)
tuples with Content-Disposition: inline to render rich UI iframes in
chat, matching the existing tool behavior.
https://claude.ai/code/session_01KCZKQXj1uqgPjqjMd4U2NF
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-11 16:27:00 -06:00
Timothy Jaeryang Baek
f376d4f378
chore: format
2026-02-11 16:24:11 -06:00
Florian
89fddcc741
update french translation.json ( #21295 )
2026-02-11 16:22:55 -06:00
Timothy Jaeryang Baek
773787c74c
refac
2026-02-11 16:16:41 -06:00
Tim Baek
5c1c9a4dcb
Merge pull request #21312 from open-webui/skills
...
feat: skills
2026-02-11 16:01:08 -06:00
Timothy Jaeryang Baek
9b925a115a
refac
2026-02-11 16:00:19 -06:00
Timothy Jaeryang Baek
e5035ea31e
refac
2026-02-11 15:55:23 -06:00
Timothy Jaeryang Baek
c8cbdc8f7f
refac
2026-02-11 15:24:12 -06:00
Timothy Jaeryang Baek
64c37ab968
refac
2026-02-11 15:12:37 -06:00
Timothy Jaeryang Baek
f7c5965a70
feat: $ skills mention
2026-02-11 15:08:59 -06:00
Timothy Jaeryang Baek
46aa54b7dc
refac
2026-02-11 14:35:45 -06:00
Timothy Jaeryang Baek
27944cf7ca
refac
2026-02-11 14:26:56 -06:00
Timothy Jaeryang Baek
1973115678
feat: skills frontend
2026-02-11 14:22:26 -06:00
Timothy Jaeryang Baek
a38ad8fc42
refac
2026-02-11 14:09:55 -06:00
Timothy Jaeryang Baek
c2207887b3
feat: skills backend
2026-02-11 14:00:34 -06:00
Timothy Jaeryang Baek
3fabc085cc
feat: skills migration
2026-02-11 03:58:28 -06:00
Timothy Jaeryang Baek
2f584c9f88
refac
2026-02-11 02:31:17 -06:00
Timothy Jaeryang Baek
ba18d6250a
refac
2026-02-11 02:26:01 -06:00
Timothy Jaeryang Baek
4331029926
refac
2026-02-11 02:20:07 -06:00
Timothy Jaeryang Baek
3e56261c5e
refac
2026-02-11 02:06:43 -06:00
Timothy Jaeryang Baek
30f72672fa
refac
2026-02-10 15:57:08 -06:00
Timothy Jaeryang Baek
4aedfdc547
refac
2026-02-10 15:47:21 -06:00
Timothy Jaeryang Baek
e3a8257690
refac
2026-02-10 15:41:11 -06:00
Timothy Jaeryang Baek
a73cdf4288
refac: dmr fallback for ollama
2026-02-10 15:38:21 -06:00
Timothy Jaeryang Baek
c259c87806
refac
2026-02-10 15:30:16 -06:00
Timothy Jaeryang Baek
0044902c08
refac
2026-02-10 15:15:17 -06:00
Timothy Jaeryang Baek
cd31b8301b
refac
2026-02-10 12:44:31 -06:00
Timothy Jaeryang Baek
8fd5c06e5b
refac
2026-02-10 12:23:08 -06:00
Classic298
97afe3bc58
enh: skip chat notifications on other devices if temporary chat ( #21292 )
...
* Merge pull request #20581 from Classic298/fix/db-pool-memory-update (#150 )
Co-authored-by: Claude <noreply@anthropic.com >
Fixes #21290
* Update +layout.svelte
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-10 13:21:57 -05:00
Timothy Jaeryang Baek
3567054325
refac
2026-02-09 18:22:28 -06:00
Classic298
f236192fe1
fix: resolve N+1 query in knowledge batch file add ( #21006 )
2026-02-09 16:17:30 -06:00
Varun Chawla
9b1fd86aa7
fix: use keyword argument for IndicesClient.refresh() for opensearch-py 3.x ( #21248 )
...
In opensearch-py >= 3.0.0, IndicesClient.refresh() no longer accepts the
index name as a positional argument. This causes a TypeError when
uploading documents to knowledge bases with OpenSearch backend.
Changes positional arguments to keyword arguments (index=...) in all
three refresh() calls in the OpenSearch vector DB client.
Fixes #20649
2026-02-09 16:16:44 -06:00
Classic298
55169e69c0
chore: Dep bump ( #21261 )
...
* Update pyproject.toml
* Update requirements-min.txt
* Update package versions in requirements.txt
Updated various package versions in requirements.txt to latest releases.
2026-02-09 16:15:39 -06:00
Algorithm5838
e3e4e1d9d3
fix: handle Gboard clipboard strip multi-line paste via beforeinput ( #21265 )
...
Gboard's clipboard suggestion strip sends multi-line pastes as
'insertText' in beforeinput rather than a standard paste event,
causing ProseMirror to drop the text content and insert only a
newline. Add a beforeinput handler that intercepts multi-line
insertText events on Android and manually inserts with hard breaks
to preserve the formatting.
2026-02-09 16:15:08 -06:00
Timothy Jaeryang Baek
c2f5cb542e
refac
2026-02-09 14:03:35 -06:00
Timothy Jaeryang Baek
1034b74abd
refac
2026-02-09 13:48:48 -06:00
Timothy Jaeryang Baek
0a44d80252
refac
2026-02-09 13:42:27 -06:00
Tim Baek
48a0abb40f
Merge pull request #21277 from open-webui/acl
...
refac: acl
2026-02-09 13:34:36 -06:00
Timothy Jaeryang Baek
68c77295bd
refac
2026-02-09 13:31:59 -06:00
Timothy Jaeryang Baek
3c7f9aa6a4
refac
2026-02-09 13:28:21 -06:00