Commit Graph

5801 Commits

Author SHA1 Message Date
3e11a90b3c Add message and example counts to itemization templates 2025-04-27 02:26:43 +03:00
a927ab557a Check instruct activation regex before selecting bound context template match 2025-04-26 01:47:07 +03:00
6848b38bb7 Merge pull request #3900 from equal-l2/vision-cleanup
Vision cleanup
2025-04-26 01:21:42 +03:00
6eb89bd21c fix some linting 2025-04-25 20:58:28 +02:00
05c010223b Move function above init
Well, I like that init is last in nearly all files...
2025-04-25 20:49:47 +02:00
a667e14c8b Make global WI placeholder translatable 2025-04-25 20:45:13 +02:00
470a0964f7 Initialize world info during app startup
Moves world info event binding from jQuery document-ready handler
to explicit initialization function for better control flow
Ensures world info setup occurs after core dependencies are loaded
2025-04-25 20:43:13 +02:00
2d366117dd chat preset: GLM-4 2025-04-25 15:22:51 +09:00
3fd12b28dc Merge branch 'staging' into vision-cleanup 2025-04-25 01:49:40 +09:00
903839c9c5 Use array syntax for excluding non-vision OpenAI models
Co-authored-by: Wolfsblvt <wolfsblvt@gmail.com>
2025-04-25 01:40:13 +09:00
5241b22a73 Add reasoning effort control for CC OpenRouter
Closes #3890
2025-04-23 21:38:31 +03:00
cfc41163e2 Merge pull request #3893 from SillyTavern/gemini-2.5-thinking
Thinking Budget 2.5: Electric Googaloo
2025-04-23 20:36:02 +03:00
3e8f9e2680 Fix for eslint 2025-04-24 00:02:43 +09:00
bdf4241d18 Default to "Auto" reasoning effort 2025-04-23 14:54:34 +00:00
44c5ce9a30 Exclude o1-mini from vision supported models 2025-04-23 23:45:58 +09:00
65aec223a3 Vision models clean-up 2025-04-23 23:45:58 +09:00
6878c79fc8 Prevent send on Enter when IME composing
Fixes #2398
2025-04-23 09:26:15 +00:00
5c8b8f4b98 Refactor getReasoningEffort 2025-04-23 00:44:14 +03:00
bee3cee740 Go team dropdown 2025-04-23 00:38:28 +03:00
0520f3ccf4 Fix gpt-4o-mini snapshots 2025-04-22 23:28:49 +03:00
870abe0776 Code clean-up 2025-04-22 22:36:01 +03:00
b39b7998ce refactor(slash-commands): 优化消息定位和滚动效果 2025-04-23 01:34:29 +08:00
59ebf2e5b8 refactor(slash-commands): 重命名 goto-floor 命令为 chat-jump
- 将命令名称从 'goto-floor' 修改为 'chat-jump',以更好地反映其功能
2025-04-23 01:12:57 +08:00
ee11f021eb refactor(slash-commands): 优化 /goto-floor 命令并添加高亮功能
- 重新组织消息加载和滚动逻辑,提高命令成功率
- 添加消息元素高亮功能,使用 flashHighlight 或临时 CSS 类
2025-04-23 01:04:52 +08:00
ceeaeea123 feat(slash-commands): 优化 /goto-floor 命令并加载所有消息
- 在执行 /goto-floor 命令前加载所有消息,确保目标元素存在
- 添加加载消息的步骤,解决因懒加载导致的元素找不到问题
2025-04-23 00:45:05 +08:00
6d0318eb36 refactor(slash-commands): 优化 /goto-floor 命令的代码格式和注释
- 修正 EDLint 标记错误
2025-04-23 00:05:35 +08:00
485d07b91f feat(slash-commands): 添加 /goto-floor 命令并实现消息高亮
- 新增 /goto-floor 命令,允许用户滚动到指定的消息索引
- 实现消息高亮功能,滚动到指定消息后进行突出显示
- 添加相关的 CSS 样式,确保高亮效果在不同浏览器中兼容
2025-04-22 23:51:40 +08:00
a95056db40 Thinking Budget 2.5: Electric Googaloo 2025-04-21 21:10:40 +03:00
dd3d3226eb update per cohee recommendations 2025-04-20 14:20:13 -07:00
c63ef20919 change language when context size exceeded 2025-04-20 13:58:11 -07:00
7f22def794 Merge pull request #3881 from DreamGenX/dg_lucid
DreamGen Lucid
2025-04-19 22:01:37 +03:00
dc6407ee8f DreamGen Lucid 2025-04-19 15:04:00 +02:00
586ce36167 Merge pull request #3868 from YunZLu/staging
Fix Edge Browser TTS Compatibility
2025-04-19 01:15:14 +03:00
3ba7291c35 Merge pull request #3873 from Teashrock/staging
Implemented /getglobalbooks STScript command
2025-04-19 01:05:43 +03:00
75d0cf828a Fix callback return types 2025-04-19 01:05:14 +03:00
9d8283e4c7 Fix assets_menu selector 2025-04-18 22:42:12 +03:00
352a8c3c97 Fix TTS provider settings
Fixes #3877
2025-04-18 22:03:17 +03:00
e3f5949cc1 Implemented /getglobalbooks STScript command 2025-04-18 12:32:52 +03:00
e0b7c9ef4c Fixed image viewing capabilities and added option for caption extension 2025-04-17 17:34:35 -04:00
53dd3aed4e Cleaning up and checking for vision support 2025-04-17 16:48:27 -04:00
c89c1beffd Added support for Gemini 2.5 Flash Preview 04/17 from Google AI Studio 2025-04-17 16:18:34 -04:00
41c2dd16f2 fix(eslint): resolve no-trailing-spaces error 2025-04-18 04:12:37 +08:00
d7cc70256a cleaned all redundant comments 2025-04-18 03:58:04 +08:00
d511875db9 Fix Edge Browser TTS Compatibility
Edge-compatible fallback for empty Web Speech voice lists
2025-04-17 19:46:49 +08:00
7b2f1f7c7a Add o3 and o4-mini 2025-04-16 23:12:40 +03:00
722b0698e9 Fix reasoning content bleeding into multi-swipes 2025-04-16 21:35:35 +03:00
c3717ff06a Merge pull request #3852 from subzero5544/xAI-grok-reverse-proxy-testing
Adding reverse proxy support to xai chat completion
2025-04-16 21:14:38 +03:00
07fb92b37d Added vector secondary url placeholder example 2025-04-16 17:39:29 +05:00
f8bccb472f Adjusted naming and validation 2025-04-16 17:34:58 +05:00
bfe50403af Forgot semicolons 2025-04-16 16:45:01 +05:00