Tim Baek
82af218790
Merge pull request #20945 from open-webui/prompt_versioning
...
enh: prompts
2026-01-26 16:27:28 +04:00
Classic298
b272ca5e88
fix: remove invalid expunge call on Pydantic FileModel ( #20931 )
...
fix: remove invalid expunge call on Pydantic FileModel
Files.get_file_by_id() returns a Pydantic FileModel, not an SQLAlchemy
ORM object. Calling db.expunge() on a Pydantic model fails with
UnmappedInstanceError since it lacks _sa_instance_state.
The expunge was also unnecessary because subsequent DB updates already
use fresh sessions via get_db() context manager.
Fixes #20925
2026-01-26 07:24:53 -05:00
Timothy Jaeryang Baek
10ba2accf7
refac
2026-01-26 16:18:49 +04:00
Timothy Jaeryang Baek
4c8d4e6dbd
enh: prompt tags
2026-01-26 16:11:10 +04:00
Tim Baek
6359628bc3
refac
2026-01-26 07:01:05 -05:00
Classic298
25fd342261
Update retrieval.py ( #20930 )
2026-01-26 15:29:15 +04:00
Timothy Jaeryang Baek
f199c486a2
refac
2026-01-24 04:29:56 +04:00
Timothy Jaeryang Baek
1f205a8441
refac
2026-01-24 04:19:51 +04:00
Timothy Jaeryang Baek
b1d5b3b28e
refac
2026-01-24 04:17:11 +04:00
Timothy Jaeryang Baek
32810b4152
refac
2026-01-24 04:13:19 +04:00
Timothy Jaeryang Baek
b7e9992d78
refac
2026-01-24 03:25:29 +04:00
Timothy Jaeryang Baek
6c76983999
refac
2026-01-24 03:21:47 +04:00
Timothy Jaeryang Baek
8bf46dcc5d
refac
2026-01-24 03:16:34 +04:00
Timothy Jaeryang Baek
5510fa178e
refac
2026-01-24 03:10:29 +04:00
Timothy Jaeryang Baek
5ad593e465
refac: prompt endpoints
2026-01-24 03:08:48 +04:00
Timothy Jaeryang Baek
dff0141160
refac
2026-01-24 02:58:23 +04:00
Timothy Jaeryang Baek
44da9c6523
refac
2026-01-24 02:57:08 +04:00
Timothy Jaeryang Baek
6ab7d54982
refac
2026-01-24 02:51:44 +04:00
Timothy Jaeryang Baek
0c79a566ac
feat: prompt history frontend
2026-01-24 02:40:17 +04:00
Timothy Jaeryang Baek
34773e795b
wip: prompt history backend integration
2026-01-24 02:39:48 +04:00
Timothy Jaeryang Baek
66daa15722
wip: prompt history models
2026-01-24 02:39:29 +04:00
Timothy Jaeryang Baek
db80dd2692
feat: prompt history table
2026-01-24 02:38:57 +04:00
Tim Baek
0dc74a8a2e
refac
2026-01-23 08:33:21 -05:00
Tim Baek
90a057f400
refac
2026-01-23 08:25:19 -05:00
Timothy Jaeryang Baek
78f856e204
enh: quick prompt copy
2026-01-23 16:40:11 +04:00
Tim Baek
d2c695eb11
feat: add convert_output_to_messages for OR-aligned message building
2026-01-22 19:54:05 -05:00
Timothy Jaeryang Baek
46cf40ec82
refac
2026-01-23 04:31:39 +04:00
Timothy Jaeryang Baek
655420fd25
feat: ENABLE_OAUTH_TOKEN_EXCHANGE
2026-01-23 04:25:39 +04:00
Timothy Jaeryang Baek
52c73390f8
refac
2026-01-23 01:44:48 +04:00
Timothy Jaeryang Baek
c46ef3b63b
enh: builtin tools model editor
2026-01-23 01:40:18 +04:00
G30
443908b14c
fix: enforce Allow Chat Valves permission in integrations menu ( #20691 )
...
- The "Allow Chat Valves" permission was only hiding valves in the Chat Controls sidebar, but users could still bypass this by accessing valves through the integrations menu in the chat input field. This fix adds the permission check to hide Valves buttons for both tools and filters/functions in the integrations menu.
2026-01-22 16:25:00 -05:00
Timothy Jaeryang Baek
3bec320bb9
refac
2026-01-23 01:23:34 +04:00
Mikhail Gubenko
fa6f238777
docs: update pr template with critical checks and improve guidelines ( #20872 )
...
* docs: update pull request template with critical checks and improved guidelines
* Update .github/pull_request_template.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* docs: solidify pr checklist definitions and statements
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-22 16:20:18 -05:00
Tim Baek
86e6b2b68b
refac: audit
2026-01-22 16:18:16 -05:00
Timothy Jaeryang Baek
14e51e0977
refac
2026-01-23 01:02:41 +04:00
Timothy Jaeryang Baek
4c6f100b5f
refac
2026-01-23 00:56:50 +04:00
Classic298
5a0488bb18
init ( #20881 )
2026-01-22 20:30:07 +04:00
Timothy Jaeryang Baek
9af40624c5
refac
2026-01-22 18:58:00 +04:00
Timothy Jaeryang Baek
0df561c33c
refac
2026-01-22 18:40:54 +04:00
Timothy Jaeryang Baek
c7f996d593
refac: AIOHTTP_CLIENT_SESSION_TOOL_SERVER_SSL for mcp connections
2026-01-22 18:30:16 +04:00
Timothy Jaeryang Baek
907dba4517
feat: easter eggs flag
2026-01-22 18:27:42 +04:00
G30
9e5d6069fe
feat: Sort Tools and Functions dropdowns alphabetically ( #20871 )
...
Alphabetically sort Tools and Functions selection dropdowns in Chat Controls sidebar for easier navigation and better user experience.
2026-01-22 07:07:07 -05:00
Timothy Jaeryang Baek
14f6747dfc
refac
2026-01-22 15:07:14 +04:00
Timothy Jaeryang Baek
68b2872ed6
fix/refac: file batch process issue
2026-01-22 15:03:31 +04:00
Timothy Jaeryang Baek
1a4bdd2b30
refac
2026-01-22 14:59:15 +04:00
Timothy Jaeryang Baek
886c12c566
refac
2026-01-22 14:54:00 +04:00
Timothy Jaeryang Baek
a3600e8b21
refac
2026-01-22 04:12:57 +04:00
Timothy Jaeryang Baek
5d48e48e15
fix: ENABLE_PERSISTENT_CONFIG redis issue
2026-01-22 03:59:00 +04:00
Timothy Jaeryang Baek
474427c67e
enh: dynamic select options valve
2026-01-22 03:55:07 +04:00
Classic298
00b3583dc2
fix: fix reindex not working due to unnecessary dupe check ( #20857 )
...
* Update retrieval.py
* Update knowledge.py
* Update retrieval.py
* Update knowledge.py
2026-01-21 18:36:08 -05:00