Soulter
|
e83fc570a4
|
chore: bump version to 4.1.0
|
2025-09-13 13:31:49 +08:00 |
|
Yokami
|
e841b6af88
|
feat: 支持在 WebUI 自定义 OpenAI API extra_body 参数 (#2719)
* feat: 支持OPENAI系 模型的自定义标头,以解决qwen模型无法使用的问题
* fix: 修复AI说的问题
* fix: 布尔开关向右对齐
|
2025-09-13 13:23:49 +08:00 |
|
Zhalslar
|
9bfa726107
|
feat: 兼容指令名和第一个参数之间没有空格的情况 (#2650)
插件中@filter.command的指令在用户输入“命令+参数” 无空格隔开时无法处理,但只要稍微改动几行代码就可以兼容
|
2025-09-12 15:40:37 +08:00 |
|
shangxue
|
d24902c66d
|
feat: 添加 --webui-dir 启动参数以支持指定 WebUI 构建文件目录 (#2680)
* Update main.py
* Update server.py
* Update main.py
* Update main.py
* Update main.py
* Update initial_loader.py
* Update server.py
* Update main.py
* chore: update webui_dir type hint and improve dashboard file check logic
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-12 15:15:29 +08:00 |
|
RC-CHN
|
72aea2d3f3
|
feat: 允许添加多个 tavily API Key 进行轮询 (#2725)
* feat: 允许添加多个tavily API Key进行轮询
* perf: 并发安全的从列表中获取并轮换Tavily API密钥
* fix: 自动迁移旧版 websearch_tavily_key 为列表格式并保存
|
2025-09-12 15:03:47 +08:00 |
|
RC-CHN
|
dc9612d564
|
fix: 修复自定义文转图模板更新版本后会被覆盖的问题 (#2677)
* perf: 更新模板管理逻辑,在data目录中管理用户自定义模板,优化热重载逻辑
* refactor: 优化模板管理逻辑,重构模板复制和初始化流程,增强用户模板管理功能
* chore:移除无用注释
* remove:移除了t2i部分中不会走到的异常
* style: format code
* fix: trim whitespace from template names in create, update, and delete operations
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-12 13:34:07 +08:00 |
|
Soulter
|
d597fd056d
|
fix: 修复知识库不能创建的问题
|
2025-09-11 17:27:57 +08:00 |
|
anka
|
9431efc6d1
|
feat: 增加 on_platform_loaded 钩子以在消息平台适配器实例化完成后触发 (#2651)
* feat⚒️: 增加平台加载时的钩子
* fix: 补充api
* fix: 只捕获Exception
|
2025-09-09 08:44:37 +08:00 |
|
Soulter
|
7c3f5431ba
|
chore: bump version to 4.0.0
|
2025-09-07 21:19:19 +08:00 |
|
anka
|
d98cf16a4c
|
feat: 增加根据qq号/群号主动发送消息的封装, 增加事件构造 (#2629)
* feat: 增加根据qq号/群号主动发送消息的封装, 增加事件构造
* fix: 增加不支持平台提示, 修正文档字符串
* chore: lint
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-07 17:04:29 +08:00 |
|
Soulter
|
2c3c3ae546
|
fix: 移除无用的调试日志以简化命令注册逻辑
|
2025-09-07 11:37:34 +08:00 |
|
RC-CHN
|
b31b520c7c
|
feat: 支持管理 T2I 模版 (#2638)
* feat:添加t2i模板管理后端api,移除config.py中重复功能
* feat: 添加T2I模板管理功能前端,支持模板的创建、应用和重置
* refactor: 修复错误的保存逻辑,将t2i注册时打印路由信息部分移到基类实现
* remove:移除了路由注册时的打印
* chore: format code
* fix: update input variant from solo to outlined for better UI consistency
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-07 00:14:28 +08:00 |
|
shangxue
|
17aee086a3
|
feat: 添加 Satori 协议适配器支持 (#2633)
* Create satori_adapter.py
* Add files via upload
* Update default.py
* Update manager.py
* Update platform_adapter_type.py
* Update PlatformPage.vue
* Add files via upload
* Update default.py
* Update manager.py
* Update platform_adapter_type.py
* Update PlatformPage.vue
* Add files via upload
* Update default.py
* chore: format code
* feat: 修复 Image, Audio 的解析,修复 message_str 的解析
* perf: 增强鲁棒性
* feat: 添加 Satori 配置项描述,移除适配器默认配置
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-06 23:52:00 +08:00 |
|
Zhalslar
|
c1756e5767
|
fix: 修复组件 type 属性为枚举值 (#2628)
当前components.py中每个组件的type属性都是直接字符串赋值,IDE会爆红。
修正为使用本就定义好的ComponentType枚举类
用时修正多个组件中当url为空时convert_to_base64检查路径导致的报错
|
2025-09-06 19:22:49 +08:00 |
|
anka
|
2920279c64
|
Fix: 修正 QQ 群成员昵称获取 (#2626)
* feat: 修正群昵称获取
* fix: 增加兜底机制
|
2025-09-06 19:16:57 +08:00 |
|
Soulter
|
26c6a2950f
|
📦 release: bump version to v4.0.0-beta.5
|
2025-09-05 17:42:38 +08:00 |
|
Soulter
|
5082876de3
|
fix: 修复 v4.0.0 版本下可能无法得到 LLM 的响应的问题
closes: #2622
|
2025-09-05 17:20:29 +08:00 |
|
卢小辉
|
45a4a6b6da
|
feat: 给添加 edge_tts 新增 rate, volume, pitch 参数 (#2625)
* 修复python执行器文件上传qq提示参数错误问题,修改策略为本地url
* 给edge_tts 添加3个默认参数,方便通过ui配置
|
2025-09-05 15:23:21 +08:00 |
|
Soulter
|
02918b7267
|
perf: 增加 abconf_data 缓存,优化性能
|
2025-09-04 23:48:33 +08:00 |
|
Soulter
|
6c662a36c1
|
fix: 适配 qwen3 的 thinking 类模型
fixes: #2631
|
2025-09-04 20:26:52 +08:00 |
|
Soulter
|
35eda37e83
|
Merge remote-tracking branch 'origin/releases/v3.5.27'
|
2025-09-04 15:30:15 +08:00 |
|
Soulter
|
176a8e7067
|
chore: add no_proxy config item
|
2025-09-04 15:23:58 +08:00 |
|
Soulter
|
61d4f1fd4b
|
📦 release: v3.5.27
|
2025-09-04 15:01:44 +08:00 |
|
Soulter
|
d11f1d8dae
|
perf: enhance update checks to consider pre-release versions
|
2025-09-04 14:33:19 +08:00 |
|
Soulter
|
2a7308363e
|
fix: 下载 WebUI 时,明确版本号
|
2025-09-04 13:54:16 +08:00 |
|
Zhalslar
|
0f8b550d68
|
fix: aiocqhttp优先使用session_id发送消息 (#2623)
* fix: aiocqhttp优先使用session_id发送消息
当前aiocqhttp依赖raw_message来发送消息,raw_message为空时也无法有效回退到用group_id或user_id来发送,更符合逻辑的应该:优先使用session_id(group_id or user_id),raw_message兜底
* Update aiocqhttp_message_event.py
* fix: validate session_id as integer and improve send_message docstring
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-04 11:34:40 +08:00 |
|
Soulter
|
fa53b468fd
|
fix: ensure function call name and args are not None before processing
|
2025-09-04 11:18:58 +08:00 |
|
Soulter
|
388ae49e55
|
fix: 修复 e.message 为 None 时报错的问题和一些 lint error
|
2025-09-03 22:25:18 +08:00 |
|
Soulter
|
f3f347dcba
|
📦 release: bump verstion to v4.0.0-beta.4
|
2025-09-03 13:29:20 +08:00 |
|
Soulter
|
06df2940af
|
chore: change identifier description
|
2025-09-03 12:46:10 +08:00 |
|
Soulter
|
da351991f8
|
📦 release: bump verstion to v4.0.0-beta.3
|
2025-09-03 01:01:48 +08:00 |
|
Soulter
|
45773d38ed
|
📦 release: bump verstion to v4.0.0-beta.2
|
2025-09-03 00:32:49 +08:00 |
|
Soulter
|
1e14fba81a
|
📦 release: bump verstion to v4.0.0-beta.1
|
2025-09-02 23:27:55 +08:00 |
|
Soulter
|
8f4625f53b
|
Merge remote-tracking branch 'origin/master' into releases/4.0.0
|
2025-08-31 20:37:53 +08:00 |
|
Soulter
|
1e5f243edb
|
📦 release: v3.5.26
|
2025-08-31 20:25:05 +08:00 |
|
Soulter
|
b1e4bff3ec
|
feat: 支持升级的同时更新到指定版本的 WebUI
|
2025-08-31 19:55:46 +08:00 |
|
Soulter
|
d2d5ef1c5c
|
feat: add custom T2I template editor (#2581)
|
2025-08-31 11:11:55 +08:00 |
|
RC-CHN
|
98d8eaee02
|
feat: 添加 no_proxy 配置支持以优化代理设置 (#2564)
|
2025-08-26 21:08:46 +08:00 |
|
ZvZPvz
|
10b9228060
|
feat: 调用 deepseek-reasoner 时自动移除 tools (#2531)
* 调用DeepSeek为思考模式时自动移除tools
* Update astrbot/core/provider/sources/openai_source.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* Update openai_source.py
* Update openai_source.py
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
|
2025-08-26 20:44:56 +08:00 |
|
xiewoc
|
5872f1e017
|
feat: 支持官方 QQ 接口发送语音 (#2525)
* Update dingtalk_event.py
* Add files via upload
* Add files via upload
* Update qqofficial_platform_adapter.py
* Add files via upload
* chore: clean comments
* chore: clean code
---------
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
|
2025-08-26 20:40:59 +08:00 |
|
Soulter
|
69aaf09ac8
|
chore: 修复当自动更新 webchat title 时,history 被重置的问题
|
2025-08-24 00:23:08 +08:00 |
|
Soulter
|
cfd05a8d17
|
chore: clean code
|
2025-08-23 21:46:59 +08:00 |
|
Raven95676
|
29845fcc4c
|
feat: Gemini添加对LLMResponse的raw_completion支持
|
2025-08-23 14:14:25 +08:00 |
|
Soulter
|
e204b180a8
|
Improve: 扩大配置文件生效范围的自定义程度到会话粒度 (#2532)
* feat: 扩大配置文件生效范围的自定义程度
* perf: 冲突检测
* refactor: simplify config form validation and improve conflict message clarity
|
2025-08-22 19:31:55 +08:00 |
|
Soulter
|
563972fd29
|
fix: bugfixes
|
2025-08-22 17:41:06 +08:00 |
|
AkkoYK
|
cbe94b84fc
|
feat: 为 FishAudio TTS 添加可选的 reference_id 直接指定功能 (#2513)
* 移除TTS提供商:FishAudio TTS的角色名称查询机制,改为直接使用参考模型ID
/// 修改内容 ///
- 移除复杂的角色查询逻辑
删除了 get_reference_id_by_character 方法
移除了通过角色名称搜索模型ID的API调用逻辑
- 简化配置字段
将 fishaudio-tts-character 字段替换为 fishaudio-tts-reference-id
设置默认值为可莉的模型ID:626bb6d3f3364c9cbc3aa6a67300a664
- 优化代码结构
直接在初始化时获取reference_id
简化请求生成逻辑,直接使用配置的模型ID
/// 修改原因 ///
避免同名冲突:不同模型可能使用相同的角色名称,导致获取错误的模型
提高性能:移除了额外的API查询步骤,减少延迟
增强可靠性:用户直接指定准确的模型ID,避免搜索失败的情况
简化维护:减少了代码复杂度,降低维护成本
/// 新的使用方式 ///
用户需要从 FishAudio 模型的详情页面/URL 中获取具体的模型ID(如 626bb6d3f3364c9cbc3aa6a67300a664),并在配置中直接填入 fishaudio-tts-reference-id 字段。
这个修改使得FishAudio TTS的配置更加直观和可靠,同时提升了系统的整体性能。
* Refactor: 添加FishAudio TTS reference_id格式验证
添加ID格式验证逻辑,防止无效的reference_id调用API失败。
验证32位十六进制格式并提供详细错误提示。
* Feat: 添加FishAudio TTS可选reference_id配置实现向前兼容
新增可选的reference_id字段,优先使用直接ID,未配置时回退到角色名称查询。
保持完全向前兼容,现有配置无需修改。
|
2025-08-22 16:55:07 +08:00 |
|
Soulter
|
aa6f73574d
|
feat: 多 t2i 服务的随机负载均衡 (#2529)
|
2025-08-22 16:43:59 +08:00 |
|
Soulter
|
2171372246
|
feat: llm_tool 装饰器返回值支持返回 mcp 库中 tool 的返回值类型(mcp.type.CallToolResult) (#2507)
|
2025-08-20 15:33:46 +08:00 |
|
Soulter
|
d2df4d0cce
|
Feature: 支持在配置文件配置可用的插件组 (#2505)
* feat: 增加可用插件集合配置项
* remove: 旧版平台可用性配置
已经基于多配置文件实现。
* feat: 应用配置文件插件可用性配置
* perf: hoist if from if
|
2025-08-20 15:25:41 +08:00 |
|
Soulter
|
1a84ebbb1e
|
fix: remove debug print statement for reranked results in FaissVecDB
|
2025-08-19 17:57:16 +08:00 |
|