feat: add Bing free web search provider#172
Open
YSMsimon wants to merge 3 commits into
Open
Conversation
…nescaping' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Collaborator
Author
|
@ZhouChaunge 代码已测试正常,可以合并 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明 / Summary
新增 Bing 免费网络搜索后端,无需 API Key 开箱即用。用户可在设置面板的 Web Search 区域选择搜索提供商:Tavily(需要 Key,质量更高)或 Bing(无需 Key)。Bing 使用 RSS 端点(?format=rss)而非 HTML 抓取,规避了 bot 检测问题,结果稳定可靠。原有 Tavily 功能完全保留,无破坏性变更。
变更类型 / Type of change
影响范围 / Affected areas
src/api/**(DeepSeek 接入)src/chat/**(对话核心)src/tools/**(工具执行,安全敏感)src/webview/**(UI)src/prompts/**package.json/ 依赖.github/**自检 / Checklist
截图 / 录屏(可选)
关联 Issue
Closes #129