github langbot-app/LangBot v4.5.0
v4.5.0 - Integration & Compatibility Improvements

17 hours ago

Key Features / 关键更新

🖥️ Windows Support for Plugin System / 插件系统支持 Windows

插件系统现已支持 Windows,并可在 Windows 原生环境下进行部署。详细信息请查看:插件兼容性

The plugin system now supports Windows and can be deployed in a native Windows environment. For more details, please refer to: Plugin Compatibility.

🔗 Enhanced Integration Features / 集成性更新

image

我们为 LangBot 的 HTTP API 添加了 API Key 鉴权功能,您的外部服务现在可以访问 LangBot API,目前此功能处于测试阶段。同时,我们引入了 Webhook 推送功能,每当收到私聊和群聊消息时,系统将自动推送对应信息至配置好的 Webhook 目标地址。

We have added API Key-based authentication for LangBot's HTTP API, which is currently in beta. Additionally, we've introduced a Webhook push feature that sends messages received in private and group chats to a configured Webhook target address.

🔄 Pipeline-specific Plugins and MCP / 流水线特定插件和 MCP 服务器

image

插件不再是全局启用的。现在,用户可以在不同的流水线中配置特定插件和 MCP 服务器。这提供了更大的灵活性和定制化能力,让每个流水线可以根据需要选择合适的插件和 MCP 服务器。

Plugins are no longer enabled globally. Users can now configure specific plugins and MCP servers within individual pipelines. This offers greater flexibility and customization, allowing each pipeline to select appropriate plugins and backend servers as needed.

What's Changed

  • Feat/pipeline specified plugins by @RockChinQ in #1752
  • Fix: Enforce 10MB upload limit for knowledge base with clear error handling by @Copilot in #1755
  • feat: add MCP server selection to pipeline extensions by @Copilot in #1754
  • feat: Make API Key optional for custom model providers by @Copilot in #1756
  • feat: Add API key authentication system for external service access by @Copilot in #1757
  • fix:coze-studio api done return data is none and event done char not … by @fdc310 in #1758
  • Feat/plugin on windows by @RockChinQ in #1760
  • Add automated health check workflow for dev image on master branch by @Copilot in #1761
  • fix: get_llm_models: model_service is a module, not an attribute by @ydzat in #1762
  • feat: Support multiple knowledge base binding in pipelines by @Copilot in #1766
  • Add pipeline copy button to duplicate existing configurations by @Copilot in #1767
  • fix:Fixed the issue where the rich text processing in the DingTalk AP… by @fdc310 in #1759
  • feat: Add webhook push functionality for bot message events by @Copilot in #1768

Full Changelog: v4.4.1...v4.5.0

Don't miss a new LangBot release

NewReleases is sending notifications on new releases.