LIghtJUNction
5d22db51ad
fix: resolve merge conflicts and complete dashboard API migration
2026-06-26 09:50:15 +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
LIghtJUNction
987099d4cb
chore: merge origin/master into dev
2026-05-19 21:15:22 +08:00
AstrBot
77fa0e466c
docs: update Trendshift badge to AstrBotDevs repo ( #21369 ) for all README languages ( #8079 )
...
Co-authored-by: AstrBot <astrbot@container>
2026-05-08 15:41:56 +08:00
LIghtJUNction
d373a24320
merge: sync origin/master into dev
...
Resolved 76 file conflicts across backend, frontend, and tests:
- Core backend: agent, platform, provider, star, tools, cron, KB, utils
- Dashboard backend: auth, config, plugin routes, server, runtime bootstrap
- Frontend components: shared, extension, provider components
- Frontend views: console, trace, cron, extension, platform, provider, etc.
- Frontend infrastructure: layouts, router, stores, main.ts
- Assets: MDI font subset (css, woff, woff2)
- Tests: fixtures, plugin manager, anthropic provider, dashboard tests
Strategy per file:
- Most backend: merged master improvements (metrics, http_client -> default_headers,
download_url params, plugin i18n, runtime guards, auth middleware)
- Frontend views: adopted master dashboard-shell layout (v-container, is-dark theme)
- InstalledPluginsTab: kept dev pinned-plugins feature (drag-sort, pin/unpin)
- Binary assets: resolved via git checkout
- Tests: merged both branches' assertions and mock updates
2026-05-08 11:04:03 +08:00
千岚之夏
9165278d21
fix: update contributors image max count to 300 ( #8000 )
...
* fix: update contributors image max count to 210
* fix: remove BOM from all README files
PR #8000 follow-up: Sourcery and codereview agent flagged UTF-8 BOM
in 6 README files. BOM is unnecessary in UTF-8 and may cause
compatibility issues with Markdown parsers.
* fix: update contributors image to 300 with 15 columns
---------
Co-authored-by: Blueteemo <Blueteemo@users.noreply.github.com >
2026-05-05 00:53:22 +08:00
LIghtJUNction
6d494283f6
Merge remote-tracking branch 'origin' into dev
...
# Conflicts:
# astrbot/core/db/vec_db/faiss_impl/document_storage.py
# astrbot/core/platform/sources/telegram/tg_adapter.py
# astrbot/core/platform/sources/weixin_oc/weixin_oc_adapter.py
# astrbot/core/tools/cron_tools.py
# astrbot/core/updator.py
# astrbot/core/zip_updator.py
# dashboard/src/components/shared/ConfigItemRenderer.vue
# dashboard/src/utils/providerUtils.js
2026-04-19 05:42:39 +08:00
SaintaToken
a1a7de1c57
fix: correct minor text inconsistencies in README files and document ( #7602 )
...
* fix: correct minor text inconsistencies in README files and documentation
* Update README_zh.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* feat: add buffered intermediate messages for non-streaming agent loop
* Revert "feat: add buffered intermediate messages for non-streaming agent loop"
This reverts commit 803762c99a .
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-17 17:20:13 +08:00
Hongbro886
89096411d2
docs: correct documentation URL from astrbot.app to docs.astrbot.app ( #7612 )
...
* docs: correct documentation URL from astrbot.app to docs.astrbot.app
* docs: correct documentation URL from astrbot.app to docs.astrbot.app
2026-04-17 11:07:48 +09:00
LIghtJUNction
4d1e0ef1be
merge: resolve conflicts from upstream
...
Conflict resolution: accepted HEAD versions for all conflicted files.
2026-04-15 17:03:54 +08:00
Soulter
cb91dfb6f7
docs: update installation instructions to require Python 3.12 for uv deployment
2026-04-14 19:50:54 +08:00
Soulter
631e5fe152
docs: update supported IM platforms
2026-04-14 10:27:47 +08:00
LIghtJUNction
fe0e235c22
Merge remote-tracking branch 'origin/master' into dev
2026-04-04 15:25:33 +08:00
氕氙
88d70a8013
docs: 在 uv 部署文档中添加不支持 WebUI 升级的说明 ( #7298 )
...
* docs: 在 uv 部署文档中添加不支持 WebUI 升级的说明
通过 astrbot run(CLI 模式)启动时,会设置 ASTRBOT_CLI 环境变量,
updator 会拒绝 WebUI 触发的升级操作以避免版本管理混乱。
用户需要通过命令行执行 uv tool upgrade astrbot 来更新。
Closes #7291
* Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README_fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README_ja.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README_ru.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README_zh-TW.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README_zh.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: LIghtJUNction <lightjunction.me@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-03 09:03:29 +08:00
LIghtJUNction
005b836fea
Merge remote-tracking branch 'origin/master' into dev
...
# Conflicts:
# astrbot/core/knowledge_base/kb_helper.py
# astrbot/core/knowledge_base/kb_mgr.py
# dashboard/src/components/extension/PinnedPluginItem.vue
# dashboard/src/components/provider/ProviderModelsPanel.vue
# dashboard/src/components/provider/ProviderSourcesPanel.vue
# dashboard/src/components/shared/ConsoleDisplayer.vue
# dashboard/src/main.ts
# dashboard/src/stores/auth.ts
# dashboard/src/views/ConversationPage.vue
# dashboard/src/views/ProviderPage.vue
# dashboard/src/views/authentication/auth/LoginPage.vue
# dashboard/src/views/knowledge-base/KBList.vue
# requirements.txt
2026-04-02 21:37:21 +08:00
RichardLiu
206973e8ad
Docs/update mimo provider readme ( #7207 )
...
* feat: add mimo tts provider support
* fix: handle empty mimo tts choices
* feat: add mimo stt provider support
* fix: align mimo tts style payload with official docs
* docs: add Xiaomi MiMo Omni and TTS services to multiple language READMEs
2026-04-02 10:25:19 +08:00
LIghtJUNction
af59ab9534
merge: 合并 master 分支 (webui 改进和 attachment recovery)
...
- 采用 master 的 README 多语言版本和文档更新
- 采用 dev 版本号 (4.25.0) + master 的 Python 版本限制 (<3.14)
- 采用 master 的 _image_ref_to_data_url 图片处理实现
- 从 git 中移除 MDI 字体二进制文件,改由脚本生成
- 其他冲突均采用 master 版本
2026-03-27 00:27:03 +08:00
SJ
b241b46970
docs: normalize QQ group listings in READMEs and community docs ( #6976 )
...
* docs: update QQ group listings across readmes and community pages
* docs: align QQ group status labels across docs
---------
Co-authored-by: idiotsj <idiotsj@users.noreply.github.com >
2026-03-26 11:17:34 +08:00
LIghtJUNction
7fe58cfdbc
docs: restore sponsors section to all README files
2026-03-23 02:02:32 +08:00
LIghtJUNction
e2365a53b9
Update README_zh.md
2026-03-16 13:34:36 +08:00
LIghtJUNction
342b378de1
Updated READMEs
2026-03-15 17:45:12 +08:00
DroidKali
326183a3fd
fix: update startup command to 'astrbot run' in all README files ( #6189 )
...
Updated the quick start command from 'astrbot' to 'astrbot run' across all
language versions of README documentation for consistency and correctness.
Co-authored-by: DroidKali <DroidKali@users.noreply.github.com >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
2026-03-14 18:20:48 +08:00
Soulter
e254caf82d
fix(docs): add official developer group ID to multiple language READMEs and enhance regex description in config metadata
2026-03-11 21:26:11 +08:00
Soulter
7ac169c5e8
docs: add macOS usage note and update instructions for astrbot in multiple README files
2026-03-06 14:34:29 +08:00
Soulter
61648ebe3e
docs: add new QQ group entries to README files
2026-03-06 11:11:12 +08:00
エイカク
ff22030dde
docs: align deployment sections across multilingual readmes ( #5734 )
...
* docs: align deployment sections across multilingual readmes
* docs: normalize deployment punctuation and AUR guidance
* docs: fix french and russian deployment wording
2026-03-05 11:19:27 +08:00
Soulter
9214d48a2d
feat: add email support link to multiple language READMEs and enhance deployment instructions
2026-02-28 16:19:12 +08:00
Soulter
4aa63dbeaf
chore: update readme
2026-02-27 22:54:39 +08:00
Soulter
ddc268a732
docs: enhance README_zh.md with detailed AstrBot features
...
Expanded description of AstrBot's capabilities and deployment options across various messaging platforms.
2026-02-27 22:47:44 +08:00
Soulter
f6ac6b9007
docs: update readme
...
- Updated links in Japanese, Russian, and Traditional Chinese README files to include a new Simplified Chinese README.
- Enhanced the description and features of AstrBot across all language versions.
- Improved formatting of supported messaging platforms and model services in Japanese, Russian, and Traditional Chinese README files.
- Added a new README file in Simplified Chinese with comprehensive details about AstrBot, including features, deployment methods, and community contributions.
2026-02-27 22:40:38 +08:00