🚀 DeepChat 0.3.9 正式发布 | 重新定义你的 AI 对话体验!
—— 不再是简单的 ChatBot,而是你的自然语言 Agent 工具🌟

全新 UI 和图标,整体界面焕然一新,交互与视觉体验全面升级
- 模型配置能力进化,加入 PublicProviderConf 项目,下发所有供应商配置信息,支持在线刷新模型参数,并可即时适配新发布模型参数选项
- Markdown 渲染库升级,使用 vue-markdown-render,支持丰富渲染能力与卓越性能,包括复杂数学公式和更多展示效果
- 前端技术栈升级:使用 tailwindcss v4,采用 Shadcn 最新控件(如 ButtonGroup),为自定义主题设计做好基础
- 国际化与本地化增强,新增 pt-BR 语言支持
- 模型能力及配置管理重构,迁移模型配置至外部数据库(provider-db),支持能力驱动和预算等参数
- Bug 修复:解决模型选择器、消息头像与模型 ICON 显示等 UI 问题;修复 minimap 溢出、输入框圆角等细节;优化消息处理与错误通知机制;全局忽略消息 variants 的 context 逻辑
- 新功能补充:搜索区块样式与操作优化;支持 reasoning/search 默认对象设置及参数;历史记录按钮移至 AppBar;增加主题设置入口;消息导航栏文本更新;上下文使用进度条优化;loading 替换为 Shadcn spinner;新增 minimap 定位控制;移除 ShortcutSettings "+"号;去除未用依赖 radix-vue;同步 Shadcn 组件及主题
- Brand new UI and icons, fully refreshed interface and upgraded interaction/visual experience
- Model configuration upgrade: integrates PublicProviderConf, delivers all provider configuration info, supports online model parameter refresh and instant adaptation to new model options
- Markdown renderer upgraded: now uses vue-markdown-render with richer features and better performance, supporting complex math formulas and advanced display
- Frontend stack enhanced: full tailwindcss v4, latest Shadcn controls (ButtonGroup), ready for custom themes and unified design
- Internationalization/localization enhanced: new pt-BR language added
- Model ability & configuration management refactored: model config migrated to external provider-db, now supports ability-driven, budget options, etc.
- Bug fixes: solved UI issues in model selector, avatar & icon display; fixed minimap overflow, input box corners; improved message handling and error notification; globally ignores message variants context
- Feature supplement: search block style/operation improved; supports reasoning/search default object and parameters; history button moved to AppBar; new theme settings entry; message navigation bar text updates; context usage progress bar added; loading animation upgraded to Shadcn spinner; new minimap location control; ShortcutSettings '+' removed; unused radix-vue dependency removed; Shadcn component/theme reworked
🔥 为什么选择 DeepChat?
✅ 商业友好:基于原版 Apache License 2.0 开源,无任何协议外的额外约束,面向开源。
✅ 开箱即用:极简配置,即刻开启你的智能对话之旅。
✅ 极致灵活:自由切换模型,自定义模型源,满足你多样化的对话和探索需求。
✅ 体验绝佳:LaTeX 公式渲染、代码高亮、Markdown 支持,模型对话从未如此顺畅。
✅ 持续进化:我们倾听用户反馈,不断迭代更新,为你带来更卓越的 AI 对话体验。
📥 立即体验未来
💬 反馈有礼:欢迎提交你的宝贵建议,加入 VIP 用户社群,与我们一同塑造 DeepChat 的未来!
What's Changed
- fix: table style by @Simon-He95 in #943
- refactor: migration to tailwind v4 by @zerob13 in #940
- feat(uikit): add new think content block by @zerob13 in #947
- feat: support Claude Sonnet 4.5 by @yyhhyyyyyy in #950
- fix: show all models in model check dialog instead of only enabled ones by @Dw9 in #953
- feat: update dependencies and improve content rendering in MessageBlockThink and ThinkContent components by @Simon-He95 in #957
- chore: remove unused radix-vue dependency by @zerob13 in #958
- refactor(provider-db): migrate model config to external DB by @yyhhyyyyyy in #956
- feat: add pt-BR internationalization by @ViniciusCestarii in #960
- fix global ignore of message variants in context by @neoragex2002 in #961
- feat(ui): search block new style by @zerob13 in #962
- feat(provider-db): support reasoning/search objects by @yyhhyyyyyy in #964
- chore: sync shadcn components by @zerob13 in #963
- fix: Update message in navigation side-bar after user edit by @neoragex2002 in #966
- feat(ui): new prompt input and layout wip by @zerob13 in #965
- feat(providerdb): add reasoning/search defaults by @yyhhyyyyyy in #967
- fix: math renderer by @Simon-He95 in #968
- feat(ui): new design tokens by @zerob13 in #969
- feat(provider-db): support reasoning budget min/max by @yyhhyyyyyy in #970
- feat: providerDB model capabilities by @yyhhyyyyyy in #971
- feat(ui): context usage bar by @zerob13 in #972
- refactor: capability-driven model config + i18n by @yyhhyyyyyy in #973
- feat(history): move history btn to appbar by @zerob13 in #975
- refactor(chat): streamline message handling and error notification logic by @Simon-He95 in #974
- UI/refactor by @deepinfect in #977
- UI/refactor by @deepinfect in #979
- UI/refactor by @deepinfect in #980
- fix: read provider db url from vite env by @zerob13 in #981
New Contributors
- @ViniciusCestarii made their first contribution in #960
Full Changelog: v0.3.7...v0.3.9