Skip to content

[v0.7.0] Computer/Browser Use, GPT-SoVITS

Choose a tag to compare

@wehos wehos released this 24 Feb 05:31
· 1308 commits to main since this release

[主要更新]

  1. Agent 模块大幅重构,更加稳定
  2. 现在猫娘不仅可以操作键盘、鼠标,还可以通过主动打开并用脚本控制浏览器
  3. 主动搭话可以选择信息源。
  4. 新增画质调节面板,支持调节 VRM/Live2D 的帧率与画质。
  5. 现在支持接入 GPT-SoVITS 语音,全界面韩语实装。
  6. 界面增加深色模式

[次要更新]

  1. 部分猫娘消息框位置调整,不再遮挡住视线。
  2. VRM模型现在支持头部追踪。
  3. 界面新增韩语支持。
  4. 千问更新至qwen3.5,辅助API额外增加kimi支持。

还有更多更新内容请参考commit记录。

[Major Updates]

  1. Agent Module Overhaul: Significant refactoring for greatly improved stability.
  2. Advanced Interaction: The AI (Neko) can now perform keyboard and mouse operations and autonomously launch and control browsers via scripting.
  3. Proactive Engagement: Added the ability to select specific information sources for proactive "small talk" or interactions.
  4. Graphics Control Panel: New settings to adjust frame rates and rendering quality for VRM and Live2D models.
  5. New Voice & Language Support: Integrated GPT-SoVITS audio support and implemented full UI localization for Korean.
  6. Dark Mode: Added a native Dark Mode toggle for the entire interface.

[Minor Updates]

  1. UI Optimization: Adjusted the position of certain message boxes to ensure they no longer obstruct the view.
  2. Head Tracking: VRM models now support real-time head tracking.
  3. Language Expansion: Added Korean language support to the interface.
  4. LLM Upgrades: Updated Qwen to qwen3.5; added Kimi support for auxiliary APIs.

For a full list of changes, please refer to the latest commit history.

What's Changed

  • Complete ko translation i18n files by @Tonnodoubt in #302
  • 修复角色管理页面和声音克隆界面可以多开的问题 by @Chiya-mt in #304
  • feat: add sidebar white panel treatment and prevent button text clipping by @Tonnodoubt in #305
  • feat: 为初始角色的默认档案内容值和键名提供i18n by @CN-QanYi in #308
  • Add a system tray note to the home tutorial and simplify the tray preview by @Tonnodoubt in #303
  • 加了两个issue模板,方便分类issue中的需求或bug by @CO2mega in #311
  • utilize bilibili-api-python library for bilibili scraping by @Bill-Haoyu-Lin in #309
  • feat: Reduce keyword repetition in memory summaries with pronoun subs… by @Tonnodoubt in #310
  • 修复在教程期间请她离开、拖动角色之类的可能造成的问题 by @wehos in #314
  • Fix voice chat state reset issue after session timeout by @Tonnodoubt in #315
  • Let the expand icon same as back icon by @Tonnodoubt in #316
  • 修复屏幕缩放不同对模型位置和UI大小的影响 by @killerppo in #317
  • feat: 添加扬声器音量控制功能 by @killerppo in #312
  • feat: truncate long text chats and sync rewritten memory by @killerppo in #306
  • Add GPT-SoVITS support by @wislap in #298
  • Add floating hover effect to persistent expression list items by @Tonnodoubt in #318
  • 为音色注册页面添加声音预览功能 by @Chiya-mt in #319
  • fix:voice disconnect errors recovery in onclose by @Tonnodoubt in #322
  • fix i18n state & add i18n skill by @Tonnodoubt in #324
  • 修改记忆后及时刷新获取最新的数据防止出现删除后上下文还在的情况 by @Chiya-mt in #323
  • Feature vrm头部跟踪,待机动作控件,修改了默认光照参数,添加了一些新的vrma文件。 by @zyumo777 in #325
  • feat: Implement VRM emotion configuration system with i18n support by @Tonnodoubt in #326
  • fix:动态检测 VRM 模型前方向,兼容 0.x 和 1.0 VRM版本的头部跟踪 by @zyumo777 in #327
  • 捏脸界面选择模型后防止i18n翻译覆盖模型名称 by @Chiya-mt in #328
  • 修复语音按钮与屏幕共享按钮右边的三角展开按钮在主页教程期间可以被点击的问题 by @Chiya-mt in #329
  • fix: resolve voice mode button sync and session state issues on auto mic close by @Tonnodoubt in #331
  • 对主动搭话功能进行拆分,可以随意组合视觉搭话、新闻搭话和视频搭话 by @Chiya-mt in #330
  • 完成分离文本对话api与纠错api by @KirisameYuumio in #321
  • feat: add dark mode support across multiple templates and implement theme manager by @CN-QanYi in #332
  • feat(web_scraper): 新增自主搭话中B站和微博个人动态内容支持 by @Himifox in #333
  • 测试了对话评分系统,在控制台中增加了对简单笑话和图片识别过程的print显示 by @TL0SR2 in #334
  • 解决角色管理中API设置入口按钮文本闪烁的问题 by @Chiya-mt in #335
  • 添加健康检查端点和端口工具,支持服务健康检测与启动锁机制 by @CN-QanYi in #336
  • Fix Bilibili dynamic mobile UA mismatch and error log leak by @Himifox in #338
  • docs: add VitePress developer documentation site (62 pages) by @wehos in #340
  • docs: add VitePress documentation site with i18n (en/zh-CN/ja) by @wehos in #341
  • fix(docs): change VitePress base to '/' for custom domain by @wehos in #343
  • 解决VRM的悬浮按钮UI无法显示开关状态的问题 by @Chiya-mt in #345

New Contributors

Full Changelog: v0.6.3...v0.7.0