Commit Graph

1957 Commits

Author SHA1 Message Date
jxxghp
fa2be65bc6 fix(ChatGPT): 修复 API 注册格式 2026-05-30 21:41:57 +08:00
jxxghp
08a32a009d fix(ChatGPT): 添加缓存数量刷新按钮 2026-05-30 21:37:58 +08:00
jxxghp
aa502fc5fc fix(ChatGPT): 删除重复的缓存按钮 2026-05-30 21:35:32 +08:00
jxxghp
7722ce3406 fix(ChatGPT): 修复语法错误 2026-05-30 21:33:29 +08:00
jxxghp
3bd0964209 fix(ChatGPT): 调整缓存区布局
- 缓存区移到识别提示词上方
- 缓存数量在左,清除按钮在右
- 清除缓存后自动刷新页面显示最新数量
2026-05-30 21:27:32 +08:00
jxxghp
157a1053b1 feat(ChatGPT): v3.0.3 添加识别结果持久化缓存
- 添加识别结果持久化缓存,避免相同标题重复调用 LLM API
- 初始化时从数据库加载缓存到内存,新增缓存时同时写入内存和数据库
- 支持手动清除缓存并显示当前缓存数量
- 添加 /clear_cache 和 /cache_stats API
2026-05-30 21:17:51 +08:00
jxxghp
154f996dbe fix: open ChatGPT plugin config directly 2026-05-27 18:34:29 +08:00
jxxghp
5ed9ee9793 fix: hide unknown autosignin sites AutoSignIn_v2.9.1 2026-05-27 13:22:46 +08:00
jxxghp
bb3c392e62 fix: resolve autosignin site name display 2026-05-27 13:16:50 +08:00
jxxghp
0398af971b feat: support v2 ChatGPT LLM proxy config 2026-05-27 07:09:45 +08:00
jxxghp
a5237c6a5b feat: add Agent Tokens proxy toggle 2026-05-27 07:05:45 +08:00
jxxghp
b048106d2e feat: optimize v2 ChatGPT recognition plugin 2026-05-27 06:59:47 +08:00
jxxghp
ec0c8cc521 修复自动签到详情页图标显示 AutoSignIn_v2.9.0 2026-05-26 18:01:29 +08:00
jxxghp
52cd5b96e1 增强自动签到状态圆点对比度 2026-05-26 15:30:05 +08:00
jxxghp
0d7be2b58c 修复自动签到透明主题样式 2026-05-26 15:21:01 +08:00
jxxghp
e29a710a33 优化站点自动签到详情页 2026-05-26 15:04:45 +08:00
jxxghp
de83b88ad1 feat: refine agent tokens management UI AgentTokens_v1.0.9 2026-05-26 08:59:55 +08:00
jxxghp
96ac52041a feat: support agent tokens user agent AgentTokens_v1.0.8 2026-05-26 08:20:03 +08:00
jxxghp
287ccf50b2 fix: 禁用VWindow触摸滑动,修复表格内滑动触发tab切换 AgentTokens_v1.0.7 2026-05-25 15:48:36 +08:00
jxxghp
08faed6ff0 fix: 禁用VWindow触摸滑动,修复表格内滑动触发tab切换问题,升版本1.0.7 2026-05-25 15:44:09 +08:00
jxxghp
944867f96e fix: 设置base为相对路径 2026-05-25 15:36:15 +08:00
jxxghp
5f7c342b78 fix: 移除vuetify-filter,修复页面显示问题 2026-05-25 15:35:30 +08:00
jxxghp
7aa0f188c7 style(agenttokens): add title left margin in dialog AgentTokens_v1.0.6 2026-05-25 10:40:22 +08:00
jxxghp
3a7afe5047 style(agenttokens): fix dialog title truncation and align full-page title with site management style, bump version to 1.0.6 2026-05-25 10:36:19 +08:00
jxxghp
9c87f5e51b style(agenttokens): optimize UI layout, make dialog headers sticky, and reposition config toggles, bump version to 1.0.5 AgentTokens_v1.0.5 2026-05-25 10:11:31 +08:00
jxxghp
35b010c03d feat(agenttokens): add detailed logs for LLM assignment and token usage updates, bump version to 1.0.4 AgentTokens_v1.0.4 2026-05-25 09:52:04 +08:00
jxxghp
74926ca150 fix(agenttokens): restore missing page variables, remove global vuetify style leak, and unify header buttons style, bump version to 1.0.3 AgentTokens_v1.0.3 2026-05-25 09:45:46 +08:00
jxxghp
51c18cbb19 fix(agenttokens): resolve double title issue and layout scroll bug in dialog view, bump version to 1.0.2 AgentTokens_v1.0.2 2026-05-25 09:37:43 +08:00
jxxghp
02b3d61c04 更新 package.v2.json AgentTokens_v1.0.1 2026-05-25 09:31:40 +08:00
jxxghp
13c12392d0 fix(agenttokens): resolve API 404 and add missing close button, bump version to 1.0.1 2026-05-25 09:30:34 +08:00
jxxghp
9332e17e6c 更新 __init__.py 2026-05-25 09:13:27 +08:00
jxxghp
8e5bfd58c0 更新 package.v2.json AgentTokens_v1.0.0 2026-05-25 09:05:59 +08:00
jxxghp
a52e8ad0ed feat: add agent tokens management plugin 2026-05-25 07:32:36 +08:00
jxxghp
21ebda74b1 fix: filter watchfiles temporary files 2026-05-25 06:14:02 +08:00
jxxghp
50b4d2558c fix: prevent status card icon overflow 2026-05-24 20:32:23 +08:00
jxxghp
94e14d86d7 feat: enhance MoviePilot server status dashboard 2026-05-24 20:16:41 +08:00
jxxghp
a6f5d3a75b fix: dedupe person metadata scraping 2026-05-24 19:58:54 +08:00
jxxghp
ab8e7c99b7 fix: bound seeding plugin caches 2026-05-24 18:03:42 +08:00
jxxghp
41663d5a27 fix: update imdbsource zhconv dependency 2026-05-23 19:51:16 +08:00
jxxghp
d475578bcd chore: update agent resource officer jieba dependency 2026-05-23 13:05:45 +08:00
jxxghp
c6a6877ff7 chore: restore agent resource officer jieba usage ClashRuleProvider_v2.1.6 2026-05-23 12:59:48 +08:00
jxxghp
eb13d0ec62 chore: constrain clash rule provider sse dependency 2026-05-23 12:38:35 +08:00
jxxghp
59486dbf01 chore: rely on core fast bencode dependency 2026-05-23 12:18:51 +08:00
jxxghp
c6d91a74f2 chore: clarify fast bencode usage 2026-05-23 12:08:34 +08:00
jxxghp
9b476c61d3 chore: update v2 plugin text dependencies 2026-05-23 11:52:00 +08:00
jxxghp
b74a36bbe2 refactor: migrate monitor plugins to watchfiles 2026-05-22 09:14:42 +08:00
jxxghp
2fd3e1e37e docs: clarify plugin dependency constraints 2026-05-21 21:37:18 +08:00
jxxghp
a6030ad068 docs: add plugin sidebar nav FAQ 2026-05-21 21:31:15 +08:00
liuyuexi1987
6327c89a78 fix: relax lark-oapi constraint to avoid MoviePilot environment conflicts (#1028) 2026-05-20 20:10:54 +08:00
jxxghp
a2be00a423 feat: add plugin system version constraints 2026-05-20 19:56:21 +08:00