Releases: RockChinQ/LangBot
Releases · RockChinQ/LangBot
v4.0.7
What's Changed
- feat:add new messagetyps WeChatFile and add wechat file is accepted and transmitted in base64 format. by @fdc310 in #1531
- feat:add file url and add onebotv11(napcat) send file and seve file in local. by @fdc310 in #1533
- feat: add Japanese (ja-JP) language support by @devin-ai-integration in #1537
- refactor(ContentFilterStage): Add logic for handling empty messages by @axdlee in #1525
New Contributors
Full Changelog: v4.0.6...v4.0.7
v4.0.6
What's Changed
- fix: dingtalk adapter couldn't handle images by @wangcham in #1500
- Fix/slack image by @wangcham in #1501
- feat: add i18n support for initialization page and fix plugin loading text by @devin-ai-integration in #1505
- feat: add WebChat adapter for pipeline debugging by @devin-ai-integration in #1510
- feat: add dynamic base URL configuration using environment variables by @devin-ai-integration in #1511
- feat: reset all associated session after bot and pipeline modified by @RockChinQ in #1517
Full Changelog: v4.0.5...v4.0.6
v4.0.5
What's Changed
- Feature add n8n by @whw174660897 in #1468
- refactor: gemini requester by @RockChinQ in #1490
New Contributors
- @whw174660897 made their first contribution in #1468
Full Changelog: v4.0.4...v4.0.5
v4.0.4
What's Changed
- fix: lru bug in t2i (#1445) by @RockChinQ in #1481
- Bugfix by @erberry in #1482
- feat: event log of bots by @RockChinQ in #1441
New Contributors
Full Changelog: v4.0.3.3...v4.0.4
v4.0.3.3
Full Changelog: v4.0.3.2...v4.0.3.3
v4.0.3.2
What's Changed
- 解决webUI模型配置页面卡片溢出问题 by @sheetung in #1451
- St/webui by @sheetung in #1452
- feat:add qoute message process and add Whether to enable this function by @fdc310 in #1446
- feat: add supports for testing llm models by @RockChinQ in #1454
- Update bug-report_en.yml by @RockChinQ in #1456
- fix: update auto-reply probability description in trigger.yaml by @stvlynn in #1463
New Contributors
Full Changelog: v4.0.3.1...v4.0.3.2
v4.0.3.1
What's Changed
- fix: dingtalk & wecom problems by @wangcham in #1424
- fix:lark adapter listeners init problem by @dataknocker in #1426
- fix:
user_funcs
typo in ollama chat requester by @RockChinQ in #1431
Full Changelog: v4.0.3...v4.0.3.1
v4.0.3
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Add i18n support with language selector on login page by @devin-ai-integration in #1410
- Fix/system info 404 by @RockChinQ in #1413
- feat: add Google Gemini API support by @devin-ai-integration in #1418
- feat: support package manager(uv) by @HsiangNianian in #1414
- ci: update Dockerfile by @RockChinQ in #1420
- Fix: Add super().init() call to EchoTextHandler to initialize logger attribute by @devin-ai-integration in #1421
- feat: wechatpad by @fdc310 in #1417
- feat: add supports for open router by @RockChinQ in #1422
New Contributors
- @HsiangNianian made their first contribution in #1414
Full Changelog: v4.0.1...v4.0.2
v4.0.1
这是一个对 4.0.0 的 bug 修复及细节优化版本。
LangBot 4.0 🤩
在 4.0 中,我们对现有代码进行了大量重构,极大提高了易用性。

🥳 全新 WebUI
更改产品交互逻辑,将以往需要在配置文件内手动修改的内容改为 WebUI 操作,不再需要学习复杂的 JSON 语法。
- 模型配置:弃用元数据配置,可在界面上快速添加。
- 机器人管理:使用动态表单获取机器人配置信息。
- 流水线配置:整合复杂的配置字段,直观清晰编辑。
⛓️ 多流水线设计
现在支持添加多条流水线,机器人可以绑定上不同的流水线,自由适配不同应用场景。
⚙️ 插件配置可视化
现在插件可以自定义设置项信息,LangBot 会在前端渲染成表单供用户填写。

🛠️ 其他更改
- 更新插件加载逻辑,更好地组织插件信息
- 模型请求器、机器人适配器采用新的注册机制
- 移除部分已经不适合新版逻辑的命令
⬆ 更新方式
请 查看文档 下载新版,以往的配置文件将自动迁移到新版数据库并备份到 data/legacy
目录下。
What's Changed
- Add hover card to LLM model selector by @devin-ai-integration in #1393
- Fix #1391: Update bot's pipeline name when pipeline is renamed by @devin-ai-integration in #1397
- feat: plugin reordering by @devin-ai-integration in #1398
- fix: bugs in requesters by @RockChinQ in #1401
- perf: no delay for model selector hover card by @RockChinQ in #1402
- fix: windows path bug in importutil by @RockChinQ in #1404
- Add User Card and Logout Button to Sidebar by @devin-ai-integration in #1405
- fix: wrong status when creating a WecomCS bot by @wangcham in #1408
- chore: release v4.0.1 by @RockChinQ in #1409
Full Changelog: v4.0.0...v4.0.1