Jakob Gruber
d7d8ea862b
api
2026-03-26 14:54:10 +01:00
Jakob Gruber
998f7b854d
oauth 2.1 static
2026-03-25 11:02:07 +01:00
Jakob Gruber
c17aaf3664
new google env var
2026-03-25 10:56:21 +01:00
Jakob Gruber
a420d75e21
Update index.md
2026-03-24 11:35:12 +01:00
Jakob Gruber
9d7f6db92d
builtin tools and new env vars
2026-03-24 11:30:16 +01:00
Classic298
77319ee60f
Merge branch 'open-webui:dev' into dev
2026-03-24 00:24:42 +01:00
DrMelone
b505f6e281
fix: broken image reference in advanced-workflows
2026-03-24 00:23:06 +01:00
DrMelone
2bb06ecf25
Merge upstream/dev - resolve open-terminal restructure conflict
2026-03-24 00:01:03 +01:00
DrMelone
b528aa7fb1
refactor: builtin tools
2026-03-23 23:45:58 +01:00
Timothy Jaeryang Baek
8f643958c6
refac
2026-03-23 03:37:17 -05:00
DrMelone
8bdc1116bc
dev
2026-03-22 16:24:01 +01:00
DrMelone
ec3bf4cdc7
0.8.11
2026-03-22 12:25:18 +01:00
Timothy Jaeryang Baek
bc3035dbad
refac
2026-03-21 03:01:17 -05:00
Timothy Jaeryang Baek
5fd6b4cd76
refac
2026-03-21 02:59:30 -05:00
Timothy Jaeryang Baek
7da4e0f8b3
refac
2026-03-21 02:59:18 -05:00
Timothy Jaeryang Baek
7b831ca955
refac
2026-03-21 02:50:19 -05:00
Timothy Jaeryang Baek
8c3b019954
refac
2026-03-21 02:48:59 -05:00
Timothy Jaeryang Baek
6da202b77a
doc: open terminal
2026-03-21 02:47:33 -05:00
Classic298
5d6236a735
Merge branch 'open-webui:dev' into dev
2026-03-20 15:41:41 +01:00
DrMelone
115b2f9833
sec
2026-03-20 15:40:18 +01:00
DrMelone
7062ea5c50
dev
2026-03-19 20:47:48 +01:00
DrMelone
e312c00dc3
docs: add access control callouts for model-attached tools and skills
2026-03-14 23:46:56 +01:00
DrMelone
9c16affe6e
Update index.mdx
2026-03-13 18:35:06 +01:00
Michael Wirth
87dde2cacd
docs: Lumenfall image provider tutorial
2026-03-12 16:57:40 +01:00
Jakob Gruber
98fff9be04
Update prompts.md
2026-03-12 10:34:38 +01:00
DrMelone
dadb13acee
open terminal, terminals, mariadb
2026-03-11 21:04:39 +01:00
DrMelone
3aed6c1bea
Update index.md
2026-03-11 18:19:32 +01:00
DrMelone
2bec6105d2
docs: add per-message content truncation pipe filters for task templates
2026-03-08 23:57:09 +01:00
Classic298
f14af2ebc5
Merge pull request #1135 from open-webui/dev
2026-03-08 13:06:32 +01:00
DrMelone
b3b3b80f92
docs: add subfolder creation via context menu to Folders & Projects
2026-03-08 02:51:55 +01:00
DrMelone
ccc666dc17
docs: emphasize Pyodide cannot install additional libraries, update complete package list
2026-03-08 02:48:13 +01:00
DrMelone
d17fa6bace
docs: add Pyodide performance/library limitation warnings for heavy workloads
2026-03-08 02:34:30 +01:00
DrMelone
89a230808d
docs: update code interpreter docs for persistent Pyodide FS, file browser, and Jupyter legacy status
2026-03-08 02:31:52 +01:00
DrMelone
27f851e258
docs: add pipe-specific event persistence warnings for emit_message overwrite behavior
2026-03-08 02:06:47 +01:00
DrMelone
26524efcee
base64 warn
2026-03-07 21:33:14 +01:00
DrMelone
b59c33df5b
Update index.md
2026-03-07 13:32:07 +01:00
DrMelone
89986fb04a
docs: add WEBSOCKET_EVENT_CALLER_TIMEOUT env var documentation
2026-03-06 23:14:24 +01:00
DrMelone
8e5af451bf
docs: correct reasoning content cross-turn behavior
...
Reasoning content IS sent back to the API across turns, not stripped. Updated the Chat History note, Important Notes section, and FAQ to accurately reflect that Open WebUI serializes reasoning with original tags and includes it in assistant messages for subsequent requests.
2026-03-06 21:00:11 +01:00
RhysSucklingNexteq
31b51f33f4
Correct casing of GitHub
2026-03-06 09:00:38 +00:00
DrMelone
0037f77caf
Update import-export.md
2026-03-05 20:04:31 +01:00
DrMelone
f9178b0b52
Update index.md
2026-03-04 21:32:34 +01:00
DrMelone
09ec4c234f
Update events.mdx
2026-03-04 18:31:54 +01:00
DrMelone
47dbed2c99
capabilities
2026-03-04 18:03:55 +01:00
Classic298
f3d6929003
Update events.mdx
2026-03-03 16:43:17 +01:00
Classic298
1f8c11b67c
Update banners.md
2026-03-03 13:46:59 +01:00
DrMelone
e8e616389d
Update index.md
2026-03-03 00:00:37 +01:00
josephsellers
257be16faf
docs: Add missing Default Features step to agentic search setup
...
The agentic search setup guide omits that Web Search must be enabled
under Default Features in the model settings. Without this, the
search_web and fetch_url tools are not injected in Native Mode, even
when the Web Search capability and Builtin Tools are both enabled.
This was confirmed as the root cause of non-functional agentic search
in v0.8.7 and relates to the behavioral change introduced in commits
c46ef3b and f1a1e64 (open-webui/open-webui#20641 ).
[Used Claude Code 🤖 ]
2026-03-02 16:37:37 +00:00
Timothy Jaeryang Baek
1113fd80f4
refac
2026-03-01 16:55:41 -06:00
Timothy Jaeryang Baek
2e462b807f
refac
2026-03-01 16:51:46 -06:00
Timothy Jaeryang Baek
d215b8de09
refac
2026-03-01 16:39:19 -06:00