Timothy Jaeryang Baek
e9d852545c
refac
2026-02-18 14:24:42 -06:00
Timothy Jaeryang Baek
ef036529b5
chore: format
2026-02-17 01:11:56 -06:00
Timothy Jaeryang Baek
05b8768fb9
refac
2026-02-17 00:48:49 -06:00
Timothy Jaeryang Baek
173d5631ca
refac
2026-02-17 00:31:34 -06:00
Timothy Jaeryang Baek
34cd3d79e8
refac
2026-02-16 23:52:32 -06:00
Timothy Jaeryang Baek
15b893e651
refac
2026-02-16 15:32:28 -06:00
Timothy Jaeryang Baek
f1053d94c7
refac
2026-02-16 14:08:35 -06:00
Classic298
656de56a3e
fix: gracefully handle missing functions when loading models ( #21476 )
...
When models reference functions (via filterIds/actionIds) that no longer
exist in the database, the /api/models endpoint crashes with a 500 error,
preventing the UI from loading chats entirely. This can happen after
upgrades when built-in functions are removed or when user-created
functions are deleted while still referenced by models.
Instead of raising an exception, log at INFO level and skip the missing
function so the rest of the models load successfully.
Fixes #21464
https://claude.ai/code/session_015JRM7m2bNeZPBBmV2Gv4Mj
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-16 13:02:54 -06:00
Timothy Jaeryang Baek
f4e99c80f6
refac: "tool_calls" finish reason support
2026-02-16 00:53:01 -06:00
Timothy Jaeryang Baek
09dc28df1e
chore: format
2026-02-16 00:43:32 -06:00
Timothy Jaeryang Baek
7a7d902238
refac
2026-02-15 19:32:22 -06:00
Timothy Jaeryang Baek
3ae4c618e1
refac
2026-02-15 19:07:53 -06:00
Timothy Jaeryang Baek
4a0d893995
refac
2026-02-15 19:03:08 -06:00
Timothy Jaeryang Baek
f1a1e64d2e
refac: explicit toggle builtin tools
2026-02-15 17:20:49 -06:00
Timothy Jaeryang Baek
f2aca781c8
refac: tool message handling
2026-02-15 16:14:47 -06:00
Timothy Jaeryang Baek
393c0071dc
refac: manual skill invocation
2026-02-14 19:22:17 -06:00
Timothy Jaeryang Baek
5de60dc922
refac
2026-02-13 17:44:52 -06:00
Timothy Jaeryang Baek
3b61562c82
refac
2026-02-13 17:26:54 -06:00
Timothy Jaeryang Baek
589c4e64c1
refac
2026-02-13 13:56:29 -06:00
Timothy Jaeryang Baek
2a11175f22
chore: format
2026-02-12 16:13:48 -06:00
Timothy Jaeryang Baek
3238d94a0e
refac
2026-02-12 15:57:27 -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
Classic298
c6af296b60
add message id ( #21214 )
2026-02-12 15:04:27 -06:00
Timothy Jaeryang Baek
dddac2b0ca
refac
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com >
2026-02-11 18:19:01 -06:00
Thomas Rehn
390d7663b0
fix: don't pollute model text context with encoded images ( #20916 )
2026-02-11 18:10:22 -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
Timothy Jaeryang Baek
773787c74c
refac
2026-02-11 16:16:41 -06:00
Timothy Jaeryang Baek
e5035ea31e
refac
2026-02-11 15:55:23 -06:00
Timothy Jaeryang Baek
c2207887b3
feat: skills backend
2026-02-11 14:00:34 -06:00
Timothy Jaeryang Baek
3e56261c5e
refac
2026-02-11 02:06:43 -06:00
Timothy Jaeryang Baek
8fd5c06e5b
refac
2026-02-10 12:23:08 -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
f7406ff576
refac
2026-02-09 13:28:14 -06:00
Tim Baek
aa8c2959ca
refac
2026-02-09 08:07:33 +04:00
Tim Baek
b1737040a7
refac
2026-02-06 22:25:18 +04:00
Tim Baek
2c37daef86
refac
2026-02-06 03:23:37 +04:00
Tim Baek
8e79b3d0bc
refac
2026-02-06 03:03:34 +04:00
Tim Baek
6c0f886cdf
refac
2026-02-06 02:48:35 +04:00
Timothy Jaeryang Baek
5669d1062c
refac
2026-02-04 21:54:45 -06:00
Timothy Jaeryang Baek
3ace75820e
refac
2026-02-04 21:46:20 -06:00
Timothy Jaeryang Baek
020cb0d4bf
refac
2026-02-04 21:09:05 -06:00
Timothy Jaeryang Baek
8b75d34a8a
refac
2026-02-04 21:07:30 -06:00
Timothy Jaeryang Baek
6320a9aaa9
refac
2026-02-04 20:47:21 -06:00
Thomas Rehn
654172d757
fix: redis clustermode instrumentation
2026-02-03 15:25:37 +01:00
Tim Baek
cfd30581d5
Merge branch 'dev' into chat-message-rebased
2026-02-02 09:33:41 -06:00
Timothy Jaeryang Baek
117c091b95
refac
2026-02-01 20:07:11 -06:00
Timothy Jaeryang Baek
6ffce4bccd
refac
2026-02-01 20:00:21 -06:00
Timothy Jaeryang Baek
ea9c58ea80
feat: experimental responses api support
2026-02-01 19:39:28 -06:00