Changelog
Version 2.2.0
Released on 2026-05-18
💄 Styles
- pricing: restore DeepSeek models to official pricing.
🐛 Bug Fixes
- conversation: animate only the last markdown block + drop clearMessages hotkey.
Version 2.1.58
Released on 2026-05-13
✨ Features
- agent-runtime: persist agent operations to
agent_operationstable. - misc: support slack mpim and fix discord dm problem.
- database: add
agent_operationstable. - markdown: user_feedback card + task card polish + Run now context menu.
- documents: add optimistic create/delete and inline rename for document tree.
- devtools: add dev-only feature flag override panel.
- misc: add service model assignments settings.
- misc: inline skill auth in recommended task templates.
- activator: require activation reason.
- agent-signal,server,prompts: consolidate in self-review implemented.
- hetero-agent: support AskUserQuestion tools for claude code.
- bot: gate device tools by sender identity.
- misc: add user activity business hook.
- misc: add Gemini 3.1 Flash-Lite provider cards.
- misc: home daily brief with linkable welcome + paired input hint.
- agent-signal,prompts,database: self-review now proposal actions to briefs, and automatically execute actions.
- misc: add signOperationJwt with 4h expiry for hetero-agent operations.
- misc: migrate Notion to LobeHub Market.
- misc: Cloud Claude Code V3 — repo picker, GitHub token, sandbox context.
🐛 Bug Fixes
- hetero-agent: wire AskUserBridge response events to renderer.
- home: blank user bubble when sending the placeholder hint.
- conversation: prevent synthetic scroll from shrinking spacer.
- task-card: localize task card date independent of dayjs global locale.
- web-crawler: cap response body size to prevent serverless OOM.
- desktop: focus onboarding auth success state.
- misc: Docs image.
- desktop: detect Windows npm .cmd shims for CLI agents (claude/codex/…).
- misc: update Task page placeholder copy.
- builtin-tool-task: expose
lobe-taskand addsetTaskSchedule. - desktop: reset pendingLoginMethod on auth failure/cancel paths.
- utils: cap image binary at 3.75MB so base64 payload stays under Anthropic 5MB limit.
- tasks: scheduler, hotkey, comment & TodoList polish.
- cli: remove stale cron entry from generated man page.
- misc: sidebar add agent.
- misc: replace ScrollShadow with ScrollArea to fix React #185 infinite render loop.
- heteroFinish: trigger task lifecycle on cloud sandbox agent completion.
- hotkey: remove redundant onClear to prevent double updateHotkey calls.
- misc: reject inactive OIDC access.
- misc: drop unreachable aihubmix empty-apiKey test.
- aihubmix: use full models endpoint to return complete model list.
- onboarding: skip marketplace on early exit, drop CJK in prompts.
- model-runtime: enrich stream parse errors with provider/model context.
- home: strip markdown links from daily-brief input placeholder.
- misc: consume visual content parts in server runtime.
- misc: store onboarding interests as keys.
- hetero-agent: sync new-step assistant across replicas.
- misc: remove the old cron job from lobehub.
- misc: refresh content baseline from DB on every ingest call.
- hetero-agent: disable Claude Code AskUserQuestion to avoid auto-decline.
- local-system: guard readFile against binary blobs and oversized output.
- database,utils,userMemories: should perfer to use
paradedb.match(...)instead of hardcoded normalizer. - database: attach error listeners to Neon/Node pools to prevent Lambda crash.
- misc: gateway client-tool pluginState + drop redundant
Exit code: 0tail. - gemini: handle zero cachedContentTokenCount in usage conversion.
- misc: first inject the cloudecc runtime session should use the existingStatus.
- misc: slack connect error & slash commands.
- misc: polish task agent manager.
- agent-runtime: recover malformed tool_call names instead of finishing silently.
- misc: remove signin captcha flow.
- misc: add temporary email auth error locale.
- misc: add bot callback service.
- misc: sanitize sensitive comments and examples from production JS bundle.
- misc: multiple account link.
💄 Styles
- misc: use @lobehub/ui built-in HtmlPreview instead of custom component.
- misc: polish desktop header icons, sidebar density, and task menus.
- review-panel: hover revert button to discard per-file working-tree changes.
- misc: standardize header action icon sizes.
- tool: add word wrap toggle to tool arguments display.
- nav: unify ActionIcon sizing and improve TodoList encapsulation.
- web-onboarding: add Render for saveUserQuestion & showAgentMarketplace.
- misc: add
reasoning_effortsupport for Grok 4.3. - misc: increase chat topic title length.
- hetero-agent: read-only SubAgent threads with breadcrumb header and thread switcher.
- chat-input: show skeleton in action bar while config is loading.
- home: add Recommendations module with hetero agent action library.
- copyable-label: wrap long tool-call params instead of truncating.
- misc: format tool execution time as Xmin Ys instead of X.Y min.
- misc: Add new DeepSeek-V4 models.
- topic: add copy session ID to topic dropdown menu.
- misc: use visible divider between queued messages.
- intervention: polish confirmation bar layout.
- settings: remove image avatar from lab input markdown rendering item.
- task: activity card stop run + register /tasks in SPA proxy.
- misc: update auth captcha retry copy.
Improvements and Fixes
What's improved
- agent-runtime: persist agent operations to
agent_operationstable, closes #14736 (a772341) - misc: support slack mpim and fix discord dm problem, closes #14733 (729265a)
- database: add
agent_operationstable, closes #14416 (cb8b616) - markdown: user_feedback card + task card polish + Run now context menu, closes #14727 (79152fa)
- documents: add optimistic create/delete and inline rename for document tree, closes #14714 (0007984)
- devtools: add dev-only feature flag override panel, closes #14565 (18b1c25)
- misc: add service model assignments settings, closes #14712 (eb924ec)
- misc: inline skill auth in recommended task templates, closes #14676 (4490e3e)
- activator: require activation reason, closes #14597 (5f14b7e)
- agent-signal,server,prompts: consolidate in self-review implemented, closes #14657 (1374fd2)
- hetero-agent: support AskUserQuestion tools for claude code, closes #14639 (49c3d7e)
- bot: gate device tools by sender identity, closes #14634 (3c81011)
- misc: add user activity business hook, closes #14601 (521566b)
- misc: add Gemini 3.1 Flash-Lite provider cards, closes #14604 (9b032f0)
- misc: home daily brief with linkable welcome + paired input hint, closes #14589 (12e37f1)
- agent-signal,prompts,database: self-review now proposal actions to briefs, and automatically execute actions, closes #14583 (b7a5020)
- misc: add signOperationJwt with 4h expiry for hetero-agent operations, closes #14586 (d2c379c)
- misc: migrate Notion to LobeHub Market, closes #14578 (f1f2e58)
- misc: Cloud Claude Code V3 — repo picker, GitHub token, sandbox context, closes #14568 (7792f63)
What's fixed
- hetero-agent: wire AskUserBridge response events to renderer, closes #14732 (5174c13)
- home: blank user bubble when sending the placeholder hint, closes #14678 (fc275ca)
- conversation: prevent synthetic scroll from shrinking spacer, closes #14584 (217afcf)
- task-card: localize task card date independent of dayjs global locale, closes #14730 (df0e635)
- web-crawler: cap response body size to prevent serverless OOM, closes #14660 (2202189)
- desktop: focus onboarding auth success state, closes #14694 (4e4294f)
- misc: Docs image, closes #14726 (3a4bd4a)
- desktop: detect Windows npm .cmd shims for CLI agents (claude/codex/…), closes #14720 (a40fe91)
- misc: update Task page placeholder copy, closes #14704 (eea742f)
- builtin-tool-task: expose
lobe-taskand addsetTaskSchedule, closes #14713 (5ff4590) - desktop: reset pendingLoginMethod on auth failure/cancel paths, closes #14695 (51cefe0)
- utils: cap image binary at 3.75MB so base64 payload stays under Anthropic 5MB limit, closes #14711 (948e48b)
- tasks: scheduler, hotkey, comment & TodoList polish, closes #14707 (1ae774d)
- cli: remove stale cron entry from generated man page, closes #14709 (94e4ea6)
- misc: sidebar add agent, closes #14693 (fdedc96)
- misc: replace ScrollShadow with ScrollArea to fix React #185 infinite render loop, closes #185, closes #14689 (7349ad0)
- heteroFinish: trigger task lifecycle on cloud sandbox agent completion, closes #14681 (744059c)
- hotkey: remove redundant onClear to prevent double updateHotkey calls, closes #14663 (dfe1932)
- misc: reject inactive OIDC access, closes #14674 (b79c5d8)
- misc: drop unreachable aihubmix empty-apiKey test, closes #14669 (b0ee35d)
- aihubmix: use full models endpoint to return complete model list, closes #14511 (f4de472)
- onboarding: skip marketplace on early exit, drop CJK in prompts, closes #14598 (a9eb904)
- model-runtime: enrich stream parse errors with provider/model context, closes #14636 (7daed90)
- home: strip markdown links from daily-brief input placeholder, closes #14635 (0babdcf)
- misc: consume visual content parts in server runtime, closes #14637 (d445a89)
- misc: store onboarding interests as keys, closes #14624 (9982de3)
- hetero-agent: sync new-step assistant across replicas, closes #14631 (7675bd9)
- misc: remove the old cron job from lobehub, closes #14630 (457d112)
- misc: refresh content baseline from DB on every ingest call, closes #14603 (6595961)
- hetero-agent: disable Claude Code AskUserQuestion to avoid auto-decline, closes #14629 (ae8f9cf)
- local-system: guard readFile against binary blobs and oversized output, closes #14602 (96165e4)
- database,utils,userMemories: should perfer to use
paradedb.match(...)instead of hardcoded normalizer, closes #14590 (38b793f) - database: attach error listeners to Neon/Node pools to prevent Lambda crash, closes #14606 (11ec59b)
- misc: gateway client-tool pluginState + drop redundant
Exit code: 0tail, closes #14596 (4bfd434) - gemini: handle zero cachedContentTokenCount in usage conversion, closes #14567 (307cd8e)
- misc: first inject the cloudecc runtime session should use the existingStatus, closes #14592 (09c66ff)
- misc: slack connect error & slash commands, closes #14591 (8274be0)
- misc: polish task agent manager, closes #14569 (a02ecbc)
- agent-runtime: recover malformed tool_call names instead of finishing silently, closes #14577 (5f8ec8b)
- misc: remove signin captcha flow, closes #14573 (181b7eb)
- misc: add temporary email auth error locale, closes #14564 (2bdd901)
- misc: add bot callback service, closes #14570 (e4b5e52)
- misc: sanitize sensitive comments and examples from production JS bundle, closes #14557 (1a6e07b)
- misc: multiple account link, closes #14562 (760a342)
Styles
- misc: use @lobehub/ui built-in HtmlPreview instead of custom component, closes #14703 (266d102)
- misc: polish desktop header icons, sidebar density, and task menus, closes #14724 (e56edab)
- review-panel: hover revert button to discard per-file working-tree changes, closes #14716 (846e648)
- misc: standardize header action icon sizes, closes #14717 (ca9a781)
- tool: add word wrap toggle to tool arguments display, closes #14706 (bfa2850)
- nav: unify ActionIcon sizing and improve TodoList encapsulation, closes #14692 (877052f)
- web-onboarding: add Render for saveUserQuestion & showAgentMarketplace, closes #14667 (f591f7a)
- misc: add
reasoning_effortsupport for Grok 4.3, closes #14642 (a1fac45) - misc: increase chat topic title length, closes #14659 (e0ead0c)
- hetero-agent: read-only SubAgent threads with breadcrumb header and thread switcher, closes #14658 (31e9130)
- chat-input: show skeleton in action bar while config is loading, closes #14656 (84b802c)
- home: add Recommendations module with hetero agent action library, closes #14645 (e261a6f)
- copyable-label: wrap long tool-call params instead of truncating, closes #14640 (60a127b)
- misc: format tool execution time as Xmin Ys instead of X.Y min, closes #14641 (b85a1ad)
- misc: Add new DeepSeek-V4 models, closes #14110 (867e22a)
- topic: add copy session ID to topic dropdown menu, closes #14595 (a275009)
- misc: use visible divider between queued messages, closes #14593 (909b1ec)
- intervention: polish confirmation bar layout, closes #14587 (5c11130)
- settings: remove image avatar from lab input markdown rendering item, closes #14582 (d73de25)
- task: activity card stop run + register /tasks in SPA proxy, closes #14559 (a7cc553)
- misc: update auth captcha retry copy, closes #14561 (c208723)
Version 2.1.57
Released on 2026-05-09
🐛 Bug Fixes
- docker: replace pnpm init with static package.json in /deps.
- onboarding: guard skip/mode-switch footer with feature flag, desktop & init checks.
- misc: hide runtime-only model aliases.
✨ Features
- misc: set OSS default model to DeepSeek V4 Pro.
Improvements and Fixes
What's fixed
- docker: replace pnpm init with static package.json in /deps, closes #14576 (8ed31df)
- onboarding: guard skip/mode-switch footer with feature flag, desktop & init checks, closes #14560 (9756dab)
- misc: hide runtime-only model aliases, closes #14552 (2d33322)
What's improved
Version 2.1.56
Released on 2026-05-01
👷 Build System
- database: add
metadataandtriggertobriefstable.
Version 2.1.55
Released on 2026-04-29
🐛 Bug Fixes
- chat: preserve topics across cold route sends.
Version 2.1.54
Released on 2026-04-27
🐛 Bug Fixes
- misc: clear stale topic when switching agents from a topic route.
Version 2.1.52
Released on 2026-04-20
👷 Build System
- database: add topic status and tasks automation mode.
Version 2.1.51
Released on 2026-04-16
👷 Build System
- database: add document history schema.
- database: add document history schema.
🐛 Bug Fixes
- misc: fix minify cli.
- misc: recent delete.
- deps: pin @react-pdf/image to 3.0.4 to avoid privatized @react-pdf/svg.
- database: enforce document history ownership and pagination.
✨ Features
- database: add document history table and update related models.
Improvements and Fixes
Build System
- database: add document history schema, closes #13789 (c1174d3)
- database: add document history schema (e3eef04)
What's fixed
- misc: fix minify cli, closes #13888 (cb4ad01)
- misc: recent delete, closes #13878 (85227cf)
- deps: pin @react-pdf/image to 3.0.4 to avoid privatized @react-pdf/svg (d526b40)
- database: enforce document history ownership and pagination (b9c4b87)
What's improved
- database: add document history table and update related models (64fc6d4)
Version 2.1.50
Released on 2026-04-16
👷 Build System
- database: add document history schema.
- database: add document history schema.
🐛 Bug Fixes
- deps: pin @react-pdf/image to 3.0.4 to avoid privatized @react-pdf/svg.
- database: enforce document history ownership and pagination.
✨ Features
- database: add document history table and update related models.
Improvements and Fixes
Build System
- database: add document history schema, closes #13789 (c1174d3)
- database: add document history schema (e3eef04)
What's fixed
- deps: pin @react-pdf/image to 3.0.4 to avoid privatized @react-pdf/svg (d526b40)
- database: enforce document history ownership and pagination (b9c4b87)
What's improved
- database: add document history table and update related models (64fc6d4)
Version 2.1.45
Released on 2026-03-26
👷 Build System
- misc: add agent task system database schema.
Version 2.1.44
Released on 2026-03-20
🐛 Bug Fixes
- misc: misc UI/UX improvements and bug fixes.
💄 Styles
- misc: add image/video switch.
Version 2.1.43
Released on 2026-03-16
👷 Build System
- misc: add BM25 indexes with ICU tokenizer for search optimization.
- misc: add
agent_documentstable.
Version 2.1.42
Released on 2026-03-14
🐛 Bug Fixes
- ci: create stable update manifests for S3 publish.
Version 2.1.40
Released on 2026-03-12
👷 Build System
- misc: add description column to topics table.
- misc: add migration to enable
pg_searchextension.
Version 2.1.39
Released on 2026-03-09
👷 Build System
- misc: add api key hash column migration.
Version 2.1.38
Released on 2026-03-06
👷 Build System
- ci: fix changelog auto-generation in release workflow.
🐛 Bug Fixes
- misc: when use trustclient not register market m2m token.
- ci: correct stable renderer tar source path.
Version 2.1.26
Released on 2026-02-10
💄 Styles
- misc: Update i18n.
Version 2.1.25
Released on 2026-02-09
Improvements and Fixes
Version 2.1.24
Released on 2026-02-09
🐛 Bug Fixes
- misc: Fix multimodal content_part images rendered as base64 text.
Version 2.1.23
Released on 2026-02-09
🐛 Bug Fixes
- swr: Prevent useActionSWR isValidating from getting stuck.
- misc: Fix editor content missing when send error, use custom avatar for group chat in sidebar.
💄 Styles
- misc: Update i18n.
Improvements and Fixes
What's fixed
- swr: Prevent useActionSWR isValidating from getting stuck, closes #12059 (8877bc1)
- misc: Fix editor content missing when send error, closes #12205 (ee7ae5b)
- misc: Use custom avatar for group chat in sidebar, closes #12208 (31145c9)
Styles
Version 2.1.23
Released on 2026-02-08
🐛 Bug Fixes
- misc: Fix editor content missing when send error.
Version 2.1.23
Released on 2026-02-08
🐛 Bug Fixes
- misc: Fix editor content missing when send error.
Version 2.1.22
Released on 2026-02-08
🐛 Bug Fixes
- misc: Register Notebook tool in server runtime.
Version 2.1.21
Released on 2026-02-08
🐛 Bug Fixes
- misc: Add end-user info on OpenAI Responses API call, enable vertical scrolling for topic list on mobile.
Improvements and Fixes
What's fixed
- misc: Add end-user info on OpenAI Responses API call, closes #12134 (72a85ac)
- misc: Enable vertical scrolling for topic list on mobile, closes #12157 lobehub/lobe-chat#12029 (bd4e253)
Version 2.1.21
Released on 2026-02-08
Improvements and Fixes
Version 2.1.21
Released on 2026-02-08
Improvements and Fixes
Version 2.1.20
Released on 2026-02-08
🐛 Bug Fixes
- misc: Add api/version and api/desktop to public routes, show notification when file upload fails due to storage plan limit.
Version 2.1.20
Released on 2026-02-08
🐛 Bug Fixes
- misc: Add api/version and api/desktop to public routes, show notification when file upload fails due to storage plan limit.
Version 2.1.20
Released on 2026-02-07
🐛 Bug Fixes
- misc: Show notification when file upload fails due to storage plan limit.
Version 2.1.20
Released on 2026-02-07
🐛 Bug Fixes
- misc: Show notification when file upload fails due to storage plan limit.
Version 2.1.19
Released on 2026-02-06
♻ Code Refactoring
- docker-compose: Restructure dev environment.
- misc: Upgrade agents/group detail pages tabs、hidden like button.
🐛 Bug Fixes
- misc: Fixed in community pluings tab the lobehub skills not display.
💄 Styles
- model-runtime: Add Claude Opus 4.6 support for Bedrock runtime.
Improvements and Fixes
Code refactoring
- docker-compose: Restructure dev environment, closes #12132 (7ba15cc)
- misc: Upgrade agents/group detail pages tabs、hidden like button, closes #12127 (e402c51)
What's fixed
Styles
Version 2.1.19
Released on 2026-02-06
♻ Code Refactoring
- docker-compose: Restructure dev environment.
- misc: Upgrade agents/group detail pages tabs、hidden like button.
🐛 Bug Fixes
- misc: Fixed in community pluings tab the lobehub skills not display.
💄 Styles
- model-runtime: Add Claude Opus 4.6 support for Bedrock runtime.
Improvements and Fixes
Code refactoring
- docker-compose: Restructure dev environment, closes #12132 (7ba15cc)
- misc: Upgrade agents/group detail pages tabs、hidden like button, closes #12127 (e402c51)
What's fixed
Styles
Version 2.1.19
Released on 2026-02-06
♻ Code Refactoring
- docker-compose: Restructure dev environment.
- misc: Upgrade agents/group detail pages tabs、hidden like button.
🐛 Bug Fixes
- misc: Fixed in community pluings tab the lobehub skills not display.
Improvements and Fixes
Code refactoring
- docker-compose: Restructure dev environment, closes #12132 (7ba15cc)
- misc: Upgrade agents/group detail pages tabs、hidden like button, closes #12127 (e402c51)
What's fixed
Version 2.1.19
Released on 2026-02-06
♻ Code Refactoring
- docker-compose: Restructure dev environment.
- misc: Upgrade agents/group detail pages tabs、hidden like button.
🐛 Bug Fixes
- misc: Fixed in community pluings tab the lobehub skills not display.
Improvements and Fixes
Code refactoring
- docker-compose: Restructure dev environment, closes #12132 (7ba15cc)
- misc: Upgrade agents/group detail pages tabs、hidden like button, closes #12127 (e402c51)
What's fixed
Version 2.1.19
Released on 2026-02-06
♻ Code Refactoring
- docker-compose: Restructure dev environment.
- misc: Upgrade agents/group detail pages tabs、hidden like button.
🐛 Bug Fixes
- misc: Fixed in community pluings tab the lobehub skills not display.
Improvements and Fixes
Code refactoring
- docker-compose: Restructure dev environment, closes #12132 (7ba15cc)
- misc: Upgrade agents/group detail pages tabs、hidden like button, closes #12127 (e402c51)
What's fixed
Version 2.1.19
Released on 2026-02-06
♻ Code Refactoring
- docker-compose: Restructure dev environment.
- misc: Upgrade agents/group detail pages tabs、hidden like button.
Version 2.1.19
Released on 2026-02-05
♻ Code Refactoring
- misc: Upgrade agents/group detail pages tabs、hidden like button.
Version 2.1.18
Released on 2026-02-04
🐛 Bug Fixes
- model-runtime: Fix moonshot interleaved thinking and circular dependency.
Version 2.1.17
Released on 2026-02-04
♻ Code Refactoring
- model-runtime: Extract Anthropic factory and convert Moonshot to RouterRuntime.
Version 2.1.16
Released on 2026-02-04
🐛 Bug Fixes
- misc: Add the preview publish to market button preview check.
Version 2.1.15
Released on 2026-02-04
🐛 Bug Fixes
- misc: Fixed the agents list the show updateAt time error.
Version 2.1.14
Released on 2026-02-04
🐛 Bug Fixes
- misc: Fix cannot uncompressed messages.
Version 2.1.13
Released on 2026-02-03
🐛 Bug Fixes
- docker: Add librt.so.1 to fix PDF parsing.
Version 2.1.12
Released on 2026-02-03
🐛 Bug Fixes
- changelog: Normalize versionRange to valid semver.
Version 2.1.11
Released on 2026-02-02
🐛 Bug Fixes
- misc: Hide password features when AUTH_DISABLE_EMAIL_PASSWORD is set.
Version 2.1.10
Released on 2026-02-02
🐛 Bug Fixes
- auth: Revert authority URL and tenant ID for Microsoft authentication..
Version 2.1.9
Released on 2026-02-02
🐛 Bug Fixes
- misc: Use oauth2.link for generic OIDC provider account linking.
Version 2.1.8
Released on 2026-02-01
💄 Styles
- misc: Improve tasks display.
Version 2.1.7
Released on 2026-02-01
🐛 Bug Fixes
- misc: Add missing description parameter docs in Notebook system prompt.
Version 2.1.6
Released on 2026-02-01
💄 Styles
- misc: Improve local-system tool implement.
Version 2.1.5
Released on 2026-01-31
🐛 Bug Fixes
- misc: Slove the group member agents cant set skills problem.
Version 2.1.4
Released on 2026-01-31
🐛 Bug Fixes
- stream: Update event handling to use 'text' instead of 'content_part' in gemini 2.5 models.
💄 Styles
- misc: Update i18n, Update Kimi K2.5 & Qwen3 Max Thinking models.
Improvements and Fixes
What's fixed
- stream: Update event handling to use 'text' instead of 'content_part' in gemini 2.5 models, closes #11235 (a76a630)
Styles
Version 2.1.3
Released on 2026-01-31
🐛 Bug Fixes
- auth: Add AUTH_DISABLE_EMAIL_PASSWORD env to enable SSO-only mode.
Version 2.1.2
Released on 2026-01-30
🐛 Bug Fixes
- misc: Fix feishu sso provider.
Version 2.1.1
Released on 2026-01-30
🐛 Bug Fixes
- misc: Correct desktop download URL path.
Version 2.1.0
Released on 2026-01-30
✨ Features
- misc: Refactor cron job UI and use runtime enableBusinessFeatures flag.
Version 2.0.13
Released on 2026-01-29
💄 Styles
- misc: Fix usage table display issues.
Version 2.0.12
Released on 2026-01-29
🐛 Bug Fixes
- misc: Group publish to market should set local group market identifer.
Version 2.0.11
Released on 2026-01-29
💄 Styles
- misc: Fix group task render.
Version 2.0.10
Released on 2026-01-29
🐛 Bug Fixes
- misc: Add ExtendParamsTypeSchema for enhanced model settings.
Version 2.0.9
Released on 2026-01-29
🐛 Bug Fixes
- model-bank: Fix ZenMux model IDs by adding provider prefixes.
Version 2.0.8
Released on 2026-01-28
🐛 Bug Fixes
- misc: Fix inbox agent in mobile.
Version 2.0.7
Released on 2026-01-28
🐛 Bug Fixes
- model-runtime: Include tool_calls in speed metrics & add getActiveTraceId.
Version 2.0.6
Released on 2026-01-27
🐛 Bug Fixes
- misc: The klavis in onboarding connect timeout fixed.
Version 2.0.5
Released on 2026-01-27
🐛 Bug Fixes
- misc: Update the artifact prompt.
Version 2.0.4
Released on 2026-01-27
🐛 Bug Fixes
- misc: Rename docker image and update docs for v2.
Version 2.0.3
Released on 2026-01-27
🐛 Bug Fixes
- misc: Fixed compressed group message & open the switch config to control compression config enabled, fixed the onboarding crash problem.
Version 2.0.2
Released on 2026-01-27
🐛 Bug Fixes
- misc: Slove the recentTopicLinkError.
Version 2.0.1
Released on 2026-01-27
🐛 Bug Fixes
- share: Shared group topic not show avatar.