jxxghp
a05ffc07d4
refactor: remove legacy LLM_DISABLE_THINKING and LLM_REASONING_EFFORT config, unify thinking_level handling
...
- Eliminate support for LLM_DISABLE_THINKING and LLM_REASONING_EFFORT in config, code, and tests
- Simplify LLM thinking level logic to rely solely on LLM_THINKING_LEVEL
- Refactor LLMHelper and related endpoints to remove legacy parameter handling
- Update system API and test utilities to match new configuration structure
- Minor code cleanup and formatting improvements
2026-04-25 10:42:03 +08:00
jxxghp
c7fa3dc863
feat: unify llm thinking level controls
2026-04-24 19:50:23 +08:00
jxxghp
38933d5882
feat(agent): support disabling model thinking
2026-04-22 10:36:36 +08:00
jxxghp
ee7ba28235
Allow LLM test to use request payload
2026-04-21 22:14:19 +08:00
笨笨
8aa8b1897b
feat: add llm test endpoint
2026-04-21 20:39:32 +08:00
jxxghp
115fb40772
Allow known nettest redirects
2026-04-18 18:27:03 +08:00
jxxghp
10b0dbb5d3
Add nettest documentation comments
2026-04-18 17:52:01 +08:00
jxxghp
4c32ad902b
Harden system nettest SSRF handling
2026-04-18 17:43:38 +08:00
jxxghp
2ae2ea8ef7
feat: expose AI agent flag in user global settings
2026-04-14 15:50:46 +08:00
InfinityPacer
8d938c2273
fix(system): expose backend dev flag only in dev mode
2026-04-13 06:54:33 +08:00
InfinityPacer
1af5f02832
fix(http): use explicit success checks in async callers
2026-04-10 18:21:30 +08:00
jxxghp
974d5f2f49
fix: 修复获取Google模型列表阻塞事件循环及缺少代理配置的问题
2026-04-04 06:58:39 +08:00
jxxghp
78b8b30351
rollback aiopathlib
2026-03-24 09:06:44 +08:00
jxxghp
e82494c444
feat(agent): support skills
2026-03-24 08:48:27 +08:00
jxxghp
6065c29891
Revert "Merge pull request #5573 from wikrin/refactor-static-methods-conversion"
...
This reverts commit b8fc20b981 , reversing
changes made to e09cfc6704 .
2026-03-14 18:21:31 +08:00
jxxghp
f38cb274e4
Revert "refactor(helper): 将LLMHelper StorageHelper的相关方法改为静态方法,移除实例调用"
...
This reverts commit 9f381b3c73 .
2026-03-14 18:19:47 +08:00
Attente
9f381b3c73
refactor(helper): 将LLMHelper StorageHelper的相关方法改为静态方法,移除实例调用
2026-03-14 10:29:37 +08:00
Attente
b89825525a
refactor(helper): 将DirectoryHelper、RuleHelper和TorrentHelper方法改为静态方法
...
- 移除不必要的实例化操作,直接使用类方法
2026-03-13 19:50:10 +08:00
景大侠
c86659428f
feat(recommend): 手动执行推荐缓存服务时强刷数据
2026-02-13 18:17:42 +08:00
PKC278
7489c76722
feat(passkey): 允许在未开启 OTP 时注册通行密钥
2026-01-20 19:35:36 +08:00
PKC278
619a70416b
fix: 修正智能推荐功能未检查智能助手总开关的问题
2026-01-15 22:57:49 +08:00
PKC278
95f2ac3811
feat(search): 添加AI推荐功能并优化相关逻辑
2026-01-15 02:49:29 +08:00
PKC278
ef43419ecd
Update app/api/endpoints/system.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-28 16:38:30 +08:00
PKC278
2ca375c214
feat(system): 添加前端和后端版本信息
2025-12-28 16:08:14 +08:00
PKC278
9a99b9ce82
fix(system): 更新global返回字段,采用白名单模式
2025-12-26 23:02:40 +08:00
jxxghp
274fc2d74f
v2.8.8
...
- 下载器支持配置路径映射
- 问题修复与细节优化
2025-12-10 14:33:13 +08:00
Attente
5af217fbf5
refactor: 将图片获取逻辑抽象为独立的 ImageHelper
2025-12-06 10:10:36 +08:00
Attente
ca5ec8af0f
feat(config): 优化配置变更事件处理机制
2025-11-27 23:17:34 +08:00
madrays
91c7ef6801
增加自动拉取可用ai模型的易用性功能
2025-11-20 19:01:33 +08:00
景大侠
1205fc7fdb
避免不必要的图片cookies查询
2025-11-05 15:22:02 +08:00
景大侠
0e13d22c97
fix 适配新版飞牛影视
2025-11-04 13:25:18 +08:00
Attente
c17cca2365
fix(update_setting): 修复设置保存错误的问题
...
- adapt to Pydantic V2
2025-11-01 23:51:59 +08:00
jxxghp
24b6c970aa
feat:emby用户名
2025-09-13 10:34:41 +08:00
jxxghp
239c47f469
fix #4917
2025-09-13 10:13:33 +08:00
jxxghp
f0fc64c517
fix #4917
2025-09-13 10:12:40 +08:00
jxxghp
71a9fe10f4
refactor ProgressHelper
2025-08-24 09:02:55 +08:00
jxxghp
c6c84fe65b
rename
2025-08-21 16:02:50 +08:00
jxxghp
f07496a4a0
fix cache
2025-08-20 21:11:10 +08:00
jxxghp
b3113e13ec
refactor:新增文件缓存组合
2025-08-20 19:04:07 +08:00
jxxghp
055c8e26f0
refactor:重构缓存系统
2025-08-20 17:35:32 +08:00
jxxghp
d98ceea381
fix #4768
2025-08-17 11:44:09 +08:00
jxxghp
1ab2da74b9
use apipathlib
2025-08-17 09:00:02 +08:00
jxxghp
420fa7645f
mask key
2025-08-05 20:14:00 +08:00
jxxghp
5a5c4ace6b
fix 实时日志性能
2025-08-02 10:24:46 +08:00
jxxghp
0c8fd5121a
fix async apis
2025-08-01 14:19:34 +08:00
jxxghp
dee1212a76
feat:推荐使用异步API
2025-07-31 09:50:49 +08:00
jxxghp
71f7bc7b1b
fix
2025-07-30 21:06:55 +08:00
jxxghp
ae4f03e272
fix logging api
2025-07-30 21:01:28 +08:00
jxxghp
c8749b3c9c
add aiopath
2025-07-30 19:49:59 +08:00
jxxghp
49647e3bb5
fix asyncio sleep
2025-07-30 18:53:23 +08:00