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
|
1770556d56
|
fix: 修复工具调用时的 content 内容在重新加载后没有显示在 webchat 的问题 (#2727)
|
2025-09-12 13:05:33 +08:00 |
|
Soulter
|
888fb84aee
|
fix: 修复 WebChat 下,Agent 长时任务时,SSE 连接自动断开的问题
|
2025-09-12 13:04:27 +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
|
b78fe3822a
|
perf: 完善对 rerank model 的可用性检测
|
2025-09-04 15:46:23 +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 |
|
Soulter
|
ba2ee1c0aa
|
fix: 初次下载 webui 构建文件时下载指定版本而非 latest
|
2025-09-04 13:27:55 +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
|
5073f21002
|
bugfixes
|
2025-08-24 23:40:17 +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 |
|