What's Changed
新增
- 新增 AstrBot HTTP API,支持基于 API Key 的对话、会话查询、配置查询、文件上传与 IM 消息发送能力。详见AstrBot HTTP API (Beta) (#5280)。
- 新增 Telegram 指令别名注册能力,别名可同步展示在 Telegram 指令菜单中 (#5234)。
- 新增 Anthropic 自适应思考参数配置(type/effort),增强思考策略可控性 (#5209)。
修复
优化
- 优化插件市场卡片的平台支持展示,改进移动端可用性与交互体验 (#5271)。
- 重构 Dashboard 桌面运行时桥接字段,从
isElectron统一迁移至isDesktop,提升跨端语义一致性 (#5269)。
What's Changed (EN)
New Features
- Added AstrBot HTTP API with API Key support for chat, session listing, config listing, file upload, and IM message sending. See AstrBot HTTP API (Beta) (#5280).
- Added Telegram command alias registration so aliases can also appear in the Telegram command menu (#5234).
- Added Anthropic adaptive thinking parameters (
type/effort) for more flexible reasoning strategy control (#5209).
Fixes
- Fixed QQ official guild message sending errors to improve delivery stability (#5287).
- Fixed chat config binding failures caused by missing session IDs when creating new chats, and improved localStorage fault tolerance (#5292).
Improvements
- Improved plugin marketplace card display for platform compatibility, with better mobile accessibility and interaction (#5271).
- Refactored desktop runtime bridge fields in the dashboard from
isElectrontoisDesktopfor clearer cross-platform semantics (#5269).
What's Changed
- refactor(dashboard): replace legacy isElectron bridge fields with isDesktop by @zouyonghe in #5269
- fix: update contributor avatar image URL to include max size and columns by @VanillaNahida in #5268
- feat: astrbot http api by @Soulter in #5280
- feat(dashboard): improve plugin platform support display and mobile accessibility by @SXP-Simon in #5271
- fix: qq official guild message send error by @moemoli in #5287
- 更新readme文档,补充桌面app说明,并向前移动位置 by @zouyonghe in #5297
- feat: add Anthropic Claude Code OAuth provider and adaptive thinking support by @Minidoracat in #5209
- Feat/telegram command alias register #5233 by @evpeople in #5234
- Fix:修复新建对话时因缺少会话ID导致配置绑定失败的问题 by @Li-shi-ling in #5292
New Contributors
- @moemoli made their first contribution in #5287
- @Minidoracat made their first contribution in #5209
Full Changelog: v4.17.6...v4.18.0