cherry-studio/src
MyPrototypeWhat 9390b92ebb fix: enhance search functionality with optional HTTP options (#5765)
* feat: enhance search functionality with optional HTTP options

- Updated the search method signatures in BaseWebSearchProvider, WebSearchEngineProvider, LocalSearchProvider, and WebSearchService to accept optional HTTP options.
- Modified fetchWebContent and fetchWebContents to utilize the new HTTP options parameter for improved request handling.
- Enhanced error handling in messageThunk to manage abort errors more effectively.

* feat: implement abortable promises for web search and fetch operations

- Added createAbortPromise utility to handle abort signals for promises.
- Updated LocalSearchProvider and fetchWebContent to utilize abortable promises, allowing for better control over ongoing requests.
- Enhanced error handling in ApiService to log errors consistently.
2025-05-08 18:03:19 +08:00
..
main feat(MCP): implement login shell environment retrieval (#5739) 2025-05-08 10:14:01 +08:00
preload feat: add zoom factor setting and localization support (#5665) 2025-05-08 07:18:43 +08:00
renderer fix: enhance search functionality with optional HTTP options (#5765) 2025-05-08 18:03:19 +08:00