- Support API key for Ollama API. @tmpit
- Add "GitHub Copilot" format for both chat model and embedding model. It will call the GitHub Copilot API directly. I used to think it's not allowed, but it's already been used by some popular projects, for example, Zed. So I added it.
- Support parsing reasoning content from DeepSeek models and other models that put the reasoning content in a
<think>
tag at the beginning of the response. - Switch to a light-weight markdown renderer that supports multi-paragraphs selection.
- New context in chat and modification:
- Webpage by pasting the link in the message box.
- Topic and code snippet by adding through the + button. Topics will be included into the system prompt.
- Web scope now supports generating multiple search queries for your questions.
- The chat will now include selected code without the active document context.
- Other minor improvements and bug fixes.