You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added tool_choice to Tool Loop Agent Runner and introduced EmptyModelOutputError with stronger retry handling, improving stability for "skills-like" tool-call workflows.(#7101、#7104)
Added SSL config resolution and validation for Dashboard, with automatic fallback to non-SSL mode when the certificate setup is invalid.(#7102)
Added the ability to create a new config by copying an existing one in the config management page.(#6785)
Updated the QQ Official adapter to support asynchronous message parsing and attachment preparation.(#7007)
Added typing-state control ("user is typing...") for the Weixin OC adapter.(#6977)
Improvements
Refactored Chat UI routing and layout so the UI mode is URL-driven and related state is scoped to sessionStorage.(#6535)
Improved WebUI polish by centering extension-page toast hints and making code blocks more readable in dark mode.(#6043、#7014)
Bug Fixes
Fixed skill installer handling so a single zip archive can contain multiple skills.(#7070)
Fixed Bailian qwen3-rerank payload compatibility and ignored unsupported return_documents parameters.(#6222)
Fixed pipeline wake-up and request flow on empty messages.(#6893)
Fixed GSVI TTS invocation and authorization-header construction, and added safer default config values.(#7083)
Fixed Weixin OC inbound polling retry behavior and CDN upload compatibility with the new upload_full_url response field.(#7041、#7066)
Fixed WeCom fallback behavior so sending can retry through the regular message API when the KF API returns 40096.(#7012)
Fixed missing attachment captions in Telegram messages.(#7020)
Hardened OpenAI attachment recovery and fixed Embedding URL suffix trimming to avoid recovery failures and accidental URL character removal.(#7004、#7026)
Fixed Dashboard regressions around list-option label mapping, missing icons, and mouse-wheel handling in the preview container.(#6844、#6970、#6972)