Commit Graph

  • e85ea1ff28 refactor(ThinkingEffect): optimize thinking effect (#8232) Teo 2025-07-17 17:40:56 +08:00
  • fe91d4b56a fix(OpenAIResponseAPIClient): refine client selection logic for non-chat models (#8238) SuYao 2025-07-17 17:38:20 +08:00
  • 9218ac237b test: add comprehensive tests for ApiClientFactory (#8124) Jason Young 2025-07-17 16:59:18 +08:00
  • 650650a68f refactor: reorganize AiSdkToChunkAdapter and enhance tool call handling MyPrototypeWhat 2025-07-17 16:30:26 +08:00
  • 6560369b98 refactor(ActionUtils): streamline message processing logic (#8226) SuYao 2025-07-17 16:09:43 +08:00
  • 30b080efbd fix: handle optional list length in DraggableVirtualList and update padding in QuickPanel kangfenmao 2025-07-17 13:39:11 +08:00
  • f38e4a87b8 chore: update package dependencies and improve AI SDK chunk handling MyPrototypeWhat 2025-07-17 13:49:06 +08:00
  • f01b7075fb refactor: replace message with window.message kangfenmao 2025-07-17 11:50:57 +08:00
  • ff72c007c0 feat: add data parsing functionality in handleProvidersProtocolUrl (#8218) beyondkmp 2025-07-17 13:15:29 +08:00
  • 6bdb157af3 fix: set os attribute correctly to body (#8225) Konv Suu 2025-07-17 12:03:21 +08:00
  • a356492d6f Merge remote-tracking branch 'origin/main' into feat/aisdk-package MyPrototypeWhat 2025-07-17 11:59:50 +08:00
  • 04afa61d55 fix(SelectionService): actionWindow show in center screen when in multi screen (#8133) fullex 2025-07-17 11:50:37 +08:00
  • 7549972048 hotfix: enhance assistant topic validation in useActiveTopic hook (#8213) SuYao 2025-07-17 11:48:25 +08:00
  • 720c5d6080 fix: thinking not display (#8222) SuYao 2025-07-17 11:40:15 +08:00
  • e7d38d340f chore(deps): bump tar-fs from 2.1.2 to 2.1.3 (#8221) dependabot[bot] 2025-07-17 10:46:15 +08:00
  • d750f1ceed feat(Knowledge): show dimensions (#8169) Phantom 2025-07-17 10:04:16 +08:00
  • 7e471bfea4 feat: implement BlockManager and associated callbacks for message str… (#8167) MyPrototypeWhat 2025-07-17 10:03:14 +08:00
  • aa254a3772 refactor(Markdown): disable single-tilde strikethrough (#8209) one 2025-07-17 09:57:37 +08:00
  • ff0994e1c7 Create SECURITY.md (#8158) 2h0ng 2025-07-16 18:53:05 -07:00
  • 3cd1dece52 chore: update package dependencies and add undici version 6.21.2 (#8215) beyondkmp 2025-07-17 09:30:21 +08:00
  • 9ac2b70df3 fix: repect multi-model style on model mentioning (#8204) one 2025-07-17 09:28:13 +08:00
  • 8863e10df1 fix: update provider identification logic in aiCore suyao 2025-07-17 03:21:52 +08:00
  • 42bfa281a7 chore: update dependencies and versions in package.json and yarn.lock suyao 2025-07-17 03:10:48 +08:00
  • 2d6c05e962 feat: enhance proxy management and configuration (#8164) beyondkmp 2025-07-16 21:46:06 +08:00
  • 8384bbfc0a fix: handle mentions when resending message (#7819) Phantom 2025-07-16 19:36:45 +08:00
  • 31ee7a2e9a chore(version): 1.5.0 v1.5.0 kangfenmao 2025-07-16 17:55:45 +08:00
  • f84509c824 chore: update check-i18n scripts and remove duplicate keys (#8203) one 2025-07-16 17:44:07 +08:00
  • f0d86cbaec feat: add support for 302AI provider in MCP settings (#7755) ⌞L⌝ 2025-07-16 17:40:30 +08:00
  • 3132150fb8 Revert "feat: optimize minapp cache with LRU (#8160)" (#8205) fullex 2025-07-16 17:34:50 +08:00
  • 24f7bac3ea refactor: custom mini app loading logic (#8181) 自由的世界人 2025-07-16 15:36:20 +08:00
  • 0930201e5d Fix/mcp bug (#8189) SuYao 2025-07-16 15:04:19 +08:00
  • df218ee6c8 hotfix: error on deleting assistant (#8190) one 2025-07-16 14:16:08 +08:00
  • 27c39415c2 fix: add compatibility for webdav servers that do not support streaming (#7992) happyZYM 2025-07-16 09:53:51 +08:00
  • f155b98a92 feat(MCPService):Add notification handlers and clear cache for MCPService (#8179) luoxu1314 2025-07-16 09:39:10 +08:00
  • e7b4f1f934 feat: add type property to server tools in MCPService suyao 2025-07-15 23:50:53 +08:00
  • 0456094512 feat: enhance web search functionality and tool integration suyao 2025-07-15 23:39:49 +08:00
  • f0043b4be5 feat: optimize minapp cache with LRU (#8160) Konv Suu 2025-07-15 22:56:34 +08:00
  • da455997ad feat: integrate web search tool and enhance tool handling suyao 2025-07-15 22:47:43 +08:00
  • a6db53873a fix: add channel property to notifications for backup and assistant messages (#8120) 自由的世界人 2025-07-15 19:25:55 +08:00
  • 397965f6e9 fix(WindowService): miniWindow should show in current screen (#8132) fullex 2025-07-15 18:10:30 +08:00
  • 76de357cbf test: add integration test for message thunk and fix some bugs (#8148) SuYao 2025-07-15 15:39:40 +08:00
  • 40724ad877 fix(AihubmixAPIClient): enhance ID validation logic to exclude 'embed… (#8157) SuYao 2025-07-15 14:08:38 +08:00
  • be6ecbe0b1 refactor(SettingsPage): Remove redundant menu items and reorganize memory settings link kangfenmao 2025-07-15 12:53:01 +08:00
  • 72ae105166 [1.5.0-rc] Feat/memory (#7689) LiuVaayne 2025-07-15 10:24:41 +08:00
  • 06baaa1522 fix: openai api client (#8154) SuYao 2025-07-15 10:10:55 +08:00
  • a202adba76 feat: add MCProuter provider to MCP Settings sync Vaayne 2025-07-15 09:56:59 +08:00
  • fa17c70d85 chore: update .gitignore to include .claude-code-router directory (#8156) SuYao 2025-07-15 09:13:49 +08:00
  • c606972f0a fix: global shortcut keys (#8084) fullex 2025-07-15 02:23:39 +08:00
  • d4dde58e13 fix(OpenAIResponseAPIClient):ensure openai-response providers always use Response API (#8145) luoxu1314 2025-07-14 23:57:16 +08:00
  • 71917eb0ec Feat: url context for Gemini models (#7931) ous50 | ousfifty | 欧式fifty 2025-07-14 23:52:19 +08:00
  • 1b129636ed chore(OpenAIApiClient): fallback to message when delta.content is empty (#8101) luoxu1314 2025-07-14 23:28:27 +08:00
  • c2d438fba3 fix(openai): add compatibility mode for handling tool call responses (#7983) Phantom 2025-07-14 22:44:51 +08:00
  • ee4553130b [1.5.0-rc] feat(MCP): Add DXT format support for MCP server installation (#7618) LiuVaayne 2025-07-14 22:37:56 +08:00
  • bf6ccea1e2 test: add unit tests for getPotentialIndex and input utils (#7947) Jason Young 2025-07-14 21:52:52 +08:00
  • e0eac6ab7e Fix/7973 (#8059) karl 2025-07-14 21:50:55 +08:00
  • 094eb5c17e refactor(ThinkingEffect): Enhance thinking effect (#8147) Teo 2025-07-14 20:47:34 +08:00
  • 3d3182095d fix: enhance OpenAIResponseAPIClient for Azure API version (#8108) SuYao 2025-07-14 20:15:14 +08:00
  • 706f8e1482 Fix: message tool button cannot click on grid mode (#8123) EastlingWoo 2025-07-14 15:15:02 +08:00
  • ea7e07034a fix: serif font in markdown title styles (#8129) fullex 2025-07-14 14:51:01 +08:00
  • 1fd92d6a5d feat(constant): add .fxml file extension (#8125) Phantom 2025-07-14 14:49:40 +08:00
  • 810ebad9ba Fix/ppio links (#8131) cnJasonZ 2025-07-14 13:45:15 +08:00
  • c6554c8f80 perf: prevent unnecessary topic rerendering (#8116) one 2025-07-14 13:43:01 +08:00
  • 19a8d9e9b3 fix(OpenAIApiClient): refine grok4 check for OpenRouter (#8074) SuYao 2025-07-14 13:11:02 +08:00
  • a490287b4a refactor: streamline Vite configuration and enhance CitationsList component kangfenmao 2025-07-14 12:57:32 +08:00
  • 90b0c91b2f fix: set source language when checking history item (#8130) Konv Suu 2025-07-14 12:19:35 +08:00
  • 1493132974 fix: cannot paste images when mentioned visual models (#7817) Phantom 2025-07-14 11:41:54 +08:00
  • 6a4468193b refactor(vite): set legalComments none in prod mode kangfenmao 2025-07-14 10:49:17 +08:00
  • 4dd99b5240 feat: enhance Anthropic and OpenAI API clients with incremental output support (#8104) SuYao 2025-07-14 10:30:51 +08:00
  • 7961ba87ed feat: thinking effect (#8081) Teo 2025-07-14 10:08:09 +08:00
  • 6952bea6e1 fix: table resizing in mcp tool setting (#8057) one 2025-07-13 23:02:13 +08:00
  • 53600175b9 Feature/dmxapi painting add model (#7851) Caelan 2025-07-13 21:59:35 +08:00
  • e5956d4039 feat: improve translate history style (#8060) Konv Suu 2025-07-13 21:11:15 +08:00
  • 1f9850c04d chore(gitignore): exclude more AI editor settings (#8102) one 2025-07-13 21:07:45 +08:00
  • df43cb7a90 fix(Knowledge): pass searchResultCount to embed-js (#8118) one 2025-07-13 20:22:02 +08:00
  • bea664af0f refactor: simplify HtmlArtifactsPopup component and improve preview functionality kangfenmao 2025-07-11 22:36:45 +08:00
  • b265c640ca refactor: improve environment variable handling in electron.vite.config.ts kangfenmao 2025-07-11 22:50:13 +08:00
  • a3d6f32202 fix: replace Select component with custom Selector in LocalBackupSetting (#8055) beyondkmp 2025-07-13 07:09:23 +08:00
  • 16e65d39be fix: [Linux] support Linux Wayland global shortcuts (#8080) fullex 2025-07-13 00:30:01 +08:00
  • 186bdb486f fix: 修复从未打开过的话题导出markdown为空的问题 (#8103) luoxu1314 2025-07-12 22:45:01 +08:00
  • ea40cc7692 fix(install): update return codes for bun and uv installation scripts (#8039) fullex 2025-07-12 22:22:07 +08:00
  • 0c4e8228af feat: enhance AiSdkToChunkAdapter for web search results handling lizhixuan 2025-07-12 21:11:17 +08:00
  • 16ca373c55 feat: add MCP server version display with badges (#8097) LiuVaayne 2025-07-12 15:35:59 +08:00
  • 16e0154200 feat: enhance provider settings and model configuration lizhixuan 2025-07-12 11:31:06 +08:00
  • 3ab904e789 feat: enhance web search plugin and tool handling MyPrototypeWhat 2025-07-11 19:15:21 +08:00
  • 38cf3869bc fix: ppio oauth links (#8073) v1.5.0-rc.7 cnJasonZ 2025-07-11 18:00:35 +08:00
  • 42c7ebd193 feat: enhance model handling and provider integration MyPrototypeWhat 2025-07-11 16:45:54 +08:00
  • e4434eb7c8 feat: add settings window functionality and shortcuts feat/sidebar-ui suyao 2025-07-11 16:05:57 +08:00
  • 762732af9d Merge branch 'main' into feat/sidebar-ui suyao 2025-07-11 13:55:51 +08:00
  • 60e3431b36 chore(version): 1.4.11 v1.4.11 kangfenmao 2025-07-11 12:18:38 +08:00
  • 84a6c2da59 feat: add HTML code detection utility and integrate into CodeBlockView kangfenmao 2025-07-11 12:04:02 +08:00
  • 5b9ff3053b refactor: update styles and layout in markdown and message components kangfenmao 2025-07-11 11:07:35 +08:00
  • 8340922263 fix: smartblock update not persist to db (#8046) SuYao 2025-07-11 11:33:05 +08:00
  • a93cab6b43 fix(CodePreview): revert to absolute positioning (#7980) one 2025-07-11 11:06:21 +08:00
  • 9a81c400ab fix: sticky code toolbar (#8012) one 2025-07-11 11:05:08 +08:00
  • 808a22d5c6 fix(Doc2xPreprocessProvider): replace filePath split with path.parse… (#8042) 西街工坊 2025-07-11 11:03:05 +08:00
  • 10e512f32e chore(version): 1.4.10 v1.4.10 kangfenmao 2025-07-10 22:57:35 +08:00
  • 4d75515bd6 refactor: raise the max count of document chunks from 30 to 50 (#7863) one 2025-07-10 22:52:18 +08:00
  • 3d6c84de6d refactor: improve styling and layout in MessageTools and Prompt components kangfenmao 2025-07-10 22:36:48 +08:00
  • 3dd393b840 fix: azure-openai (#7978) SuYao 2025-07-10 22:17:20 +08:00
  • 8f86c53941 feat: implement MCP tool auto-approve functionality (#8007) LiuVaayne 2025-07-10 22:14:52 +08:00