When a filter is enabled and shown as a badge in the chat input, the badge now shows a Knobs icon (if the filter has user valves) that opens the ValvesModal directly. Previously, users had to navigate into the Integrations menu to find valve settings, which was unintuitive since the sparkle icon looked like it should offer configuration. The X button to remove the filter is now always visible instead of only on hover.
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/23813
**Author:** [@Classic298](https://github.com/Classic298)
**Created:** 4/16/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `feat/filter-valve-badges`
---
### 📝 Commits (1)
- [`71b94fa`](https://github.com/open-webui/open-webui/commit/71b94faaeb7ac499f1d3e8d850b7316bca0fc946) feat: show valve config button on active filter badges
### 📊 Changes
**1 file changed** (+27 additions, -14 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/MessageInput.svelte` (+27 -14)
</details>
### 📄 Description
When a filter is enabled and shown as a badge in the chat input, the badge now shows a Knobs icon (if the filter has user valves) that opens the ValvesModal directly. Previously, users had to navigate into the Integrations menu to find valve settings, which was unintuitive since the sparkle icon looked like it should offer configuration. The X button to remove the filter is now always visible instead of only on hover.
Addresses: https://github.com/open-webui/open-webui/issues/23811
<img width="362" height="186" alt="image" src="https://github.com/user-attachments/assets/ff192f9e-5762-4dff-b87f-3682f7a8fa4c" />
Not hovering over it = not shown
<img width="305" height="143" alt="image" src="https://github.com/user-attachments/assets/ce474c45-0a9b-4490-84d6-2e0b7393d1a8" />
Hovering over it = shown
<img width="438" height="106" alt="image" src="https://github.com/user-attachments/assets/967f3b0d-df99-4075-a829-a8b2077317ab" />
<img width="646" height="285" alt="image" src="https://github.com/user-attachments/assets/4ac74067-3ff3-4e14-8399-a909aa823b83" />
### Contributor License Agreement
<!--
🚨 DO NOT DELETE THE TEXT BELOW 🚨
Keep the "Contributor License Agreement" confirmation text intact.
Deleting it will trigger the CLA-Bot to INVALIDATE your PR.
Your PR will NOT be reviewed or merged until you check the box below confirming that you have read and agree to the terms of the CLA.
-->
- [X] 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23813
Author: @Classic298
Created: 4/16/2026
Status: ❌ Closed
Base:
dev← Head:feat/filter-valve-badges📝 Commits (1)
71b94fafeat: show valve config button on active filter badges📊 Changes
1 file changed (+27 additions, -14 deletions)
View changed files
📝
src/lib/components/chat/MessageInput.svelte(+27 -14)📄 Description
When a filter is enabled and shown as a badge in the chat input, the badge now shows a Knobs icon (if the filter has user valves) that opens the ValvesModal directly. Previously, users had to navigate into the Integrations menu to find valve settings, which was unintuitive since the sparkle icon looked like it should offer configuration. The X button to remove the filter is now always visible instead of only on hover.
Addresses: https://github.com/open-webui/open-webui/issues/23811
Not hovering over it = not shown
Hovering over it = shown
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.