G30
4d5b7b3014
fix: resolve knowledge tooltip z-index issue in model edit page ( #21375 )
2026-02-13 11:18:35 -06:00
G30
9886ebb97f
fix: resolve knowledge collection indentation/truncation issue by correcting flex layout ( #21374 )
2026-02-13 11:18:14 -06:00
Timothy Jaeryang Baek
0b05b2fc7e
refac
2026-02-13 00:44:01 -06:00
joaoback
49e7eade15
Merge pull request #21345 from joaoback/patch-25
...
i18n: Update translation.json (pt-BR)
2026-02-12 19:42:52 -06:00
Timothy Jaeryang Baek
9fc1658085
refac
2026-02-12 17:42:15 -06:00
Timothy Jaeryang Baek
5297dceb2a
chore: format
2026-02-12 17:36:19 -06:00
Timothy Jaeryang Baek
59afbd6f92
refac
2026-02-12 17:35:22 -06:00
Timothy Jaeryang Baek
f7af3f010e
refac
2026-02-12 17:27:38 -06:00
Timothy Jaeryang Baek
bb40724d45
refac
2026-02-12 17:21:53 -06:00
Timothy Jaeryang Baek
0e64b31adb
refac
2026-02-12 17:17:45 -06:00
Timothy Jaeryang Baek
5291b3dca2
refac
2026-02-12 16:36:00 -06:00
Timothy Jaeryang Baek
2a11175f22
chore: format
2026-02-12 16:13:48 -06:00
Timothy Jaeryang Baek
2ffd8d9277
refac
2026-02-12 15:40:13 -06:00
Classic298
e8499ccdd1
fix: pass chat_id to internal task calls for consistent function context ( #20585 )
...
Ensure chat_id is reliably passed to function pipelines/manifolds during internal task invocations (web search query generation, RAG query generation, image prompt generation).
This allows stateful functions to maintain per-chat state without fragmentation, as they will now receive a consistent chat_id for all chat-scoped invocations including internal tasks.
Backend changes:
- Pass chat_id in generate_queries call for web search
- Pass chat_id in generate_queries call for RAG/retrieval
- Pass chat_id in generate_image_prompt call
Frontend changes:
- Add optional chat_id parameter to generateQueries API function
- Add optional chat_id parameter to generateAutoCompletion API function
Fixes #20563
2026-02-12 15:36:42 -06:00
EntropyYue
633505460a
i18n: improve zh-CN translation ( #21319 )
2026-02-12 11:02:41 -06:00
Aleix Dorca
c8bf390680
i18n: Update catalan translation ( #21320 )
...
* Update catalan translation.json type
* Update catalan translation.json
2026-02-12 11:02:25 -06:00
Classic298
da46c1bbd2
Update translation.json ( #21324 )
2026-02-12 11:02:10 -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
Timothy Jaeryang Baek
97331bf11d
refac
2026-02-11 17:26:25 -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
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
1973115678
feat: skills frontend
2026-02-11 14:22:26 -06:00
Timothy Jaeryang Baek
2f584c9f88
refac
2026-02-11 02:31:17 -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
c259c87806
refac
2026-02-10 15:30:16 -06:00
Timothy Jaeryang Baek
0044902c08
refac
2026-02-10 15:15:17 -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
3c7f9aa6a4
refac
2026-02-09 13:28:21 -06:00
Aindriú Mac Giolla Eoin
65904b867e
i18n: Updated Irish translation ( #21253 )
...
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: joaoback <156559121+joaoback@users.noreply.github.com >
2026-02-09 14:25:28 -05:00
Timothy Jaeryang Baek
3ae44d11a5
refac
2026-02-08 22:37:13 -06:00
Tim Baek
26460917c4
refac
2026-02-08 07:20:28 +04:00
Tim Baek
fd97ae9bd7
refac
2026-02-08 06:48:41 +04:00
Tim Baek
c3fa0f30fe
refac
2026-02-08 06:45:01 +04:00
Tim Baek
4852227158
refac
2026-02-08 06:22:56 +04:00
Tim Baek
59b98ab730
refac
2026-02-08 03:42:57 +04:00
Tim Baek
690686f3c7
refac
2026-02-08 03:40:54 +04:00