[PR #20463] [CLOSED] feat: Implement a global default tools setting #41265

Closed
opened 2026-04-25 13:32:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/20463
Author: @filiptrplan
Created: 1/7/2026
Status: Closed

Base: devHead: default-tools


📝 Commits (1)

  • b57fb57 fix: load default tools for new chat

📊 Changes

2 files changed (+59 additions, -5 deletions)

View changed files

📝 src/lib/components/chat/Chat.svelte (+29 -3)
📝 src/lib/components/chat/Settings/Tools.svelte (+30 -2)

📄 Description

AI Disclaimer: I used Gemini CLI to create this PR but tested it manually and read all the code it generated.

Changelog Entry

Added

  • Option to configure "Default Tools" in Settings > Tools. Users can now select specific tools in their settings that will be automatically enabled for every new chat session, regardless of the selected model.

Additional Information

Screenshots or Videos

image

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 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/open-webui/pull/20463 **Author:** [@filiptrplan](https://github.com/filiptrplan) **Created:** 1/7/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `default-tools` --- ### 📝 Commits (1) - [`b57fb57`](https://github.com/open-webui/open-webui/commit/b57fb57811ede20e8d2bbdc3a1fd0b68746c494a) fix: load default tools for new chat ### 📊 Changes **2 files changed** (+59 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Chat.svelte` (+29 -3) 📝 `src/lib/components/chat/Settings/Tools.svelte` (+30 -2) </details> ### 📄 Description **AI Disclaimer**: I used Gemini CLI to create this PR but tested it manually and read all the code it generated. # Changelog Entry ### Added - Option to configure "Default Tools" in Settings > Tools. Users can now select specific tools in their settings that will be automatically enabled for every new chat session, regardless of the selected model. --- ### Additional Information - Closes discussion: https://github.com/open-webui/open-webui/discussions/3390 ### Screenshots or Videos <img width="1014" height="374" alt="image" src="https://github.com/user-attachments/assets/c766ede5-8d06-4237-8e42-9c6b836c8b7f" /> ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 13:32:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#41265