Commit Graph

  • 8bb8081f31 feat(Messages): add foldSelected property to assistant messages for improved message handling kangfenmao 2025-03-27 15:15:01 +08:00
  • a3e300e672 Merge branch 'main' into local-pr-3734 suyao 2025-03-27 14:30:33 +08:00
  • a4fb1878ad refactor(Messages): update message group styling and improve grouped message handling kangfenmao 2025-03-27 14:07:19 +08:00
  • 57c95fb882 refactor(Messages): update message group styling and improve grouped message handling kangfenmao 2025-03-27 14:07:19 +08:00
  • 7ddd2cb9d5 refactor(Messages): update message group styling and improve grouped message handling kangfenmao 2025-03-27 14:07:19 +08:00
  • 9f9c5ad465 refactor(Scrollbar, Tabs): simplify component structure and improve styling kangfenmao 2025-03-27 13:40:09 +08:00
  • a6a96fcc92 refactor(Scrollbar, Tabs): simplify component structure and improve styling kangfenmao 2025-03-27 13:40:09 +08:00
  • 06ff44f97c refactor(Scrollbar, Tabs): simplify component structure and improve styling kangfenmao 2025-03-27 13:40:09 +08:00
  • 6720b6a659 feat(i18n): update assistant settings titles and add new translations for multiple languages kangfenmao 2025-03-27 13:19:04 +08:00
  • 97e0571b37 feat(i18n): update assistant settings titles and add new translations for multiple languages kangfenmao 2025-03-27 13:19:04 +08:00
  • 1a85b8bd5d feat(i18n): update assistant settings titles and add new translations for multiple languages kangfenmao 2025-03-27 13:19:04 +08:00
  • 06ec7ea98a Perf/optimize rendering (#3923) MyPrototypeWhat 2025-03-27 12:06:47 +08:00
  • 48670ff0c8 Perf/optimize rendering (#3923) MyPrototypeWhat 2025-03-27 12:06:47 +08:00
  • fb9c23c500 Perf/optimize rendering (#3923) MyPrototypeWhat 2025-03-27 12:06:47 +08:00
  • 2a5d6db998 feat(message): calculate token usage when message content is updated ousugo 2025-03-27 00:09:33 +08:00
  • 6fdf57d908 feat(message): calculate token usage when message content is updated ousugo 2025-03-27 00:09:33 +08:00
  • 7fb85dc311 feat(message): calculate token usage when message content is updated ousugo 2025-03-27 00:09:33 +08:00
  • fa890b9c31 feat(models): add 'qwen2.5-omni' to allowed vision models ousugo 2025-03-27 07:16:08 +08:00
  • 7cbc95d62a feat(models): add 'qwen2.5-omni' to allowed vision models ousugo 2025-03-27 07:16:08 +08:00
  • 2af15e4172 feat(models): add 'qwen2.5-omni' to allowed vision models ousugo 2025-03-27 07:16:08 +08:00
  • bffcb790c0 fix: open 'data' page by default after routing to data settings one 2025-03-26 22:04:05 +08:00
  • 8978457995 fix: open 'data' page by default after routing to data settings one 2025-03-26 22:04:05 +08:00
  • 415f991143 fix: open 'data' page by default after routing to data settings one 2025-03-26 22:04:05 +08:00
  • 47bacced2b fix(HealthCheck): exclude rerank models from being checked (#3969) one 2025-03-26 21:44:26 +08:00
  • 8df32b4dd9 fix(HealthCheck): exclude rerank models from being checked (#3969) one 2025-03-26 21:44:26 +08:00
  • c162242433 fix(HealthCheck): exclude rerank models from being checked (#3969) one 2025-03-26 21:44:26 +08:00
  • 2dfcef54eb refactor(AgentCard): unify dropmenus OrzMiku 2025-03-26 20:56:04 +08:00
  • cb47fc499e refactor(AgentCard): unify dropmenus OrzMiku 2025-03-26 20:56:04 +08:00
  • 487d7a502e refactor(AgentCard): unify dropmenus OrzMiku 2025-03-26 20:56:04 +08:00
  • 1b58d3da3f feat(message): 将fold display mode的状态持久化 Sorades 2025-03-26 12:25:23 +08:00
  • f9027b83d3 feat(message): 将fold display mode的状态持久化 Sorades 2025-03-26 12:25:23 +08:00
  • d64d6969ae feat(message): 将fold display mode的状态持久化 Sorades 2025-03-26 12:25:23 +08:00
  • 0a854e0480 build: replace @llm-tools/embedjs with @cherrystudio/embedjs kangfenmao 2025-03-26 18:13:58 +08:00
  • 8774f83d52 build: replace @llm-tools/embedjs with @cherrystudio/embedjs kangfenmao 2025-03-26 18:13:58 +08:00
  • cc32c36222 build: replace @llm-tools/embedjs with @cherrystudio/embedjs kangfenmao 2025-03-26 18:13:58 +08:00
  • 5be9b318ea feat(KnowledgeService): 提取OCR预处理逻辑为单独方法 eeee0717 2025-03-26 16:37:06 +08:00
  • 36c27d29a9 fix(UI): exclude rerank models from mention dropdown (#3958) purefkh 2025-03-26 16:17:07 +08:00
  • 46f080e813 fix(UI): exclude rerank models from mention dropdown (#3958) purefkh 2025-03-26 16:17:07 +08:00
  • 0d320120a4 fix(UI): exclude rerank models from mention dropdown (#3958) purefkh 2025-03-26 16:17:07 +08:00
  • 2c39e07fe4 docs(README): Add PaperMaterial Theme in README (#3955) Yanhua Zheng 2025-03-26 16:10:08 +08:00
  • 48f063751d docs(README): Add PaperMaterial Theme in README (#3955) Yanhua Zheng 2025-03-26 16:10:08 +08:00
  • 3cbe45fc8d docs(README): Add PaperMaterial Theme in README (#3955) Yanhua Zheng 2025-03-26 16:10:08 +08:00
  • 78f3123ddd feat(OcrProvider): 统一文件格式 eeee0717 2025-03-26 15:53:12 +08:00
  • ec9b35af5d chore eeee0717 2025-03-26 14:17:23 +08:00
  • 1242dedee2 fix: redux migrate error eeee0717 2025-03-26 14:07:27 +08:00
  • da1c07ff4c Merge branch 'main' into feat-knowlege-ocr eeee0717 2025-03-26 13:58:00 +08:00
  • 721a255a22 fix(FileStorage): add check for existing directory before deletion eeee0717 2025-03-26 09:51:58 +08:00
  • f532e3ff18 feat: 优化导出obsidian,自动选择库路径,不再需要手动配置 (#3854) africa1207 2025-03-25 21:31:22 +08:00
  • cc34efebe7 feat: 优化导出obsidian,自动选择库路径,不再需要手动配置 (#3854) africa1207 2025-03-25 21:31:22 +08:00
  • 917943386e feat: 优化导出obsidian,自动选择库路径,不再需要手动配置 (#3854) africa1207 2025-03-25 21:31:22 +08:00
  • 4f6780eda2 feat: Use logo instead of avatar Teo 2025-03-25 16:08:38 +08:00
  • eeb8621037 feat: Use logo instead of avatar Teo 2025-03-25 16:08:38 +08:00
  • aee0f9ea3f feat: Use logo instead of avatar Teo 2025-03-25 16:08:38 +08:00
  • ef446a7031 feat: update model identifiers and names in configuration kangfenmao 2025-03-25 20:18:14 +08:00
  • cc6796ac2c feat: update model identifiers and names in configuration kangfenmao 2025-03-25 20:18:14 +08:00
  • 2055615aca feat: update model identifiers and names in configuration kangfenmao 2025-03-25 20:18:14 +08:00
  • a0cbe4ba6d Revert "feat: support acrylic effect for Windows" kangfenmao 2025-03-25 20:13:54 +08:00
  • ba194e3947 Revert "feat: support acrylic effect for Windows" kangfenmao 2025-03-25 20:13:54 +08:00
  • 40cac47136 Revert "feat: support acrylic effect for Windows" kangfenmao 2025-03-25 20:13:54 +08:00
  • c912aa973d ci: fix eslint slow kangfenmao 2025-03-25 18:32:56 +08:00
  • 13ddca9c11 ci: fix eslint slow kangfenmao 2025-03-25 18:32:56 +08:00
  • 40d9629681 ci: fix eslint slow kangfenmao 2025-03-25 18:32:56 +08:00
  • 52838f93e3 merge 'main' into local-pr-3734 suyao 2025-03-25 17:54:54 +08:00
  • bbdcd22a4a fix(FileStorage): update base64File method to return base64 string instead of Buffer suyao 2025-03-25 17:45:51 +08:00
  • 25bdb61c56 feat(OCR): add MacSysOcrProvider for macOS OCR functionality suyao 2025-03-25 17:24:35 +08:00
  • 2de3b0e97e feat: update migration for settings auto-check update kangfenmao 2025-03-25 13:10:14 +08:00
  • 6ec5e546c2 feat: update migration for settings auto-check update kangfenmao 2025-03-25 13:10:14 +08:00
  • 8acefaa907 feat: update migration for settings auto-check update kangfenmao 2025-03-25 13:10:14 +08:00
  • 6038ba3e25 feat: 更新自动检查更新功能易读性 wangxiaolong 2025-03-25 12:49:29 +08:00
  • 5086e9d635 feat: 更新自动检查更新功能易读性 wangxiaolong 2025-03-25 12:49:29 +08:00
  • e2d8b89ffd feat: 更新自动检查更新功能易读性 wangxiaolong 2025-03-25 12:49:29 +08:00
  • fdb8ce5db8 feat: add Siyuan Note export functionality and configuration (#3845) d5v 2025-03-25 13:05:21 +08:00
  • 315f083fa1 feat: add Siyuan Note export functionality and configuration (#3845) d5v 2025-03-25 13:05:21 +08:00
  • 8d48824981 feat: add Siyuan Note export functionality and configuration (#3845) d5v 2025-03-25 13:05:21 +08:00
  • e03efce235 feat: nutstore integration (#3461) nutstore-dev 2025-03-25 11:40:11 +08:00
  • 2483679874 feat: nutstore integration (#3461) nutstore-dev 2025-03-25 11:40:11 +08:00
  • fd66881022 feat: nutstore integration (#3461) nutstore-dev 2025-03-25 11:40:11 +08:00
  • 2a5291b17f feat: Katex and MathJax blocks horizontally auto-scroll (#3806) z-zeechung 2025-03-25 09:44:35 +08:00
  • 02da40678f feat: Katex and MathJax blocks horizontally auto-scroll (#3806) z-zeechung 2025-03-25 09:44:35 +08:00
  • b321169ca2 feat: Katex and MathJax blocks horizontally auto-scroll (#3806) z-zeechung 2025-03-25 09:44:35 +08:00
  • 89482aca59 fix(thinking): Claude think label recognition error problem ousugo 2025-03-23 15:05:56 +08:00
  • 5225496936 fix(thinking): Claude think label recognition error problem ousugo 2025-03-23 15:05:56 +08:00
  • 123362b493 fix(thinking): Claude think label recognition error problem ousugo 2025-03-23 15:05:56 +08:00
  • 68bbfdff9b feat(genmini): enhance (#3849) Chen Tao 2025-03-25 08:52:43 +08:00
  • b21021d975 feat(genmini): enhance (#3849) Chen Tao 2025-03-25 08:52:43 +08:00
  • a1568808d4 feat(genmini): enhance (#3849) Chen Tao 2025-03-25 08:52:43 +08:00
  • 6443085941 feat: Update text-based file extensions for EDAs RarityBrown 2025-03-24 14:03:07 +08:00
  • bf9df3b5fc feat: Update text-based file extensions for EDAs RarityBrown 2025-03-24 14:03:07 +08:00
  • 6dff8b2725 feat: Update text-based file extensions for EDAs RarityBrown 2025-03-24 14:03:07 +08:00
  • bdd3ce8815 feat: support acrylic effect for Windows Hakadao 2025-03-24 17:23:58 +08:00
  • a829f7b5f1 feat: support acrylic effect for Windows Hakadao 2025-03-24 17:23:58 +08:00
  • c8b2e8dd79 feat: support acrylic effect for Windows Hakadao 2025-03-24 17:23:58 +08:00
  • 96a1bb0fd0 feat(主题): 添加settingTheme字段以增强主题切换功能 hobee 2025-03-25 02:19:02 +08:00
  • 7ebc257ef9 feat(主题): 添加settingTheme字段以增强主题切换功能 hobee 2025-03-25 02:19:02 +08:00
  • 8ac18934e9 feat(主题): 添加settingTheme字段以增强主题切换功能 hobee 2025-03-25 02:19:02 +08:00
  • bff211e057 feat(pending-animation): 当消息处于后台pending时,助手头像跟话题显示脉冲动画效果 (#3867) Teo 2025-03-25 08:48:26 +08:00
  • 13435ae3a0 feat(pending-animation): 当消息处于后台pending时,助手头像跟话题显示脉冲动画效果 (#3867) Teo 2025-03-25 08:48:26 +08:00
  • 6699b0902f feat(pending-animation): 当消息处于后台pending时,助手头像跟话题显示脉冲动画效果 (#3867) Teo 2025-03-25 08:48:26 +08:00
  • 824ef87f80 fix: some shortcuts not enabled fullex 2025-03-25 00:38:03 +08:00
  • b069bd0e62 fix: some shortcuts not enabled fullex 2025-03-25 00:38:03 +08:00