[PR #884] [MERGED] 0.6.42 #875

Closed
opened 2026-02-15 18:16:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/884
Author: @Classic298
Created: 12/8/2025
Status: Merged
Merged: 12/21/2025
Merged by: @Classic298

Base: mainHead: dev


📝 Commits (10+)

  • 43ae2b9 Adds document intelligence model configuration
  • 47d0014 Merge pull request #873 from open-webui/main
  • fbd240c feat: AUTH0_AUDIENCE
  • c1cf828 feat: OAUTH_AUDIENCE config
  • c6c50c4 Enhance env-configuration documentation for Redis
  • d14549c Update redis.md
  • 4ba4572 Merge pull request #882 from open-webui/redis
  • fff5d6f Update env-configuration.mdx
  • 0965402 Merge pull request #883 from open-webui/main
  • ccf5019 Merge pull request #880 from bitsofinfo/dev

📊 Changes

95 files changed (+2618 additions, -517 deletions)

View changed files

.gitattributes (+1 -0)
📝 .gitignore (+4 -0)
📝 docs/faq.mdx (+37 -9)
📝 docs/features/audio/text-to-speech/chatterbox-tts-api-integration.md (+4 -0)
📝 docs/features/auth/scim.mdx (+1 -1)
📝 docs/features/auth/sso/index.mdx (+8 -4)
📝 docs/features/channels/index.md (+67 -12)
docs/features/chat-features/autocomplete.md (+70 -0)
📝 docs/features/chat-features/code-execution/artifacts.md (+12 -0)
📝 docs/features/chat-features/index.mdx (+2 -0)
📝 docs/features/chat-features/url-params.md (+1 -0)
📝 docs/features/index.mdx (+1 -1)
📝 docs/features/interface/webhooks.md (+13 -0)
📝 docs/features/mcp.mdx (+4 -0)
📝 docs/features/notes.md (+46 -1)
📝 docs/features/plugin/development/reserved-args.mdx (+1 -1)
📝 docs/features/plugin/functions/action.mdx (+2 -2)
📝 docs/features/plugin/functions/filter.mdx (+312 -3)
📝 docs/features/plugin/functions/index.mdx (+1 -1)
📝 docs/features/plugin/tools/index.mdx (+68 -96)

...and 75 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/884 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/21/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`43ae2b9`](https://github.com/open-webui/docs/commit/43ae2b98df4dce92c171dc1dc3aa97dd5967f0c2) Adds document intelligence model configuration - [`47d0014`](https://github.com/open-webui/docs/commit/47d0014ecd76591330e39ae750cbb8cbde5cb47e) Merge pull request #873 from open-webui/main - [`fbd240c`](https://github.com/open-webui/docs/commit/fbd240c0d4cc1d6e7f61e3a2acab625cb5d08886) feat: AUTH0_AUDIENCE - [`c1cf828`](https://github.com/open-webui/docs/commit/c1cf8284ebc30594a9e231578b3146f26ed64816) feat: OAUTH_AUDIENCE config - [`c6c50c4`](https://github.com/open-webui/docs/commit/c6c50c497543833e5acaff21f5483436c2a9f697) Enhance env-configuration documentation for Redis - [`d14549c`](https://github.com/open-webui/docs/commit/d14549c62e230a614c4f310d365d9bd7f4907b07) Update redis.md - [`4ba4572`](https://github.com/open-webui/docs/commit/4ba4572ab7101b6628d419a81f10ff42ccba2867) Merge pull request #882 from open-webui/redis - [`fff5d6f`](https://github.com/open-webui/docs/commit/fff5d6f45b8765497e0c4cc9706c364328378486) Update env-configuration.mdx - [`0965402`](https://github.com/open-webui/docs/commit/0965402845b7b59bca1e50eab6d62ca41409a83f) Merge pull request #883 from open-webui/main - [`ccf5019`](https://github.com/open-webui/docs/commit/ccf5019de9564835b81ee462d5a06ecf93e088a4) Merge pull request #880 from bitsofinfo/dev ### 📊 Changes **95 files changed** (+2618 additions, -517 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+1 -0) 📝 `.gitignore` (+4 -0) 📝 `docs/faq.mdx` (+37 -9) 📝 `docs/features/audio/text-to-speech/chatterbox-tts-api-integration.md` (+4 -0) 📝 `docs/features/auth/scim.mdx` (+1 -1) 📝 `docs/features/auth/sso/index.mdx` (+8 -4) 📝 `docs/features/channels/index.md` (+67 -12) ➕ `docs/features/chat-features/autocomplete.md` (+70 -0) 📝 `docs/features/chat-features/code-execution/artifacts.md` (+12 -0) 📝 `docs/features/chat-features/index.mdx` (+2 -0) 📝 `docs/features/chat-features/url-params.md` (+1 -0) 📝 `docs/features/index.mdx` (+1 -1) 📝 `docs/features/interface/webhooks.md` (+13 -0) 📝 `docs/features/mcp.mdx` (+4 -0) 📝 `docs/features/notes.md` (+46 -1) 📝 `docs/features/plugin/development/reserved-args.mdx` (+1 -1) 📝 `docs/features/plugin/functions/action.mdx` (+2 -2) 📝 `docs/features/plugin/functions/filter.mdx` (+312 -3) 📝 `docs/features/plugin/functions/index.mdx` (+1 -1) 📝 `docs/features/plugin/tools/index.mdx` (+68 -96) _...and 75 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:29 -05:00
yindo closed this issue 2026-02-15 18:16:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#875