Soulter
e3009e96a8
fix: cap llm compression recent rounds
2026-06-24 23:08:38 +08:00
Soulter
184c7cac5b
fix: prefer llm context compression fallback
2026-06-24 23:02:18 +08:00
Weilong Liao
d90530af8e
Revert "fix: reconnect MCP client on terminated session ( #8694 )" ( #8991 )
...
This reverts commit 2bda4e4d96 .
2026-06-24 22:44:45 +08:00
EterUltimate
2bda4e4d96
fix: reconnect MCP client on terminated session ( #8694 )
...
* fix: reconnect MCP client on terminated session
* Update astrbot/core/agent/mcp_client.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update mcp_client.py
---------
Co-authored-by: Weilong Liao <37870767+Soulter@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-06-24 22:43:24 +08:00
ZouZhang
bc117038fb
fix: preserve At components when sending messages on qq_official platform ( #8983 )
...
- Add At component handling in _parse_to_qqofficial method
- Convert At(qq=openid) to <@openid> plain_text format
- Maintain original message chain order by appending
- Skip At(qq='all') since QQ Official API may not support it
Closes #8982
2026-06-24 22:15:12 +08:00
FuShang114
b7cadfe704
fix: allow plugin page asset token fallback ( #8970 )
...
Co-authored-by: beidou-lab-macmini <beidou-lab-macmini@beidou-lab-macminideMac-mini.local >
2026-06-24 22:11:49 +08:00
Weilong Liao
421d718041
feat: show public version details on login ( #8986 )
...
* feat: show public version details on login
* fix: address login version review feedback
2026-06-24 21:46:29 +08:00
Weilong Liao
967ed01cf7
fix: add data scope to api keys ( #8985 )
2026-06-24 16:37:46 +08:00
Weilong Liao
df4d93d724
fix: normalize cron weekday scheduling ( #8984 )
2026-06-24 16:22:58 +08:00
VectorPeak
3c7956e8c8
fix: prevent path traversal in plugin upload filenames ( #8968 )
2026-06-24 15:55:53 +08:00
VectorPeak
5266d170a3
fix: prevent path traversal vulnerability in knowledge base upload filenames ( #8971 )
2026-06-24 15:55:01 +08:00
Tanishq
ae29a7eaf9
feat(websearch): add Exa as a web search provider ( #8973 )
...
- Add ExaWebSearchTool (web_search_exa) with keyword/semantic search,
category filters, domain restrictions, and date range support
- Add ExaGetContentsTool (exa_get_contents) for extracting web page content
- Add _exa_search() and _exa_get_contents() API helpers hitting
https://api.exa.ai/search and https://api.exa.ai/contents
- Add _EXA_KEY_ROTATOR for multi-key rotation
- Register Exa tools in _apply_web_search_tools() dispatch
- Add Exa to WEB_SEARCH_CITATION_TOOL_NAMES for citation support
- Add websearch_exa_key config default and provider option
- Add i18n metadata for en-US, zh-CN, ru-RU
- Add Exa section to docs (en + zh)
- Add 6 unit tests covering search, contents, error handling, and
legacy config migration
Closes #5621
2026-06-24 15:53:47 +08:00
Soulter
7980ed28ad
fix: restore cli init dashboard monkeypatch hook
2026-06-21 14:14:45 +08:00
Weilong Liao
c59ef11128
chore: bump version to 4.26.0-beta.12 ( #8934 )
2026-06-21 14:12:07 +08:00
Weilong Liao
39d425316f
fix: created unnecessary data dir when executing astrbot command ( #8932 )
...
* fix: created unnecessary data dir when executing astrbot command
fixes : #8853
* fix: 更新包版本更新函数以修改 astrbot/__init__.py 中的版本号
2026-06-21 14:04:49 +08:00
lingyun14
42ca89d6c8
fix: 修复提供商源修改 ID 后保存被静默还原的问题 ( #8915 )
...
* Update schemas.py
* Update schemas.py
2026-06-21 11:55:54 +08:00
Weilong Liao
b6913833d4
chore: bump version to 4.26.0-beta.11
...
Release 4.26.0-beta.11
2026-06-20 22:32:56 +08:00
Weilong Liao
d36987dd19
fix: restore static runtime version
...
Fixes #8924
2026-06-20 22:06:24 +08:00
Weilong Liao
da7f53d5eb
fix: keep system tools with persona tool lists ( #8908 )
2026-06-20 01:15:31 +08:00
Soulter
a7533aacda
fix: fall back to stale WebUI when repair fails
2026-06-20 00:01:29 +08:00
lxfight
2d98d38078
fix: inject knowledge base context as temporary user content ( #8904 )
2026-06-19 22:48:23 +08:00
Weilong Liao
1b0f5cb0d3
fix: keep WebUI assets in sync with core version ( #8901 )
...
* fix: keep WebUI assets in sync with core version
* fix: import dashboard version before bundled fallback
* fix: remove stale WebUI dist robustly
2026-06-19 22:46:38 +08:00
Weilong Liao
272242e407
chore: add release preparation workflow ( #8891 )
...
* chore: add release preparation workflow
* fix: address release workflow review feedback
2026-06-19 17:41:13 +08:00
Weilong Liao
dd36979eca
feat: implement request retry mechanism for provider requests ( #8893 )
...
* feat: implement request retry mechanism for provider requests
* feat: add request max retries configuration and implement retry logic for provider requests
* feat: update fake_query function to accept request_max_retries parameter
* feat: remove retry_rate_limits from provider request calls
2026-06-19 17:13:40 +08:00
Weilong Liao
143f846b92
fix: support renamed MCP streamable HTTP client
...
Support both MCP streamable HTTP client names and keep mcp dependency below 2.
2026-06-19 15:54:47 +08:00
Weilong Liao
5888631ed5
feat: add hosted core package downloads ( #8888 )
...
* feat: add hosted core package downloads
* Potential fix for pull request finding 'CodeQL / Incomplete URL substring sanitization'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix: validate hosted core package archive
* fix: validate hosted dashboard package archive
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-06-19 12:44:31 +08:00
Weilong Liao
29d66b84b9
feat: support workspace skills in requests ( #8884 )
...
* feat: support workspace skills in requests
* fix: harden workspace skill discovery
* fix: address workspace skills review comments
2026-06-19 12:03:07 +08:00
Weilong Liao
59734c22b6
fix(core): reject hardlinked files in restricted local fs tools
...
Reject multi-linked regular files in restricted local filesystem tools so workspace hardlink aliases cannot read or overwrite files outside allowed directories.
Fixes #8868 .
2026-06-19 00:28:36 +08:00
Weilong Liao
309e05d3cc
fix: enforce future task owner checks ( #8881 )
2026-06-18 23:35:33 +08:00
Weilong Liao
49b86320cb
docs: clarify OpenAPI chat username identity ( #8880 )
2026-06-18 23:17:50 +08:00
Yufeng He
1a9d1f566d
fix(core): enforce persona tool boundaries ( #8786 )
...
* fix(core): enforce persona tool boundaries
* refactor: filter persona tools in one pass
---------
Co-authored-by: Soulter <905617992@qq.com >
2026-06-18 23:15:25 +08:00
Weilong Liao
264e7eaaa3
fix: restore OpenAPI file uploads
...
Expose /api/v1/file in OpenAPI, enable file-scoped API keys, and regenerate docs/client artifacts.
2026-06-18 12:37:38 +08:00
Soulter
2c8f38c886
chore: bump version to 4.26.0-beta.8
2026-06-18 00:13:50 +08:00
Soulter
79d787c692
chore: bump version to 4.26.0-beta.7
2026-06-17 23:43:55 +08:00
Soulter
96474d3d84
chore: bump version to 4.26.0-beta.6
2026-06-17 23:16:02 +08:00
Soulter
6a85405105
chore: bump version to 4.26.0-beta.5
2026-06-17 22:53:25 +08:00
Weilong Liao
19864b3f85
fix: recover interrupted dashboard upgrades
2026-06-17 22:48:47 +08:00
エイカク
2c8736fe42
fix: harden sandbox file transfers ( #8840 )
...
* fix: harden sandbox file transfers
* fix: check CUA sandbox availability with shell probe
* fix: address sandbox transfer review feedback
* fix: preserve CUA health check cancellation
* fix: tighten CUA health probe checks
2026-06-17 22:25:51 +09:00
Weilong Liao
55af880369
feat(qqofficial): allow QQ Official Webhook adapters to proactively send group messages without requiring a cached msg_id ( #8841 )
...
* feat(qqofficial): support webhook QR setup
* docs(qqofficial): simplify webhook QR setup step
2026-06-17 21:13:05 +08:00
letr
30ae18a8f0
feat(qqofficial): support group message create type ( #8838 )
...
* feat(qqofficial): support group message create
* chore: remove temporary qq official capture script
* feat(qqofficial): allow ws segmented replies
* fix(qqofficial): guard missing group mentions
* feat(qqofficial): enhance group message handling with debug logging and sender username
* feat(qqofficial): add recommended group chat settings and update bot creation instructions
* feat(qqofficial): enhance error handling for QQ Official API message sending
---------
Co-authored-by: Soulter <905617992@qq.com >
2026-06-17 19:11:48 +08:00
Soulter
2c5165e929
chore: bump version to 4.26.0-beta.4
2026-06-17 11:13:22 +08:00
Weilong Liao
fda5161451
fix: preserve persona default tool selection
...
Fix https://github.com/AstrBotDevs/AstrBot/issues/8828
2026-06-17 11:08:46 +08:00
Weilong Liao
33cab38c30
fix(gemini): tool definition does not pass back to gemini properly, causing repeated tool calls. ( #8833 )
...
* fix: tool definition does not pass back to gemini properly, causing repeated tool calls.
fixes : #8789
fixes : #8773
fixes : #7111
fixes : #6402
fixes : #7684
* fix: remove unnecessary logging and improve log messages in Gemini source
* fix: improve type checking for tool calls in Google Gemini provider
2026-06-17 10:47:22 +08:00
Weilong Liao
4f5075e608
feat: add startup reset password flag
2026-06-17 00:32:37 +08:00
Soulter
e84e94f39e
chore: bump version to 4.26.0-beta.3
2026-06-16 19:12:35 +08:00
Weilong Liao
f1854df620
feat: add qq official qr binding
...
Add QQ Official Bot QR binding registration flow for the WebSocket adapter, wire dashboard credential autofill, and mark the WebSocket template as recommended.
2026-06-16 19:08:41 +08:00
Soulter
baae93be3d
chore: bump version to 4.26.0-beta.2
2026-06-16 12:42:32 +08:00
Weilong Liao
d56100cdfc
refactor: delegate star tool event creation to platforms
...
Delegate StarTools event creation to platform adapters and add create_event overrides for platform-specific message events.
2026-06-16 12:37:50 +08:00
Soulter
90ca0857a5
Merge remote-tracking branch 'origin/pr/8197' into codex/pr-8197-merge
...
# Conflicts:
# astrbot/core/platform/sources/dingtalk/dingtalk_adapter.py
# astrbot/core/provider/sources/anthropic_source.py
# astrbot/dashboard/routes/plugin.py
2026-06-16 11:46:33 +08:00
Weilong Liao
5566bd621c
feat: reorganize settings system configuration ( #8777 )
...
* feat: reorganize settings system configuration
* fix: float system config restart notice
* fix: blur system config restart notice
* fix: tint restart notice blur background
* fix: allow totp setup without body
* fix: filter public openapi docs
* fix: handle settings autosave cleanup
* chore: ui
2026-06-16 11:03:42 +08:00