[PR #1058] [MERGED] Dev #1036

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/1058
Author: @Classic298
Created: 2/12/2026
Status: Merged
Merged: 2/12/2026
Merged by: @Classic298

Base: devHead: dev


📝 Commits (10+)

📊 Changes

25 files changed (+901 additions, -232 deletions)

View changed files

📝 docs/features/auth/sso/index.mdx (+33 -0)
📝 docs/features/chat-features/code-execution/index.md (+75 -0)
📝 docs/features/chat-features/code-execution/python.md (+1 -1)
📝 docs/features/chat-features/index.mdx (+1 -0)
📝 docs/features/memory.mdx (+1 -1)
docs/features/open-terminal/index.md (+256 -0)
📝 docs/features/plugin/development/events.mdx (+16 -6)
docs/features/plugin/development/rich-ui.mdx (+164 -0)
📝 docs/features/plugin/functions/action.mdx (+1 -0)
📝 docs/features/plugin/tools/development.mdx (+1 -134)
📝 docs/features/plugin/tools/index.mdx (+8 -3)
📝 docs/features/rbac/groups.md (+11 -17)
📝 docs/features/rbac/index.mdx (+2 -2)
📝 docs/features/rbac/permissions.md (+3 -0)
📝 docs/features/web-search/agentic-search.mdx (+2 -2)
📝 docs/features/workspace/index.mdx (+1 -0)
📝 docs/features/workspace/models.md (+2 -1)
docs/features/workspace/skills.md (+130 -0)
📝 docs/getting-started/env-configuration.mdx (+43 -2)
📝 docs/getting-started/quick-start/starting-with-openai.mdx (+1 -1)

...and 5 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/1058 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 2/12/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`eb7e08d`](https://github.com/open-webui/docs/commit/eb7e08d91416c2fb2ce3fb63cac1c2d1a8d7a6f7) ACL - 0.8.0 - [`7801646`](https://github.com/open-webui/docs/commit/78016463d6f38f32dec84bc30f98c185952a4321) Merge branch 'open-webui:dev' into dev - [`a5ed052`](https://github.com/open-webui/docs/commit/a5ed052cddfbf8a07a248cbcb8944b9105f9c2c9) SKILLS - [`fee80a2`](https://github.com/open-webui/docs/commit/fee80a2160d1da35e7fd6ccaf69b15d68e82488e) Merge branch 'dev' of https://github.com/Classic298/docs into dev - [`4b93141`](https://github.com/open-webui/docs/commit/4b931419ff2429ee3681253b72f4d7bf3bdfeb74) ACTIONS RICH UI - [`e2b99b3`](https://github.com/open-webui/docs/commit/e2b99b33cd072cf65cb4192a087fb59c0308f02e) offline_access - [`b82465c`](https://github.com/open-webui/docs/commit/b82465c86a7f545cc16cf5a9c89f678b4edd8f35) minimax - [`c945dbe`](https://github.com/open-webui/docs/commit/c945dbe1c706adf647659c739834d64a60dcb44b) Update skills.md - [`1f94538`](https://github.com/open-webui/docs/commit/1f945383a0ea1fc160f6a6b8a054d72f4875cdea) event docs message id event emitter - [`5923c5d`](https://github.com/open-webui/docs/commit/5923c5deda6f4852e7534d7ce8350704618c0afa) worker timeout fix ### 📊 Changes **25 files changed** (+901 additions, -232 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/auth/sso/index.mdx` (+33 -0) 📝 `docs/features/chat-features/code-execution/index.md` (+75 -0) 📝 `docs/features/chat-features/code-execution/python.md` (+1 -1) 📝 `docs/features/chat-features/index.mdx` (+1 -0) 📝 `docs/features/memory.mdx` (+1 -1) ➕ `docs/features/open-terminal/index.md` (+256 -0) 📝 `docs/features/plugin/development/events.mdx` (+16 -6) ➕ `docs/features/plugin/development/rich-ui.mdx` (+164 -0) 📝 `docs/features/plugin/functions/action.mdx` (+1 -0) 📝 `docs/features/plugin/tools/development.mdx` (+1 -134) 📝 `docs/features/plugin/tools/index.mdx` (+8 -3) 📝 `docs/features/rbac/groups.md` (+11 -17) 📝 `docs/features/rbac/index.mdx` (+2 -2) 📝 `docs/features/rbac/permissions.md` (+3 -0) 📝 `docs/features/web-search/agentic-search.mdx` (+2 -2) 📝 `docs/features/workspace/index.mdx` (+1 -0) 📝 `docs/features/workspace/models.md` (+2 -1) ➕ `docs/features/workspace/skills.md` (+130 -0) 📝 `docs/getting-started/env-configuration.mdx` (+43 -2) 📝 `docs/getting-started/quick-start/starting-with-openai.mdx` (+1 -1) _...and 5 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:17:04 -05:00
yindo closed this issue 2026-02-15 18:17:04 -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#1036