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
dependabot[bot]
6a343b7656
chore(deps): bump actions/checkout in the github-actions group ( #8963 )
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 6 to 7
- [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/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
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>
2026-06-24 21:47:39 +08:00
Cooper
c89984bf42
Updated Documentation for Password Reset ( #8987 )
2026-06-24 21:47:20 +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
756469a39f
fix: remove unused vocechat logo and update xmas hat image
2026-06-21 23:44:33 +08:00
Weilong Liao
16beb9a9d7
fix: remove redundant font family from stylesheet link ( #8942 )
2026-06-21 23:36:21 +08:00
Soulter
e30655b04e
fix: refresh WebUI with cache buster
2026-06-21 18:12:07 +08:00
Soulter
1283421339
fix: update workflow names to improve readability
2026-06-21 14:17:36 +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 )
v4.26.0-beta.12
2026-06-21 14:12:07 +08:00
Weilong Liao
05148dfdd9
fix: add sdist build artifact path to allow dashboard artifact to be included ( #8933 )
...
* fix: add sdist build artifact path to allow dashboard artifact to be included
* Update pyproject.toml
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-06-21 14:08:48 +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
v4.26.0-beta.11
2026-06-20 22:32:56 +08:00
Soulter
f9d4082217
feat: add prerelease visibility toggle
2026-06-20 22:23:25 +08:00
Soulter
ddc4e142c7
fix: clarify WebUI recovery hint
2026-06-20 22:11:38 +08:00
Weilong Liao
d36987dd19
fix: restore static runtime version
...
Fixes #8924
2026-06-20 22:06:24 +08:00
NayukiChiba
0a0c677404
docs: 文档更新 - 指令、FAQ、网页搜索、插件发布等 ( #8912 )
...
* docs(community): 更新 QQ 群组信息
- 移除了旧的 QQ 群组信息并添加了新的群组。
- 确保所有群组信息的准确性和完整性。
- 提升文档的可读性和用户体验。
* docs(webui): 为忘记密码章节添加 FAQ 引用链接
- 在英文和中文文档的"忘记密码"章节末尾添加 TIP 提示框
- 提示框链接至对应 FAQ 条目,提供更详细的操作说明
- 增强文档之间的关联性,提升用户查阅体验
* docs(command): 新增 /stats 和 /provider 指令文档,更新 FAQ 管理员指令列表
- 在英文和中文的命令文档中添加 /stats 和 /provider 指令的详细使用说明
- 更新中英文 FAQ 页面的管理员指令列表,与最新的默认指令保持一致
- 确保中英文文档内容同步,提升文档准确性和用户查阅体验
* docs(websearch): 新增 Firecrawl 网页搜索提供商文档支持
- 在开发版配置文档中补充 websearch_provider 选项,加入 firecrawl 及对应密钥配置项
- 更新中英文网页搜索使用指南,将支持搜索源数量同步为五种并提供 Firecrawl 注册指引
- 确保中英文文档内容一致,提升配置说明的完整性和用户查阅体验
* docs(plugin-publish): 更新插件提交方式至新仓库
- 废弃通过 AstrBot 主仓库 Issue 提交插件的方式
- 新增警告框提示正确提交入口为 AstrBot_Plugins_Collection
- 同步更新中英文版插件发布文档
2026-06-20 16:43:58 +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
v4.26.0-beta.10
2026-06-20 00:01:29 +08:00
Weilong Liao
46a846b88b
chore: bump version to 4.26.0-beta.10 ( #8905 )
2026-06-19 23:59:39 +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
cdfb0bdf91
fix: restore webui 401 login redirect ( #8903 )
2026-06-19 22:43:21 +08:00
Weilong Liao
3760abb39b
chore: bump version to 4.26.0-beta.9 ( #8895 )
v4.26.0-beta.9
2026-06-19 17:47:17 +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
v4.26.0-beta.8
2026-06-18 00:13:50 +08:00
Soulter
12b1b27825
fix: harden upgrade restart recovery
2026-06-18 00:13:18 +08:00
Soulter
79d787c692
chore: bump version to 4.26.0-beta.7
2026-06-17 23:43:55 +08:00
Soulter
08fc565175
fix: handle legacy login upgrade recovery
2026-06-17 23:43:04 +08:00
Soulter
96474d3d84
chore: bump version to 4.26.0-beta.6
2026-06-17 23:16:02 +08:00