copilot-swe-agent[bot]
50cf263076
Implement CLI Docker compatibility fix and login-info command
...
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com >
2025-08-16 16:01:36 +00:00
copilot-swe-agent[bot]
2554548088
Initial commit: fix formatting and explore codebase
...
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com >
2025-08-16 15:53:37 +00:00
copilot-swe-agent[bot]
aa4a2d10e2
Initial plan
2025-08-16 15:48:10 +00: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
Soulter
17d62a9af7
refactor: mcp server reload mechanism ( #2161 )
...
* refactor: mcp server reload mechanism
* fix: wait for client events
* fix: all other mcp servers are terminated when disable selected server
* fix: resolve type hinting issues in MCPClient and FuncCall methods
* perf: optimize mcp server loaders
* perf: improve MCP client connection testing
* perf: improve error message
* perf: clean code
* perf: increase default timeout for MCP connection and reset dialog message on close
---------
Co-authored-by: Raven95676 <Raven95676@gmail.com >
2025-07-20 15:53:13 +08:00
Soulter
d89fb863ed
fix: improve logging and error message details in LLMRequestSubStage
2025-07-18 16:13:27 +08:00
Soulter
a21ad77820
Merge pull request #2146 from Raven95676/fix/mcp
...
fix: 修复MCP导致的持续占用100% CPU
2025-07-18 13:04:50 +08:00
Raven95676
f86c8e8cab
perf: ensure MCP client termination in cleanup process
2025-07-17 23:17:23 +08:00
Raven95676
cb12cbdd3d
fix: managing MCP connections with AsyncExitStack
2025-07-16 23:44:51 +08:00
Soulter
6661fa996c
fix: audio block does not display
2025-07-14 22:20:03 +08:00
Soulter
c19bca798b
fix: xfyun model tool use error workaround
...
fixes : #1359
2025-07-14 22:07:33 +08:00