mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #21312] [MERGED] feat: skills #49069
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21312
Author: @tjbck
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @tjbck
Base:
dev← Head:skills📝 Commits (10+)
3fabc08feat: skills migrationc220788feat: skills backenda38ad8frefac1973115feat: skills frontend27944cfrefac46aa54brefacf7c5965feat: $ skills mention64c37abrefacc8cbdc8reface5035earefac📊 Changes
28 files changed (+2571 additions, -10 deletions)
View changed files
📝
backend/open_webui/main.py(+2 -0)➕
backend/open_webui/migrations/versions/a1b2c3d4e5f6_add_skill_table.py(+45 -0)➕
backend/open_webui/models/skills.py(+340 -0)📝
backend/open_webui/routers/memories.py(+1 -6)➕
backend/open_webui/routers/skills.py(+432 -0)📝
backend/open_webui/tools/builtin.py(+58 -0)📝
backend/open_webui/utils/middleware.py(+25 -0)📝
backend/open_webui/utils/tools.py(+5 -0)➕
src/lib/apis/skills/index.ts(+325 -0)📝
src/lib/components/chat/Chat.svelte(+35 -0)📝
src/lib/components/chat/MessageInput.svelte(+13 -1)📝
src/lib/components/chat/MessageInput/CommandSuggestionList.svelte(+22 -0)➕
src/lib/components/chat/MessageInput/Commands/Skills.svelte(+90 -0)📝
src/lib/components/chat/Messages/Markdown.svelte(+1 -1)📝
src/lib/components/chat/Messages/Markdown/MarkdownInlineTokens/MentionToken.svelte(+16 -2)➕
src/lib/components/icons/KeyframePlus.svelte(+20 -0)➕
src/lib/components/icons/Keyframes.svelte(+21 -0)📝
src/lib/components/workspace/Models/ModelEditor.svelte(+15 -0)➕
src/lib/components/workspace/Models/SkillsSelector.svelte(+62 -0)➕
src/lib/components/workspace/Skills.svelte(+513 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.