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 |
|
Raven95676
|
29845fcc4c
|
feat: Gemini添加对LLMResponse的raw_completion支持
|
2025-08-23 14:14:25 +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
|
94f0419ef7
|
docs: update readme
|
2025-08-20 16:41:22 +08:00 |
|
Soulter
|
49def5d883
|
📦 release: v3.5.25
v3.5.25
|
2025-08-19 01:32:24 +08:00 |
|
Soulter
|
6975525b70
|
feat: 添加预发布版本提醒和检测功能
|
2025-08-19 01:15:56 +08:00 |
|
Soulter
|
90cb5a1951
|
fix: 当返回文本为空并且存在工具调用时错误地被终止事件,导致工具调用结果未被返回 (#2491)
fixes: #2448 #2379
|
2025-08-19 00:52:13 +08:00 |
|
Junhua Don
|
b71000e2f3
|
fix: 修复无法清空 http_proxy 代理的问题 (#2434)
* fix: 修复无法清空http_proxy代理的问题
* perf: 将“127.0.0.1”和“::1”添加到“no_proxy”以确保所有本地流量绕过代理。
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
|
2025-08-17 10:49:23 +08:00 |
|
Soulter
|
02a9769b35
|
fix: 补充工具调用轮数上限配置
|
2025-08-14 23:51:22 +08:00 |
|
Soulter
|
7640f11bfc
|
docs: update readme
|
2025-08-14 17:28:51 +08:00 |
|
Soulter
|
9fa44dbcfa
|
docs: update readme
|
2025-08-14 14:16:22 +08:00 |
|
Copilot
|
2cae941bae
|
Fix incomplete Gemini streaming responses in chat history (#2429)
* Initial plan
* Fix incomplete Gemini streaming responses in chat history
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
Co-authored-by: Raven95676 <Raven95676@gmail.com>
|
2025-08-14 11:56:50 +08:00 |
|
Copilot
|
bc0784f41d
|
fix: enable_thinking parameter for qwen3 models in non-streaming calls (#2424)
* Initial plan
* Fix ModelScope enable_thinking parameter for non-streaming calls
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
* Tighten enable_thinking condition to only Qwen/Qwen3 models
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
* qwen3 model handle
* Update astrbot/core/provider/sources/openai_source.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-14 11:18:29 +08:00 |
|
Copilot
|
c57d75e01a
|
feat: add comprehensive GitHub Copilot instructions for AstrBot development (#2426)
* Initial plan
* Initial progress - completed repository exploration and dependency installation
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
* Complete copilot-instructions.md with comprehensive development guide
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
* Update copilot-instructions.md
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
|
2025-08-13 23:31:28 +08:00 |
|
RC-CHN
|
73edeae013
|
perf: 优化hint渲染方式,为部分类型供应商添加默认的温度选项 (#2321)
* feat:为webchat页面添加一个手动上传文件按钮(目前只处理图片)
* fix:上传后清空value,允许触发change事件以多次上传同一张图片
* perf:webchat页面消息发送后清空图片预览缩略图,维持与文本信息行为一致
* perf:将文件输入的值重置为空字符串以提升浏览器兼容性
* feat:webchat文件上传按钮支持多选文件上传
* fix:释放blob URL以防止内存泄漏
* perf:并行化sendMessage中的图片获取逻辑
* perf:优化hint渲染方式,为部分类型供应商添加默认的温度选项
|
2025-08-12 21:53:06 +08:00 |
|
MUKAPP
|
7d46314dc8
|
fix: 修复注册文件时由于 file:/// 前缀,导致文件被误判为不存在的问题 (#2325)
fixes #2222
|
2025-08-12 21:47:31 +08:00 |
|
你们的饺子
|
d5a53a89eb
|
fix: 修复插件的 terminate 无法被正常调用的问题 (#2352)
|
2025-08-12 21:41:19 +08:00 |
|
dependabot[bot]
|
a85bc510dd
|
chore(deps): bump actions/checkout in the github-actions group (#2400)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-12 15:15:28 +08:00 |
|
Soulter
|
2beea7d218
|
📦 release: v3.5.24
v3.5.24
|
2025-08-07 20:36:59 +08:00 |
|
Soulter
|
a93cd3dd5f
|
feat: compshare provider
|
2025-08-07 20:25:45 +08:00 |
|
Soulter
|
db4d02c2e2
|
docs: add 1panel deployment method
|
2025-08-02 19:01:49 +08:00 |
|
Soulter
|
fd7811402b
|
fix: 添加对 metadata 中 description 字段的支持,确保元数据完整性
fixes: #2245
|
2025-08-02 16:01:10 +08:00 |
|
你们的饺子
|
eb0325e627
|
fix: 修复了 OpenAI 类型的 LLM 空内容响应导致的无法解析 completion 的错误。 (#2279)
|
2025-08-02 15:46:11 +08:00 |
|
IGCrystal
|
8b4b04ec09
|
fix(i18n): add missing noTemplates key (#2292)
|
2025-08-02 14:16:59 +08:00 |
|
Larch-C
|
9f32c9280f
|
chore: update and rename PLUGIN_PUBLISH.md to PLUGIN_PUBLISH.yml (#2289)
|
2025-08-02 14:16:19 +08:00 |
|
yrk111222
|
4fcd09cfa8
|
feat: add ModelScope API support (#2230)
* add ModelScope API support
* update
|
2025-08-02 14:14:08 +08:00 |
|
Misaka Mikoto
|
7a8d65d37d
|
feat: add plugins local cache and remote file MD5 validation (#2211)
* 修改openai的嵌入模型默认维度为1024
* 为插件市场添加本地缓存
- 优先使用api获取,获取失败时则使用本地缓存
- 每次获取后会更新本地缓存
- 如果获取结果为空,判定为获取失败,使用本地缓存
- 前端页面添加刷新按钮,用于手动刷新本地缓存
* feat: 增强插件市场缓存机制,支持MD5校验以确保数据有效性
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-08-02 14:03:53 +08:00 |
|
Raven95676
|
23129a9ba2
|
Merge branch 'releases/3.5.23'
v3.5.23
|
2025-07-26 16:49:38 +08:00 |
|
Raven95676
|
7f791e730b
|
fix: changelogs
|
2025-07-26 16:49:05 +08:00 |
|
Raven95676
|
f7e296b349
|
Merge branch 'releases/3.5.23'
|
2025-07-26 16:34:30 +08:00 |
|
Raven95676
|
712d4acaaa
|
release: v3.5.23
|
2025-07-26 16:32:06 +08:00 |
|
Raven95676
|
74a5c01f21
|
refactor: remove code and documentation references related to gewechat
|
2025-07-26 14:19:17 +08:00 |
|
Raven95676
|
3ba8724d77
|
Merge branch 'master' into dev
|
2025-07-26 14:02:05 +08:00 |
|
鸦羽
|
6313a7d8a9
|
Merge pull request #2221 from Raven95676/fix/axios-dependency
fix: update axios version range for vulnerability fix
|
2025-07-24 18:34:14 +08:00 |
|
Raven95676
|
432a3f520c
|
fix: update axios version range for vulnerability fix
|
2025-07-24 18:28:02 +08:00 |
|
Soulter
|
191b3e42d4
|
feat: implement log history retrieval and improve log streaming handling (#2190)
|
2025-07-23 23:36:08 +08:00 |
|
Misaka Mikoto
|
a27f05fcb4
|
chore: 修改 OpenAI 嵌入模型提供商默认向量维度为1024 (#2209)
|
2025-07-23 23:35:04 +08:00 |
|
Soulter
|
2f33e0b873
|
chore: remove adapters of wechat personal account
|
2025-07-23 10:51:42 +08:00 |
|
Soulter
|
f0359467f1
|
chore: remove adapters of wechat personal account
|
2025-07-23 10:50:43 +08:00 |
|
Soulter
|
d1db8cf2c8
|
chore: remove adapters of wechat personal account
|
2025-07-23 10:48:58 +08:00 |
|
Soulter
|
b1985ed2ce
|
Merge branch 'dev'
|
2025-07-23 00:38:08 +08:00 |
|
Gao Jinzhe
|
140ddc70e6
|
feat: 使用会话锁保证分段回复时的消息发送顺序 (#2130)
* 优化分段消息发送逻辑,为分段消息添加消息队列
* 删除了不必要的代码
* style: code quality
* 将消息队列机制重构为会话锁机制
* perf: narrow the lock scope
* refactor: replace get_lock with async context manager for session locks
* refactor: optimize session lock management with defaultdict
---------
Co-authored-by: Soulter <905617992@qq.com>
Co-authored-by: Raven95676 <Raven95676@gmail.com>
|
2025-07-23 00:37:29 +08:00 |
|
Soulter
|
d7fd616470
|
style: code quality
|
2025-07-21 17:04:29 +08:00 |
|
Soulter
|
3ccbef141e
|
perf: extension ui
|
2025-07-21 15:16:49 +08:00 |
|
Soulter
|
e92fbb0443
|
feat: add ProxySelector component for GitHub proxy configuration and connection testing (#2185)
|
2025-07-21 15:05:49 +08:00 |
|
Soulter
|
bd270aed68
|
fix: handle event construction errors in message reply processing
|
2025-07-20 22:52:14 +08:00 |
|
Soulter
|
28d7864393
|
perf: tool use page UI (#2182)
* perf: tool use UI
* fix: update background color of item cards in ToolUsePage
|
2025-07-20 20:24:03 +08:00 |
|
RC-CHN
|
b5d8173ee3
|
feat: add a file uplod button in WebChat page (#2136)
* feat:为webchat页面添加一个手动上传文件按钮(目前只处理图片)
* fix:上传后清空value,允许触发change事件以多次上传同一张图片
* perf:webchat页面消息发送后清空图片预览缩略图,维持与文本信息行为一致
* perf:将文件输入的值重置为空字符串以提升浏览器兼容性
* feat:webchat文件上传按钮支持多选文件上传
* fix:释放blob URL以防止内存泄漏
* perf:并行化sendMessage中的图片获取逻辑
|
2025-07-20 16:02:28 +08:00 |
|