[PR #1339] [MERGED] feat: Chat autocomplete tags #36268

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1339
Author: @asedmammad
Created: 3/28/2024
Status: Merged
Merged: 3/29/2024
Merged by: @tjbck

Base: devHead: feat/chat-autocomplete-tags


📝 Commits (1)

  • 4bf38e5 feat: Add autocomplete to chat tags

📊 Changes

1 file changed (+19 additions, -10 deletions)

View changed files

📝 src/lib/components/common/Tags/TagInput.svelte (+19 -10)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.

Description

This simple pull request introduces autocomplete functionality to the "Add a tag" section in chats, improving user experience and reducing typing effort for common tags. This also partially addresses #1317. Extracting tags using the LLM can be done in another PR.


Changelog Entry

Added

  • Added autocomplete functionality (using datalist) to "Add a tag" section in chats
  • Added support for adding tags via the Enter key

🔄 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/1339 **Author:** [@asedmammad](https://github.com/asedmammad) **Created:** 3/28/2024 **Status:** ✅ Merged **Merged:** 3/29/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `feat/chat-autocomplete-tags` --- ### 📝 Commits (1) - [`4bf38e5`](https://github.com/open-webui/open-webui/commit/4bf38e5287bff3f43bd6dcde1b1ad081da738ae7) feat: Add autocomplete to chat tags ### 📊 Changes **1 file changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/common/Tags/TagInput.svelte` (+19 -10) </details> ### 📄 Description ## Pull Request Checklist - [X] **Description:** Briefly describe the changes in this pull request. - [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. --- ## Description This simple pull request introduces autocomplete functionality to the "Add a tag" section in chats, improving user experience and reducing typing effort for common tags. This also partially addresses #1317. Extracting tags using the LLM can be done in another PR. --- ### Changelog Entry ### Added - Added autocomplete functionality (using `datalist`) to "Add a tag" section in chats - Added support for adding tags via the Enter key --- <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 10:13:47 -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#36268